NextGen TitanTVGuide

TitanTV Guides Setup.

Below is a basic sample of how to display the TitanTV Guides in an <iframe>. A few things to note about the iframe attributes in this sample:
  • src: The Site ID will be provided to you by one of our sales or account managers.
  • border: The higher the value the thicker the border around it. A zero(0) will hide the border.
  • height: Needs to be expiremented with to find the size that best suits your page.

px
px
<div style="border:{{border}}px solid {{borderColors.value}}; position:relative; overflow:hidden; height:{{height}}px">
    <iframe src="//titantvguide.com/?siteid={{siteID}}" style="width:100%; height:100%; top:0; left:0; position:absolute;"></iframe>
</div>