Jump to content

Youtube BBcode


cheat

Recommended Posts

ok i want to add a youtube bbcode to my online game to allow players to embed youtube into their profiles using video id

 

so i need to convert this to work as the above bbcode

 

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=YEfKdjOjqso"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/watch?v=YEfKdjOjqso" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

 

thats just a example embed. ive tried several different ways of doing this, any ideas?

 

 

Link to comment
https://forums.phpfreaks.com/topic/56521-youtube-bbcode/
Share on other sites

i know for certain that it can be done

 

$txt = preg_replace("=\[youtube\]\s?\n?\r?(.*?)\[/youtube\]=is", '<embed src="">\1</embed>', $txt); 

 

 

i was given that code and told to edit it but ive never made a bb code for anything like this before anyone that could help it would be greatly appreciated.

 

Link to comment
https://forums.phpfreaks.com/topic/56521-youtube-bbcode/#findComment-279155
Share on other sites

ok on youtube when you view a video you are given two links on the right

1) is the unique id link for that video

2) the html embed code for that video

 

now what i want to do is make it so that a player can usethe video unique link here

 

i know it can be done as ive seen it done. ive tried it serveral different ways but it wont work,

Link to comment
https://forums.phpfreaks.com/topic/56521-youtube-bbcode/#findComment-279159
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.