Adding social bookmarks to VB3.8 including facebook like
by
, 08-25-2010 at 02:02 PM (1918 Views)
Original code taken from a VB4 hack found on the following
http://www.vbulletin.org/forum/showt...manager&page=5
This will add a new button below the post reply button for your members to submit threads to any social networking site like facebook, Twitter, digg...any of them!
Find in SHOWTHREAD
Add belowPHP Code:<!-- / controls above postbits -->
This can be seen and tested at my forumPHP Code:<!-- / social media button -->
<br />
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><script type="text/javascript">a2a_show_title=1;a2a_num_services=14;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
<br />
<br />
<!-- / social media button -->
http://www.thespainforum.com/










