Lee G
08-24-2010, 10:00 PM
Wish me luck, this is my first released mod
This will add the AddToAny social media networking button to Vbulletin blogs
As well as all the social networking sites like facebook etc you can also email links and add bookmarks.
http://www.addtoany.com/
The code is simple to add.
Go to blog_show_entry
Find
<if condition="$bookmarksites">
<div style="float:$stylevar[right]">$bookmarksites</div>
</if>
And add above
<!-- / social media button -->
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" width="256" height="24" border="0" alt="Share/Bookmark"/></a>
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
<!-- / social media button -->
There are other buttons you can use
Simply go to http://www.addtoany.com/
Choose the button and replace the code between the <!-- / social media button --> lines
You can see this in action on my own blogs
http://www.thespainforum.com/blogs/
This will add the AddToAny social media networking button to Vbulletin blogs
As well as all the social networking sites like facebook etc you can also email links and add bookmarks.
http://www.addtoany.com/
The code is simple to add.
Go to blog_show_entry
Find
<if condition="$bookmarksites">
<div style="float:$stylevar[right]">$bookmarksites</div>
</if>
And add above
<!-- / social media button -->
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" width="256" height="24" border="0" alt="Share/Bookmark"/></a>
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
<!-- / social media button -->
There are other buttons you can use
Simply go to http://www.addtoany.com/
Choose the button and replace the code between the <!-- / social media button --> lines
You can see this in action on my own blogs
http://www.thespainforum.com/blogs/