I'd like to add the Facebook Like buttons (with images) to my copy of Bookeh. Help?
This is the code I want to use <fb:like href="{Permalink}" layout="standard"></fb:like>
...from the Posterous blog post: http://blog.posterou...ok-like-buttons
thanks!
Page 1 of 1
Facebook Like Integration
#2
Posted 16 June 2010 - 01:36 AM
Hi, I manage a Posterous site for a non-profit, and most of our readers come from Facebook. I also would like to add Facebook Like to our Posterous but am not able to (we use one of Cory's themes, which apparently doesn't have native FB Like support). Any help on this? Thanks.
#3
Posted 21 August 2010 - 12:31 PM
It took some time but I finally figured it out. If you want the new Twitter button and the Facebook Like button to replace the Retweet button on custom pages, here's what to remove:
{block:Retweet}
<img src="/images/icons/services/twitter11.png" style="vertical-align: middle; position: relative; top: -2px;" /> <span id="retweet_count_{PostID}"> <a href="{RetweetLink}"> {NumRetweets} <span id="retweet_count_label_{PostID}">mentions</span> </a> </span> {RetweetButton}
{/block:Retweet}
In its place you'll want this:
{block:Sharing}
<div class="posterous_retweet_widget">
<div style="float: left; padding: 5px 0;">
{block:Tweet /}
</div>
<div style="float: left; padding: 5px;">
{block:FbLike /}
</div>
<br style="clear: both;" />
</div>
{/block:Sharing}
{block:Retweet}
<img src="/images/icons/services/twitter11.png" style="vertical-align: middle; position: relative; top: -2px;" /> <span id="retweet_count_{PostID}"> <a href="{RetweetLink}"> {NumRetweets} <span id="retweet_count_label_{PostID}">mentions</span> </a> </span> {RetweetButton}
{/block:Retweet}
In its place you'll want this:
{block:Sharing}
<div class="posterous_retweet_widget">
<div style="float: left; padding: 5px 0;">
{block:Tweet /}
</div>
<div style="float: left; padding: 5px;">
{block:FbLike /}
</div>
<br style="clear: both;" />
</div>
{/block:Sharing}
Share this topic:
Page 1 of 1

Help











