Aide au projet spx : plugins pour pluxml - Forums pluxml
Vous n'êtes pas identifié(e).
Config.php
[== Indéfini ==]
function youtube_function($atts) {
extract(shortcode_atts(array(
"src" => 'http://',
"width" => '475',
"height" => '350',
"origin" => 'http://',
"controls"=> '1',
"frameborder"=> '0',
"autoplay"=> '1',
"loop"=> '1',
), $atts));
return '<iframe id="ytplayer" type="text/html" width="'.$width.'" height="'.$height.'"
src="'.$src.'?autoplay='.$autoplay.'&origin='.$origin.'&loop='.$loop.'&control='.$control.'"
frameborder="'.$frameborder.'"/>';
}
// Optional attributes: width, height, name, allowFullScreen, allowScriptAccess, controls
// [youtube src="http://www.youtube.com/embed/M7lc1UVf-VE" width="600" height="450"]
add_shortcode("youtube", "youtube_function");
Usage
[== Indéfini ==]
[youtube src="http://www.youtube.com/embed/M7lc1UVf-VE" width="600" height="450"]
Petit à petit l'oiseau fait son nid.
creation de site web : http://secretsitebox.fr/ - création artistique : http://art.je-evrard.net
Hors ligne