Quote:
Originally Posted by BirdOPrey5
I never tried the Wibiya bar so I can't compare but addthis seems fast (faster than facebook's button would load infact) and I've had no complaints. I just don't like it as much because it opens the facebook post in a new tab instead of a small pop-up window like the real facebook like button does.
As for the fix- in the .js file:
Add a comma to the end of the "xfbml" line and add the following line below it:
Code:
channelUrl:'http://www.yoursite.com/channel.html'
Change yoursite.com to your URL obviously.
And make a channel.html file in your web root wirh only this line in it:
Code:
<script src="http://connect.facebook.net/en_US/all.js"></script>
|
Thanks! That's what I thought but I'd have certainly missed the comma.
I'm testing the addthis button now, too. It doesn't seem to format as nicely where I want it to the left of the edit/quote buttons. It also doesn't allow for comments with the "Like" button and the share utility is cumbersome and somewhat of a duplication of what I have in the vBulletin Bookmarks bar. It looks like Addthis uses the same FB application.