MyBB Community Forums

Full Version: How to embed WorldTV in MyBB?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I would like to know how to embed worldtv in a post in MyBB.

I have two ways of doing it:

Quote:<iframe src="http://embed.worldtv.com/antinovaordemmundial?width=640&height=344&skin=slick" width="640" height="344" frameBorder="0" scrolling="no"></iframe>

Quote:<object width="640" height="344"><param name="movie" value="http://static.embed.worldtv.com/flash/embed-player-slick.swf" /><param name="quality" value="high" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="domain=http%3A%2F%2Fembed.worldtv.com%2F&rootUrlPath=http%3A%2F%2Fembed.worldtv.com%2F&staticRootUrlPath=http%3A%2F%2Fstatic.embed.worldtv.com%2F&channelId=1557202" /><embed width="640" height="344" flashvars="domain=http%3A%2F%2Fembed.worldtv.com%2F&rootUrlPath=http%3A%2F%2Fembed.worldtv.com%2F&staticRootUrlPath=http%3A%2F%2Fstatic.embed.worldtv.com%2F&channelId=1557202" allowfullscreen="true" movie="http://static.embed.worldtv.com/flash/embed-player-slick.swf" allowscriptaccess="always" quality="high" wmode="transparent" name="embedPlayer" style="" src="http://static.embed.worldtv.com/flash/embed-player-slick.swf" type="application/x-shockwave-flash" ></embed></object>

But how to get this code to run in a mybb forum? I am the admin of it, so I could install some plugin or change any php file.

thanks
It seems that you can control everything, including adding site embeds, through the AdminCP... just decide where you want it to appear then goto AdminCP>Templates and Style>Templates>Default Templates> and there you will find the HTML code for all the different sections of your forum... for instance, if you want to embed in the header, just select the "header template", click Full edit on the right, that'll bring up the HTML then insert the embed code where you would like it to appear.
Hi Zillionz

I don't want it to be in all pages, just to be able to add to one single thread, in the middle o the message.
you can use HTML in Posts plugin to directly post such embedding codes
{can be used for administrators only}