by Sujoy on October 24, 2010
So, we all know how awesome ‘The Social Network’ was. The posters were amazing, the trailers kept the anticipation levels on a high, and the final product was inspiring, sad, jubilant, and awesome, awesome, awesome. Of course, a movie about social network giant – Facebook, is inevitable to spawn memes across the internet. And this one is a mashup of Tom, creator of Myspace, and the Social Network poster.

Please feel free to share this post using the sharing buttons below . Cheerio!
by Sujoy on October 24, 2010
The following infographic is quite true in most respects. Given the fact that we spend most of our online time interacting with people who we never seem to interact physically, over social networks of different flavours and privacy labels. Do you agree?

via: Stormborn
by Sujoy on July 24, 2010

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 ]
by Sujoy on August 17, 2009