I have tried some of them but they are not working.Mick wrote:Have a look in Custom BBCode Development and Requests there are a couple of different BBCodes that handle YouTube videos.
I have followed the exact instructions but still no results.KevC wrote:You have to use them in the exact way they explain they should be used.
For instance, if it says it accepts just the ID then that's the only bit you put between the tags. Adding http://www.youtube.... to the link will not work. Likewise if it's set up for the URL you need to give it the kind it's after and that comes down to youtube.com being different to youtu.be as well.
You need to check what it's specifically telling you the format of the link has to be.
Can you tell me the procedure?? plezstarshine1000 wrote:This was actually pretty easy for me. Took 5 mins.
Hang in there and follow the instructions closely.
I tested it and it worked.
Basically you are making a small modification to the bespoke BB code.
It's very clearly documented. Have you seen the documentation?
My only complaint is that the Button for the bbcode says "youtube" instead of "YouTube"
I can't figure out how to change it, but I thought it wasn't worth wasting time on.
Did you read the documentation? I just googled for phpbb 3 youtube and filtered for 1 year results.mrbfrequency wrote: Can you tell me the procedure?? plez
Surprisingly, this one worked just fine.. Many many thanks.starshine1000 wrote:Did you read the documentation? I just googled for phpbb 3 youtube and filtered for 1 year results.mrbfrequency wrote: Can you tell me the procedure?? plez
Open Posting > BBCodes
Copied and pasted the code and it looks like this when it's finished:
Field 1: [youtube]{TEXT1}youtube.com/watch?v={IDENTIFIER}{TEXT2}[/youtube]
Field 2: <iframe width="560" height="315" src="//www.youtube.com/embed/{IDENTIFIER}" frameborder="0" allowfullscreen></iframe>
Click on this link to see the full pic
https://camo.phpbb.com/415dabf249910f4be9805f6cac9bd0d40bd5e3fa/687474703a2f2f696d616765732e76666c2e72752f69692f313430383133303236312f32326438653065632f363031323134362e706e67
It's whatever you've called the code tag.starshine1000 wrote: My only complaint is that the Button for the bbcode says "youtube" instead of "YouTube"
I can't figure out how to change it, but I thought it wasn't worth wasting time on.
KevC wrote:It's whatever you've called the code tag.starshine1000 wrote: My only complaint is that the Button for the bbcode says "youtube" instead of "YouTube"
I can't figure out how to change it, but I thought it wasn't worth wasting time on.
Change the first box code from [youtube] to [YouTube] and the same for the close tag.
They all work just fine if you give them what they're asking for.mrbfrequency wrote:
Surprisingly, this one worked just fine.. Many many thanks.
Worked great for me thank you !!Did you read the documentation? I just googled for phpbb 3 youtube and filtered for 1 year results.
Open Posting > BBCodes
Copied and pasted the code and it looks like this when it's finished:
Field 1: [youtube]{TEXT1}youtube.com/watch?v={IDENTIFIER}{TEXT2}[/youtube]
Field 2: <iframe width="560" height="315" src="//www.youtube.com/embed/{IDENTIFIER}" frameborder="0" allowfullscreen></iframe>