This is a discussion on Parsing youtube video id within the Coding Help forums, part of the Webmaster Discussion category; Has anyone got any experience parsing the video id from youtube urls in php. ie. youtube.com/watch?v= R0BA-KviNO4 &feature=related Where the ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Has anyone got any experience parsing the video id from youtube urls in php. ie. youtube.com/watch?v=R0BA-KviNO4&feature=related Where the red is the part I want. |
| |||||
| actually judging on your selfmade cms ... I'll assume php ? Code:
$string = "youtube.com/watch?v=R0BA-KviNO4&feature=related";
preg_match('/v\=(.+)&/',$string,$matches);
echo $matches[1];
__________________ IT Books.ie | Computer Books Recent Work | The Dropped.IE Domain List | Devine Building | Children's Festivals in Ireland | Galway Hot Yoga | Freelance Jobs African Safari Holiday Blog | James Larkin Work | Web Design Dublin, Ireland - Web Development Dublin, Ireland |
| ||||
| I just cracked it without regular expressions from a little googling. Here is the code it allows you to enter the url of a youtube vid in to a form and the code processes the form to parse the video id and insert it in to an embed code with preset values. PHP Code: cheers for your help.. Last edited by johned; 09-07-2008 at 04:13 PM.. |
| ||||
| No probs just finished it now and i can use the form to send sizes etc to the embed code.. Just hope they dont change anything on there side now lol . |
| Tags |
| parsing, video, youtube |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IrishVids.com - New YouTube? | decbohan22 | General Chat | 6 | 16-07-2008 04:46 PM |
| Youtube API (gdata) + Zend framework on shared hosting | failsafe | Coding Help | 2 | 29-04-2008 10:18 AM |
| suggestions: youtube plugin for wordpress | davidbehan | Webmaster Discussion | 1 | 17-10-2007 05:10 PM |
| YouTube encouraged homicide suspect to surrender, say police | Busarus | General Chat | 0 | 21-12-2006 08:38 PM |
| Google buy Youtube | Cormac | General Chat | 4 | 13-10-2006 09:25 PM |
| ||||
| | ![]() | |||
| | ![]() | |||