MyBB Community Forums

Full Version: Mixpod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey I wanted to know how to embed mixpod into mybb and no I dont just wanna get the embed code and paste it in portal templates I want it like this http://nf-gaming.tk does any one know how?
This would require a plugin. Any website link of MixPod ?
(2010-10-21, 06:08 AM)Yaldaram Wrote: [ -> ]This would require a plugin. Any website link of MixPod ?
umm http://mixpod.com they have an embedd code thing but when i paste it in portal templates its the whole player and it replays everytime u refresh teh page

I'm guessing you don't want it to be manually played? Look in the link for an autoplay parameter.
(2010-10-21, 06:18 AM)Kazuto Wrote: [ -> ]I'm guessing you don't want it to be manually played? Look in the link for an autoplay parameter.
yea but then if i changed to the forum page it would start over anyway you know what i mean? I think a new frame would do the trick? how do you add a new frame
<iframe src="page.html" name="iframe"></iframe>

then on the main site when you want to load something into the iframe, use the tag:
<a href="blah.html" target="iframe">link</a>

You can also adjust its width height etc.
<iframe src="page.html" width="XX" height="XX"></iframe>
(2010-10-21, 06:25 AM)Yaldaram Wrote: [ -> ]<iframe src="page.html"></iframe>
Do i have to make the page.html? I dont know any codes lol
Yes... Embed the code inside the page.html and link to the iframe.
(2010-10-21, 06:29 AM)Yaldaram Wrote: [ -> ]Yes... Embed the code inside the page.html and link to the iframe.
lol its messed up..look at my site http://oconfident.tk its in the bottom..and when i change pages it doesnt appear there..and i hav to add it to every page..not like http://nf-gaming.tk its just there
You can also adjust its width height etc.
<iframe src="page.html" width="XX" height="XX"></iframe>

To add on each page you have to add this iframe in footer template.
Pages: 1 2