PDA

View Full Version : How to embed Justin.tv stream on to my vbulletin website?


Fudgyyy
08-07-2011, 09:34 PM
I've seen other sites embed a JTV stream onto the top of their websites and was wondering how I could do the same? I don't want it on my forum posts, I want it to actually show up. The site is called maddenstudents.com, and I want it above my chatbox.

BirdOPrey5
08-08-2011, 04:53 PM
You'd get the embed HTML code and edit your template (FORUMHOME in the case of the main forum index page or nabvar template if you want it on every page) and simply paste the embed code into your template.

You may need some basic HTML to make it look good/center it right.

Fudgyyy
08-08-2011, 08:42 PM
Any idea on how to center it?

BirdOPrey5
08-08-2011, 09:17 PM
Usually...

<div align="center">

embed code here

</div>