Free Forum Hosting

Home | Create a Free Forum | Free Forum Support | Free Blog | Free Phpnuke | Proxy Surfing


Go Back   Free Forum Hosting > PHPBB - Free Forum Hosting > phpBB3 Manuals and Guides
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

phpBB3 Manuals and Guides You will find out how to admin a forum, change forum style and many other guides. Other online helps: http://www.phpbb.com/support/documentation/3.0/, http://www.phpbb.com/support/tutorials/3.0/, http://www.phpbb.com/kb/3.0/.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-07-2008, 02:14 PM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 353
How to embed youtube or others if you have the code

If you have the code of a flash to embed like youtube, you can use BBCode [flash] to embed it.

You have a code look like this from youtube or somewhere:
Code:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QMBdkBGePzQ&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QMBdkBGePzQ&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
width: the width of the flash
height: the height of the flash
value/src: Web address to the flash

Rewrite it into [flash] as this thread advised. That means your [flash] will like this:
Code:
[flash=425,355]http://www.youtube.com/v/QMBdkBGePzQ&hl=en[/flash]
Hope this helps.

Please feel free to post here if you have any questions, we and other members will reply to you as soon as we can.

Thank you.
Reply With Quote
  #2 (permalink)  
Old 05-09-2008, 04:58 AM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 353
BBCode [youtube], it's better

You can add your BBCode [youtube], it's better than the solution above. The above only suitable for another network. Refer to Knowledge Base - Adding Custom BBCodes in phpBB3, see 'YouTube BBCode' section.
Reply With Quote
  #3 (permalink)  
Old 12-21-2009, 07:01 AM
GhostWarrior GhostWarrior is offline
Junior Member
 
Join Date: Dec 2009
Posts: 1
Help with Embedding Videos

I tried everything possible. Does not work. The whole reason for the forum host was for embedding a few videos I needed.
Here is the video info

YouTube - GhostWarrior Verdant Blitz
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/OedcvZs71n4&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OedcvZs71n4&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

[flash=425,355]http://www.youtube.com/v/QMBdkBGePzQ&hl=en[/flash]
[flash=425,344]http://www.youtube.com/watch?v=OedcvZs71n4[/flash]
gives me a white box. so does using 355

[youtube]http://www.youtube.com/watch?v=OedcvZs71n4[/youtube]
does nothing

same with
[flash=]http://www.youtube.com/watch?v=OedcvZs71n4[/flash]

same with

[flash=]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/OedcvZs71n4&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OedcvZs71n4&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/flash]

I was in a bad auto accident & my site was not logged into for over 30 days. I am trying to reset set it up but alot of my old features seem gone. How can I get videos back up please?

Many thanks in advance

site located
http://friendsofghostwarrior.freeforums.org/index.php
specific issue located
Halls of Knowledge &bull; View topic - GhostWarrior Verdant Blitz

Last edited by GhostWarrior : 12-21-2009 at 07:04 AM.
Reply With Quote
  #4 (permalink)  
Old 12-21-2009, 12:47 PM
Support's Avatar
Support Support is offline
Administrator
 
Join Date: Jan 2005
Posts: 8,795
You have to create the "youtube" BBcode first. Go to AdminCP > Posting > add a new BBcode.
BBcode usage:
Code:
[youtube]{URL}[/youtube]
HTML replacement:
Code:
<object type="application/x-shockwave-flash" data="{URL}" width="425" height="350">
<param name="movie" value="{URL}" />
<param name="wmode" value="transparent" />
</object>
Hope this helps.
__________________
The FreeForum.ca Team.

Free Forum http://www.freeforum.ca
Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org
Reply With Quote
  #5 (permalink)  
Old 03-03-2010, 12:34 PM
smithtr smithtr is offline
Member
 
Join Date: Mar 2009
Location: Saskatoon
Posts: 59
problem youtube

not work, I don't know youtube. I wonder i am problem my error. I am tired. I am struggle on fix on website.. I need to help professional and help you thank
Reply With Quote
  #6 (permalink)  
Old 03-03-2010, 01:25 PM
darksidewalker darksidewalker is offline
Junior Member
 
Join Date: Feb 2010
Posts: 10
Cool

Quote:
Originally Posted by smithtr View Post
not work, I don't know youtube. I wonder i am problem my error. I am tired. I am struggle on fix on website.. I need to help professional and help you thank
add this bbcode i hope works


Code:
[youtube]http://{SIMPLETEXT1}.youtube.com/watch?v={SIMPLETEXT2}[/youtube]
html replace

Code:
<object width="425" height="350"><param name="movie" value="<A href="http://{SIMPLETEXT1}.youtube.com/v/{SIMPLETEXT2}"></param><param">http://{SIMPLETEXT1}.youtube.com/v/{SIMPLETEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{SIMPLETEXT1}.youtube.com/v/{SIMPLETEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
help line (example)

Code:
[youtube]http://www.youtube.com/watch?v=LHCHo882kk2w[/youtube]



I hope this works.
Reply With Quote
  #7 (permalink)  
Old 03-03-2010, 03:04 PM
smithtr smithtr is offline
Member
 
Join Date: Mar 2009
Location: Saskatoon
Posts: 59
Thank you so much support

I am glad of you give me impression Thank friends

Thank
Reply With Quote
  #8 (permalink)  
Old 06-09-2010, 11:53 PM
solfunic solfunic is offline
Junior Member
 
Join Date: Jun 2010
Posts: 1
Help please how can i remove this link? its always show when i put youtube in my forum... thanks
Reply With Quote
  #9 (permalink)  
Old 06-10-2010, 02:10 PM
Support's Avatar
Support Support is offline
Administrator
 
Join Date: Jan 2005
Posts: 8,795
Quote:
Originally Posted by solfunic View Post
Help please how can i remove this link? its always show when i put youtube in my forum... thanks
Please show us your BBcode, so we can look into the problem.

Thanks.
__________________
The FreeForum.ca Team.

Free Forum http://www.freeforum.ca
Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org
Reply With Quote
  #10 (permalink)  
Old 06-10-2010, 02:14 PM
kimgold2010 kimgold2010 is online now
Administrator
 
Join Date: May 2010
Posts: 237
Quote:
Originally Posted by solfunic View Post
Help please how can i remove this link? its always show when i put youtube in my forum... thanks
You please use this new code:
BBcode usage:
Code:
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
HTML replacement:
Code:
<object width="480" height="385">
<param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&hl=en_US&fs=1&"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/{IDENTIFIER}&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
</object>
Hope this helps.
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc.


Fish & Aquarium | Medical Schools | Free Blog | Proxy Surf | Phpbb Forum Hosting Script | Vietnamese Business Directory