xeno010
Member
Posted 10 months ago #
Improved support for embedded videos. Please
Test:
http://www.youtube.com/watch?v=3wxXmuZA6xM -> Video deleted
Result: (Video in a articel)
As Link -> Video deleted (OK)
embedded -> Video OK (this is not OK)
YouTube API & Link Type YouTube is enable
Pls modify
http://wordpress.org/extend/plugins/broken-link-checker/
xeno010
Member
Posted 10 months ago #
Oh forgot:
It does not matter whether I use <object> or <iframe>
PS:
in PHP File youtube-embed.php line 24 use she:
$this->url_search_string = 'youtube.com/v/';
new is:
$this->url_search_string = 'youtube.com/embed/';
Yes, right now the plugin only supports the old YouTube embed code. I'm planning to add support for the new one in the next release.