
We all love the Thesis WordPress theme, and its multi-functional layout which can be highly customised. And we also love the Facebook Like button, which is in a way Facebook’s answer to the Tweetmeme button. So, why not I show you how to incorporate the Facebook Like button in Thesis WordPress button.
To do this, all you need to do is to go to your custom_functions.php file and open it in an editor. You can have a backup just in case things don’t go according to plan. Now, once you have it opened in an editor [ or in your dashboard editor ], add the following code.
function add_fb_like_btn() {
if (is_single()) { ?>
<div style="float:right; padding-left:3px;"><iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px"></iframe></div>
<?php
}
else { ?>
<div style="float:right; padding-left:3px;"><iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px"></iframe></div>
<?php
}
}
add_action('thesis_hook_after_headline','add_fb_like_btn');
You can customise the layout of the Facebook like button by changing what I have inserted in the
Please leave a comment if it worked out for you or otherwise. And also, go ahead and hit the Like button on this post
Cheerio!
[Image Courtesy: Venture Beat ]

Who the F needs another Social Network? @Microsoft -Seriously?
After the redesign of the social networking website giant Facebook went live on the 14th of March, the entire blogosphere as well as the users went berserk. The initial reaction was totally negative, with forums and groups on facebook itself showing negative poll results. ( In a poll on a ” Hate the New Facebook Look” group, out of 800,000 members who participated in the poll, 94% gave a thumbs-down to the new design, and only 5% liked it) The new design is being termed as “Twitter-look-a-like”, and indeed with the new news stream on a users home page showing updates which is very much like Twitter’s own followers page, there are some similarities between the two. No one can deny that Facebook is certainly bothered by the phenomenon that Twitter is turning out to be. And certainly because of CEO Mark Zuckerberg failed to buy out Twitter, Facebook’s new mission seems to be undermining Twitter.

But now almost after a week, when the smoke has faded away and users have already got accustomed to the new look or redesign of Facebook, here’s some reason to cheer up. Here are 5 reasons why I like the new Facebook and possibly you could as well.
1. The News Feed can be filtered.
In the Home page, where we see the Twitter Like feed of the activities of the friend of a user, it displays all the activites of friends. This display can be filtered as well, based on Filters available, such as : Photos, Links, Videos etc. I have some more filters in my profile viz. YouTube, Twitter, Flixster, LivingSocial etc. If you have grouped your friends ( I have grouped them such as :-Social Network Contacts, University, School, Work etc.), then the NewsFeed could also display feed from only the members of those group.