The single most popular way to implement a Talk Fusion video on your websits is using HTML's IFRAME tag.
Simply grab the URL of the video such as http://app.talkfusion.com/talkFusionStudio/x_viewVideo_frontend.asp?gvtID=1000000_didyouknow.
The IFRAME TAG is the method to include it on your website:
<IFRAME src="VIDEO URL GOES HERE" width="320" height="302" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"></IFRAME>
Implementation with the above URL as seen below:
<IFRAME src="http://app.talkfusion.com/talkFusionStudio/x_viewVideo_frontend.asp?gvtID=1000000_didyouknow" width="320" height="302" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"></IFRAME>
| More Information |