Embed youtube video in phpbb3

Discussion in 'phpBB' started by vijayan, Mar 13, 2008.

  1. #1
    Well, I want users to be able to post youtube videos in my phpbb3 forum...

    can anyone say me how to do that?
     
    vijayan, Mar 13, 2008 IP
  2. rehash

    rehash Well-Known Member

    Messages:
    1,502
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    150
  3. vijayan

    vijayan Peon

    Messages:
    202
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanx...the same that i was looking for.
     
    vijayan, Apr 3, 2008 IP
  4. Poupoutane

    Poupoutane Active Member

    Messages:
    230
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #4
    This ain't workin'
     
    Poupoutane, Mar 8, 2009 IP
  5. phaseman

    phaseman Active Member

    Messages:
    244
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Here you go just add these codes through ACP

    [youtube]{TEXT}watch?v={TEXT1}[/youtube]
    
    Code (markup):
    <object width="425" height="344"><param name="movie" value="{TEXT}v/{TEXT1}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="{TEXT}v/{TEXT1}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
    
    Code (markup):
    YouTube: [youtube]Link to YouTube Video[/youtube]
    
    Code (markup):
     
    phaseman, Mar 8, 2009 IP
  6. scc

    scc Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Here is an alternative way of doing this;

    BBCode:
    [youtube]{TEXT}[/youtube]
    Code (markup):
    HTML Replacement:
    <embed src="http://www.youtube.com/v/{TEXT}" wmode="transparent" style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" flashvars="">
    Code (markup):
    Explanation:
    [youtube]Link to the YouTube video[/youtube]
    Code (markup):
     
    scc, Mar 22, 2009 IP
  7. NemoXP

    NemoXP Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    it worked for me
    scc: what you saying is the same thing as on the link given by rehash, right?
     
    NemoXP, Nov 2, 2009 IP
  8. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #8
    Works fine if you followed the life hacker article. Don't embed the full youtube URL in between the bbcode, just the link ID.
     
    dcristo, Dec 28, 2010 IP