The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Addthis / Sharethis Bookmark Integration Details »» | |||||||||||||||||||||||||||||||
Loved the addition of bookmarks in vbulletin but hated the way they were placed at the bottom of the thread, each time I read a thread I immediately found myself scrolling to the top again. I tried moving the bookmarks to the top but didn't like the way they looked.
I came across http://www.addthis.com which allows you to add a handy piece of code to your website that allows you to bookmark a thread to any of the large bookmark sites, 34 different site's in total with out any mess or cluttering up the postbit area with tons of images. Plus addthis.com track all clicks and pages that have been submitted from your site. sharethis.com is a site that works exactly the same way. AddThis and Sharethis is already on hundreds of thousands of websites including TIME Magazine, Oracle, TechCrunch, Freewebs, Entertainment Weekly, Topix, Lonely Planet, MySpace, PGA Tour, Tower Records, Squidoo, Zappos, FOX, ABC, CBS just to name a few and could be on your vbulletin forum within minutes!! Demo click here then a thread to view demo Quick and easy installation: register an account at http://www.addthis.com and log in, once logged in click Get your button code! and scroll down to and choose from a number of different buttons and get your code. in SHOWTHREAD find: HTML Code:
<td class="vbmenu_control" id="threadtools" nowrap="nowrap">
HTML Code:
<!-- AddThis Button BEGIN --> <td class="vbmenu_control" id="addthis" nowrap="nowrap"> ADD THE ADDTHIS or SHARETHIS CODE HERE </td> <!-- AddThis Button END --> Download Now
Screenshots
Show Your Support
|
Comments |
#32
|
||||
|
||||
Thanks!
|
#33
|
||||
|
||||
no worries lads, please remember to click install
|
#34
|
||||
|
||||
This has a bug within it ..........
If you go to the specific thread and quickly move to the bookmarks explorer (in my case ie7) crashes and closes down with an error "internet explorer cannot open http://yoursite.com/showthread 123456" this does not seem to happen when the you leave for a 20 seconds or so........ |
#35
|
||||
|
||||
Quote:
|
#36
|
|||
|
|||
Quote:
|
#37
|
||||
|
||||
i have installed ie 8 and the problem has gone so im sorry to say it seems to be a problem with some browsers.
|
#38
|
|||
|
|||
This code hack is not hacking it in 3.8.2...That <td class line does not exist in the SHOWTHREAD! Help...
|
#39
|
||||
|
||||
Nice. I implemented this myself and never thought to release it as a template mod.
Ah well, nice work! |
#40
|
|||
|
|||
I added ShareThis but here is one problem:
When you share the link the with someone it uses the last post link and not the first post / thread link. Does anyone know how to fix this? Thank you |
#41
|
|||
|
|||
Does anyone know how to make this visible to guests? Works great when logged in but not as a guest.
Marked as installed! Edit: Nevermind, just remembered how to do it. FYI this shows it to the usergroups listed (in this case anyone who visits the site)... Code:
<if condition="is_member_of($bbuserinfo, 1, 2, 3, 4, 5, 6, 7)"> <!-- AddThis Button BEGIN --> <td class="vbmenu_control" id="addthis" nowrap="nowrap"> <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=ADDTHIS_USERNAME"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=ADDTHIS_USERNAME"></script> </td> <!-- AddThis Button END --> </if> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|