Adding Tweetmeme and FaceBook Like to Posterous
Andreas Kopp asked on my ServerTastic Blog how I had integrated the Twetmeme and FaceBook Like buttons into my Posterous theme. (Just like this theme).
It is actually pretty easy. You need to edit the theme in Posterous choosing the advanced option. Then look for the {Body} tag within the code. Just above this insert the code below. Change the twitterusername to your actual twitter username.
<div style="float:left;padding:4px;">
<br />
<fb:like href="{Permalink}" layout="button_count"></fb:like>
</div>

