Comments on: OEmbed – transforming video links to embeds /2010/05/oembed-transforming-video-links-to-embeds/ Thu, 08 Sep 2011 11:46:53 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: Marcher /2010/05/oembed-transforming-video-links-to-embeds/comment-page-1/#comment-6030 Marcher Wed, 19 Jan 2011 09:39:49 +0000 /?p=77#comment-6030 great work.. can you help me to do the same thing but to get the video thumbnail i need something to get (youtube & metacafe &..)videos thumbnail i trying use this ..but didn't work well .. <? // we make a function, so it will easy to applicate function getinput($url) { $regexp= "http:\/\/www\.youtube\.com\/watch\?v=(.*)(.*)"; if(preg_match_all("/$regexp/siu", $url, $matches)) return $matches[1][0]; } // Catch Youtube Thumbnail Image from <b>IRON MAN 2</b> UPDATE MOVIE $youtube_url = "http://www.youtube.com/watch?v=1TiYlG21VAQ"; $thumbnail_of_youtube = getinput($youtube_url); // The thumbnail image of Youtube always has a pattern like this : http://i1.ytimg.com/vi/<b>[videoid]</b>/default.jpg echo '<a href="$youtube_url" rel="nofollow"></a>'; ?> so can any one help me please .. great work..
can you help me to do the same thing but to get the video thumbnail

i need something to get (youtube & metacafe &..)videos thumbnail

i trying use this ..but didn’t work well ..
<?

// we make a function, so it will easy to applicate

function getinput($url)

{

$regexp= "http:\/\/www\.youtube\.com\/watch\?v=(.*)(.*)";
if(preg_match_all("/$regexp/siu", $url, $matches))

return $matches[1][0];

}

// Catch Youtube Thumbnail Image from IRON MAN 2 UPDATE MOVIE

$youtube_url = “http://www.youtube.com/watch?v=1TiYlG21VAQ”;
$thumbnail_of_youtube = getinput($youtube_url);

// The thumbnail image of Youtube always has a pattern like this : http://i1.ytimg.com/vi/[videoid]/default.jpg

echo ‘‘;

?>

so can any one help me please ..

]]>
By: Renaud /2010/05/oembed-transforming-video-links-to-embeds/comment-page-1/#comment-5858 Renaud Sat, 15 Jan 2011 13:22:59 +0000 /?p=77#comment-5858 Also, vimeo links don't work for me with this process ! Also, vimeo links don’t work for me with this process !

]]>
By: Renaud /2010/05/oembed-transforming-video-links-to-embeds/comment-page-1/#comment-5855 Renaud Sat, 15 Jan 2011 11:23:23 +0000 /?p=77#comment-5855 Hi, thanks for this quite easy and fast solution. Do you have any solution to pass an autoplay to TRUE in the code ? Hi, thanks for this quite easy and fast solution. Do you have any solution to pass an autoplay to TRUE in the code ?

]]>
By: andreea /2010/05/oembed-transforming-video-links-to-embeds/comment-page-1/#comment-3635 andreea Thu, 02 Dec 2010 15:30:32 +0000 /?p=77#comment-3635 I don't say this often... But I love you! I was trying to do something for the hulu videos and never worked. Thank you! I don’t say this often… But I love you! I was trying to do something for the hulu videos and never worked. Thank you!

]]>
By: Cruz Stanier /2010/05/oembed-transforming-video-links-to-embeds/comment-page-1/#comment-2950 Cruz Stanier Tue, 16 Nov 2010 22:25:54 +0000 /?p=77#comment-2950 Amazing!!! Bookmarked this web page that has this remarkable solutions. Will appear back again to see if there are any updates. You, the creator, are a grasp. Thank you Amazing!!! Bookmarked this web page that has this remarkable solutions. Will appear back again to see if there are any updates. You, the creator, are a grasp. Thank you

]]>
By: Basin Taps  /2010/05/oembed-transforming-video-links-to-embeds/comment-page-1/#comment-1637 Basin Taps  Wed, 20 Oct 2010 23:22:13 +0000 /?p=77#comment-1637 i always collect and bookmark video websites coz i like to download lots of videos"~. i always collect and bookmark video websites coz i like to download lots of videos”~.

]]>