I run a forum and want to automatically replace any link to a YouTube video with a youtube video player. I can't really find anything like this on the ineternet, but I have seen it in Wordpress.
I'm running PHP.
This is what i'm talking about:
|
I run a forum and want to automatically replace any link to a YouTube video with a youtube video player. I can't really find anything like this on the ineternet, but I have seen it in Wordpress. I'm running PHP. This is what i'm talking about:
| |||||||||
feedback
|
|
There are many, many questions on SO about regexping Youtube video IDs - just do a Google or site search. I took the liberty to modify this answer by ridgerunner to do what you want, ie. replace a Youtube URL with the embed code. Have a look and edit the pattern or embed code if needed. For example, you might want to wrap the embedded video in a
| ||||
|
feedback
|
|
You don't need to generate embedable HTML by hands, Youtube supports oEmbed protocol: http://oembed.com/#section5 | ||||
|
feedback
|
|
You can try a tiny class for generating player's code - http://github.com/chernikovalexey/Livar. I've found it interesting ;) | |||
|
feedback
|