The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add "AddThis"
<a href="http://addthis.com/" target="_blank">http://addthis.com/</a>
How can I add this to my forum? So it is next to my reply button or somewhere obvious. Anyway to add this in the "Bookmarks" bar on the bottom of posts? |
#2
|
||||
|
||||
Quote:
Dan Burtan,,, Here's the code...>>> HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Add What</title> <meta name="keywords" content="" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <div> <!-- AddThis Button BEGIN --> <script type="text/javascript"> addthis_pub = 'addthis'; addthis_options = 'email, favorites, myspace, facebook, delicious, digg, live, myweb, more'; </script> <a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script> <!-- AddThis Button END --> </div> </body> </html> HTML Code:
<!-- AddThis Button BEGIN --> <script type="text/javascript"> addthis_pub = 'addthis'; addthis_options = 'email, favorites, myspace, facebook, delicious, digg, live, myweb, more'; </script> <a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script> <!-- AddThis Button END --> ****************
Open the template that you want to add it to and save... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|