Comentaris a: Extract youtube id from url http://carlesbonfill.com/2009/06/09/extract-youtube-id-from-url/ El dia a dia professional: Telecomunicacions, Internet, Seguretat, Programació, Projectes i Tecnologia. Thu, 04 Mar 2010 14:35:51 +0000 hourly 1 http://wordpress.com/ Per: ed http://carlesbonfill.com/2009/06/09/extract-youtube-id-from-url/#comment-63 ed Wed, 24 Jun 2009 02:11:24 +0000 http://carlesbonfill.com/2009/06/09/extract-youtube-id-from-url/#comment-63 I've been trying to show the thumb from a youtube video in my front page for at least 4 hours and not working. Where do you put the function youtubeid($url) { $url_parsed = parse_url($url); parse_str($url_parsed['query'],$params); return $params['v']; } code in wordpress? I'm not a coder that's for sure. Thanks for help Ed I’ve been trying to show the thumb from a youtube video in my front page for at least 4 hours and not working. Where do you put the
function youtubeid($url) {
$url_parsed = parse_url($url);
parse_str($url_parsed['query'],$params);
return $params['v'];
}

code in wordpress?

I’m not a coder that’s for sure.

Thanks for help

Ed

]]>