The Arcive of vBulletin Modifications Site. |
|
|
|||||||
Submit threads, blogs, articles to facebook, twitter, myspace and others - addtoany Details »»
|
|||||||||||||||||||||||||||||||||
|
Submit threads, blogs, articles to facebook, twitter, myspace and others - addtoany
Developer Last Online: May 2011
Just thought I would share a way I found for your members to submit threads to any social networking site like facebook, Twitter, digg...any of them!
----------------------------------------------------------------------------------------- To add this code, you will need to edit your "ShowThread" template. Go to: Admincp>Styles & Templates>Style manager>Edit templates>Show Thread templates>SHOWTHREAD In the SHOWTHREAD template, Find: Code:
<div id="thread_controls" class="thread_controls"> <div> And below that, add this code: Code:
<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> If you would like to customize the button code, go to www.addtoany.com Anyway, that is it! very simple, light weight and effective! Enjoy! ![]() Here you will find a demo --> CLICK HERE EDIT: If you would like to add this to the CMS articles, see post #8 HERE If you would like to add this to blogs, see post #16 HERE . Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Mate thats class..installed nice and easily ..looks a1..cheers pal
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
Fantastic mod! I've got it installed.
|
|
#6
|
||||
|
||||
|
..is this work in CMS,if I whant to share a article?...
|
|
#7
|
||||
|
||||
|
I'd like to have this in the cms also
|
|
#8
|
||||
|
||||
|
That is a great idea! I added it to the article pages! Here is a DEMO: CLICK HERE If you wanna do it this same way... Go to the "vbcms_content_article_page" template Find: Code:
<vb:if condition="$comment_block">
<div class="article_rating_container">
<a href="{vb:raw page_url}#comments" rel="nofollow">{vb:raw comment_count} <vb:if condition="$comment_count == '1'">{vb:rawphrase comment}<vb:else />{vb:rawphrase comments}</vb:if></a>
<img src="{vb:raw vboptions.bburl}/{vb:stylevar imgdir_misc}/comment.png" alt="{vb:rawphrase comments}" border="0" />
</div>
</vb:if>
</div>
And below that </div> tag add the button code: Code:
<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> Just did some testing on my site but in a bunch of configurations it appears to be trouble free
|
|
#9
|
|||
|
|||
|
This is a great MOD job well done. How can I add this to my BLOG. I added it to the CMS BINGO! Works great.
|
|
#10
|
||||
|
||||
|
thank prefect
|
![]() |
|
|