The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Twitter And Facebook Integrated Buttons in Threads Details »» | |||||||||||||||||||||||||||
Twitter And Facebook Integrated Buttons in Threads
Developer Last Online: Nov 2011
First of all, I would like to give credit to the founders of the codes I used in this mod. I know almost nothing about coding and without them, this mod would have never existed.
Twitter Code Founder: https://vborg.vbsupport.ru/showthread.php?t=242425 Facebook Code Founder: https://vborg.vbsupport.ru/showthread.php?t=241011 What's better about my mod? Doing two template edits is much quicker than making two advertisements. Another reason, is that both of these mods tell you to put the code as an advertisement. Although it's easier to do, it leaves an ugly blank space below the buttons that is just wasted. The way I implemented them in uses the space under the buttons. Their mods: My mods: OR: Demo this mod here! How to Install Add the following code at the top of the header template: Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://tweet-it.s3.amazonaws.com/tweet-it.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".tweet-this a").tweetIt({ animate: "fade", header: "Tweet!" }); // Something else $("tr.openclose a").click(function(){ $(this).parents("tr").hide(); $("tr.closed").show(); }); }) </script> If you want it here: Find the following code in the postbit_legacy template: Code:
{vb:raw ad_location.thread_first_post_content} Code:
<vb:if condition="THIS_SCRIPT == 'showthread'"><div style="float: right; padding: 0px 0px 0px 0px;"><p class="tweet-this"><p class="tweet-this"><a href="javascript://"><img src="http://nextgendaily.com/images/retweet.png" /> Tweet Topic!</a></p> <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link thread, {vb:raw thread}}&layout=button_count&show_faces=false&width=80&action=like&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:80px; height:25px"></iframe></div> </vb:if> If you want it here: Find the following code in the SHOWTHREAD template: Code:
<div id="thread_controls" class="thread_controls"> <div> Code:
<vb:if condition="THIS_SCRIPT == 'showthread'"><iframe src="http://www.facebook.com/plugins/like.php?href=http://nextgendaily.com/{vb:link thread, {vb:raw thread}}&layout=button_count&show_faces=false&width=80&action=like&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:80px; height:25px"></iframe><div style="float: left; padding: 0px 5px 0px 5px;"><p class="tweet-this"><p class="tweet-this"><a href="javascript://"><img src="http://nextgendaily.com/images/retweet.png" /> Tweet Topic!</a></p></div></vb:if> Again, I take no credit for finding the code used in this mod, however, I did make some changes to it and moved the code to a different area to add more flexibility. If you have any way to increase the code or fix a flaw I might have made, please leave a comment with the code below and I'll change this code right away. PLEASE MARK AS INSTALLED IF YOU USE THIS Show Your Support
|
Comments |
#2
|
||||
|
||||
can we use this in 3.8? please reply
|
#3
|
|||
|
|||
Yeah, you can, but it won't be in the same parts of the templates because they dont exist and youll need to change the way the conditionals are written to that of 3.8
|
#4
|
|||
|
|||
wondering the same. Can we use it in 3.8?
Edit: Just read the reply. Itd be great if you could really quickly add the new conditionals for 3.8! |
#5
|
|||
|
|||
thanks I "like" this version of the mod and am using it now.
|
#6
|
||||
|
||||
Very good, man
Is it possible to set it on every single post/blog/CMS article? :P EDIT: Some issue with quote text |
#7
|
||||
|
||||
I see... You can now check back and see that there is a new option to add the buttons to the gray bar above the post. This will fix the quote problem, but move the button positions. You may like it more though anyways. Instead of installing the first option, install the second.
|
#8
|
||||
|
||||
Hello!
Thanks for the mod! I added it inside a table to look like this http://is.gd/cNftT This is the code: Code:
<vb:if condition="THIS_SCRIPT == 'showthread'"> <table width="170" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th scope="col"><iframe src="http://www.facebook.com/plugins/like.php?href=http://nextgendaily.com/{vb:link thread, {vb:raw thread}}&layout=button_count&show_faces=false&width=80&action=like&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:80px; height:20px"></iframe></th> <th scope="col"> <p class="tweet-this"><a href="javascript://"><img src="http://nextgendaily.com/images/retweet.png" /> Tweet Topic!</a></p> </th> </tr> </table> </vb:if> Code:
<p class="tweet-this"> |
#9
|
|||
|
|||
works great
Thank you |
#10
|
|||
|
|||
Hmm dont work for me the pop up box from twitter pops up for like 1 sec than goes away
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|