Skip to main content

Posts

Showing posts from October, 2010

Add Facebook Like button and Twitter share Button to Blogger Template

1- Login to your Blogger Account and go to Design > Edit HTML and click on the check box which says " Expand Widget Templates "  2- Inside the html code look for the tag: <post-header-line-1/> to add the buttons on the top of the posts or <data:post.body/> to add the buttons to the end of the posts, Directly after one of those tags add the below code:   <b:if cond='data:blog.pageType == &quot;item&quot;'> <div align='right'> <script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like layout='button_count'/> <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="YourTwitterUsername">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </div> </b:if> 3- Save and Your Done

Add Facebook Like Button to Blogger Posts

To add Facebook Like button to your blogger blog posts simple follow the below steps: 1- Login to your Blogger Account and go to Design > Edit HTML and click on the check box which says " Expand Widget Templates "  2- inside the html code look for the tag: <data:post.body/> Directly after this tag add the below code: <b:if cond='data:blog.pageType == &quot;item&quot;'> <div> <script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like layout='button_count'/> </div> </b:if> 3- Save changes You may change the feel and look of your like button by changing and adding attributes to the fb:like tag, those attributes are: layout - there are three options. standard - displays social text to the right of the button and friends' profile photos below. Minimum width: 225 pixels. Default width: 450 pixels. Height: 35 pixels (without photos) or 80 pixels (with photos). bu

Facebook warns developers after privacy leak

Facebook issued a stern warning to independent developers Monday in response to reports that some applications on the site were sharing identifying information about users. At the same time, a Facebook engineer said media coverage of the leak has exaggerated how much information can be, and has been, shared with third parties. "Our policy is very clear about protecting user data, ensuring that no one can access private user information without explicit user consent," Facebook engineer Mike Vernal said on a blog used by people who develop apps for the site. "Further, developers cannot disclose user information to ad networks and data brokers. "We take strong measures to enforce this policy, including suspending and disabling applications that violate it." A report by The Wall Street Journal found that some of Facebook's most popular apps, including the game FarmVille by social network game company Zynga, were being used to share users

Skype becomes more social with Facebook

Skype has partnered with Facebook by integrating its Voice Over Internet Protocol (VOIP) apps with the popular social networking platform to allow its users to hook up with their Facebook friends. The newly introduced Skype version 5.0 allows Skype users to make cal ls to Facebook friends directly on mobile or landline phones. The new service also allows users to send SMS messages or make free Skype-to-Skype calls to their Facebook friends. In addition, it features a Facebook tab and integrates Facebook’s news feeds. Full Article here