|
Page 2 of 2
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: YouTube BBCode
I'm not sure if it is fully correct and safe at the same time... but you can have a try.
<div id="utube{SIMPLETEXT}{postrow.POST_ID}"></div>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/flashfix.js"></script>
<script type="text/javascript">
var fo = new FlashObject("http://www.youtube.com/v/{SIMPLETEXT}", "mymovie", "425", "350","7");
fo.addParam("wmode", "transparent");
fo.addVariable("tab", getQueryParamValue("tab"));
fo.write("utube{SIMPLETEXT}{postrow.POST_ID}");
</script>
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#16 Fri 05 Feb, 2010 11:44 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: YouTube BBCode
thanks MG, i was so happy that i tried this immediately but what i was afraid of is exactly what it does...
{postrow.POST_ID} is not accepted in bbcode replacements, it is just not replaced so it still looks like {postrow.POST_ID} after making a post and viewing the source of the page
as far as i know it will accept anything from the language directory but that would be just about all it would accept? i hope not
thanks for the heads up sofar though
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#17 Fri 05 Feb, 2010 13:06 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: YouTube BBCode
wow if that would work i ld be in seventh heaven
i m not sure how but i will try, see what it it will bring and report back (hopefully with a positive answer )
would be great if this works .. it would only leave me with one similar (but more complicated to me) bug hunt
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#19 Fri 05 Feb, 2010 15:28 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: YouTube BBCode
just for your info... i haven t forgotten about this and i will get back on this one (i just got distracted)
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#21 Thu 11 Feb, 2010 17:31 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: YouTube BBCode
(i just got distracted)
He he he... then close YouTube and go back coding!
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#22 Sun 14 Feb, 2010 12:20 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: YouTube BBCode
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#23 Sun 14 Feb, 2010 14:09 |
|
St0ney
Joined: August 2009
Posts: 28
Location:
|
Re: YouTube BBCode
Also if you add (" allowfullscreen="true" )
This will allow the Board member to view the Video Full Screen on the Forum.
instead of going to "YouTube" for that Option.
Like So.
<object width="425" height="350"><param name="movie" value="h**p://***.youtube.com/v/{TEXT}"></param><param name="wmode" value="transparent"></param><embed src="h**p://***.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" " allowfullscreen="true" wmode="transparent" width="425" height="350"></embed></object>
|
#24 Fri 23 Nov, 2012 17:26 |
|
St0ney
Joined: August 2009
Posts: 28
Location:
|
Re: YouTube BBCode
This is What I actually Use for the YouTube BBC Code. (My Post above was a addon to what was posted.)
This BBC code
a) Will center the Video in the Post
b) Allows Full Screen View
c) Make video Larger - width="640" height="385
BBCode usage:
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
HTML replacement: (Changed Thanks MG)
<div style="margin: 0 auto; text-align: center;"><br><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></div><br />
Help line:
[youtube]http://www.youtube.com/watch?v=_Zh5mXvkaMk[/youtube]
St0ney
Last edited by St0ney on Sun 25 Nov, 2012 17:16; edited 1 time in total |
#25 Sat 24 Nov, 2012 21:50 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: YouTube BBCode
Many thanks for sharing this tip.
Anyway I would suggest not to use the tag CENTER as it has been discouraged.
When I need to center some content I always use a DIV:
<div style="margin: 0 auto; text-align: center;">YOURCONTENT</div>
Also make sure you close properly BR whether you add it => <br />
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#26 Sun 25 Nov, 2012 11:20 |
|
St0ney
Joined: August 2009
Posts: 28
Location:
|
Re: YouTube BBCode
Thanks MG - Changed the Code above and on my Board.
I'll need to look at the code on my board, I'm sure I have a ton of <CENTER> Tags.
I'm a old HTML guy, so I'm not up to date on proper php coding.
|
#27 Sun 25 Nov, 2012 17:19 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: YouTube BBCode
Thanks St0ney,
I will certainly give this one a try
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#28 Mon 26 Nov, 2012 22:24 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: YouTube BBCode
I'm a old HTML guy, so I'm not up to date on proper php coding.
Don't worry... HTML is changing day by day... it's impossible to be always up to date.
You can refer to this link to check your code against rules: http://validator.w3.org/
You don't have to be 100% compliant, but the most you can fix, the better it is... and you can reasonably expect that most browsers will display your site properly.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#29 Mon 26 Nov, 2012 22:59 |
|
|
Page 2 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|