i fixed this plugin
-
the problem with that plugin is that it runs the old youtube emmbed code,
what you need to do is:go to the file:
youtubevideo.phplook for:
<object width="<?=$width?>" height="<?=$height?>"><param name="movie" value="<? echo $url; ?>"></param><param name="wmode" value="transparent"></param><embed src="<? echo $url; ?>" type="application/x-shockwave-flash" wmode="transparent" width="<?=$width?>" height="<?=$height?>"></embed></object>replace it with:
<iframe width="<?=$width?>" height="<?=$height?>" src="//www.youtube.com/embed/<? echo $url; ?>" frameborder="0" allowfullscreen></iframe>now insted of pasting the full video link in the admin panel, just past the vidro slug.
insted of:
https://www.youtube.com/watch?v=hcgOdQQonN4just:
hcgOdQQonN4enjoy
The topic ‘i fixed this plugin’ is closed to new replies.