Quote:
Originally Posted by Danoxth
That worked, cheers for that - much appreciated 
|
Great!
Quote:
Originally Posted by Alucard^
Hi man, nice hack!
I have some little problems... see the image:
I am using this code:
PHP Code:
<vb:if condition="!in_array($GLOBALS[forumid], array(191, 192, 217, 114, 216))"> <div align="right" style="height:27px;"> <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Compartir</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"> </script> <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="nvnetgroup">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div> </vb:if>
What is wrong?
Thanks.
|
Looks like you used the first code labeled for people who DO NOT use Facebook Like... you seem to use Facebook Like so use the alternate instructions I provided in the top post...
(Copied below for easy reference)
If you DO USE the built-in Facebook Like button do the following:
Find:
Code:
{vb:raw fblikebutton}
Replace it with:
Code:
<div id="fb_likeframe" style="border: none; overflow: hidden; height: 27px; width: 95px; vertical-align: text-bottom; padding-top:1px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="YOUR_TWITTER_USERNAME">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>{vb:raw fblikebutton}
Replace "YOUR_TWITTER_USERNAME" with your twitter username, it will be referenced in the tweet- but the tweet will not be from YOU, it will be from whoever hits the tweet button.
The Tweet button will now show up next to the Facebook Like button in anytime the Facebook Like button is displayed in a thread.