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
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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.