Hey Everyone,
I am trying to use websnapr on my vBulletin Forums.
http://www.websnapr.com/
It has to go in the:
Show Thread Templates > SHOWTHREAD
and put in straight after this:
Code:
<head>
$headinclude
<title>$thread[prefix_plain_html] $thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
The script that has to go in is this:
<script src="http://bubble.websnapr.com/xxxxxxxxxxxx/sah/" type="text/javascript"></script>
where xxxxxxxxxxxx = your websnapr password.
It works fine, but the only issue with this is that it shows the thumbnail for ALL links on the Showthread page (eg: Profile Link, Page Links, Thread tree links, etc, etc.
What i really hope to do is to have it ONLY show links that are in the post itself and possibly the users signature, but definately whats in the post only.
It can be done in SMF, they have a mod for it. This is the viewsource of the code from SMF forums i have the mod running on.
Code:
<script language="JavaScript" type="text/javascript"><!-- // -->
var smf_sitepreview_serviceurl = "http://images.websnapr.com/?size=S&url=";
var smf_sitepreview_bubble = "http://www.domain.com.au/forums/Themes/theme/images/bg.png";
<!-- // Sitepreview v1.3 coded by Marook (http://www.marook-online.de) // -->
// ]]></script>
If anyone can help me with what code i need to put in for vBulletin to make this only work for links in the POST only, and not everywhere else, i would greatly appreciate it!
Thank you
Nuke