1 Comment Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1. ed | 24 juny, 2009 at 02:11
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