Hi!
If you want to show related videos for a site: just replace the websnapr code by:
Code:
<div id = "vs" style="float:right; padding-left:10px;padding-top:35px;"><script type="text/javascript" src="http://www.vidsnapper.com/js1/url.php?width=150&url={$url_short}"></script></div>
I use it in the link_summary.tpl located in the \templates\yget\ folder (or in any other template folder).
Installation guide:
So search for
Code:
<div class="toptitle" id="ls_thetitle-{$link_shakebox_index}">
and put the following after the code searched:
Code:
<div id = "vs" style="float:right; padding-left:10px;padding-top:35px;"><script type="text/javascript" src="http://www.vidsnapper.com/js1/url.php?width=150&url={$url_short}"></script></div>
Nice feature anyway.
By the way: the script scans the page and displays the best matching youtube video.