A selection of BBCodes for use on your phpBB3 Forums.
Candyman
Forum Member
Posts: 12 Joined: Sun May 30, 2010 4:04 pm
Post
by Candyman » Wed Sep 01, 2010 10:37 pm
This BBcode will allow you to post internet radio stations for others to hear.
BBcode Usage:
HTML Replace:
Code: Select all
<center><embed src="http://{TEXT}/" type="application/x-mplayer2" width="200" height="65" align="center" border="0"autostart="1" transparentatstart="0" animationatstart="1" showcontrols="true" showaudiocontrols="1" showpositioncontrols="0" autosize="0" showstatusbar="1" displaysize="false">
Helpline:
Code: Select all
Adds media player radio station to your posts.
Example Embed:
Just place any live radio IP and port number between the tags as shown.
Demo
The radio in the example is from
Raversparadise.co.uk but any station you know the IP and port number will work.
cisco007
Staff
Posts: 501 Joined: Tue Oct 07, 2008 3:44 am
Post
by cisco007 » Sun Sep 05, 2010 1:30 pm
thanks, but you either have an extre <center> or are missing the closing tag </center>, but if you are trying to keep this xhtml strict, you shouldn't use the <center></center> tags!
Candyman
Forum Member
Posts: 12 Joined: Sun May 30, 2010 4:04 pm
Post
by Candyman » Tue Sep 14, 2010 3:14 pm
Ahhh yes, indeed you are correct. I would edit the top post but i don't seem to have an edit button? hmmm?
Remove the <center> and replace with:
At the very end of the code after displaysize="false"> add:
cisco007
Staff
Posts: 501 Joined: Tue Oct 07, 2008 3:44 am
Post
by cisco007 » Tue Sep 14, 2010 3:50 pm
you can't use {TEXT} in the newer phpbb versions due to security risk, this is what i use!
Code: Select all
<div style="text-align: center"><embed src="http://{INTTEXT}/" type="application/x-mplayer2" width="200" height="65" align="center" border="0"autostart="1" transparentatstart="0" animationatstart="1" showcontrols="true" showaudiocontrols="1" showpositioncontrols="0" autosize="0" showstatusbar="1" displaysize="false"></div>
walsa
Forum Member
Posts: 3 Joined: Sat Dec 04, 2010 7:07 pm
Post
by walsa » Wed Dec 29, 2010 8:17 pm
Nice bbcode thanks!