Tampilkan postingan dengan label Facebook. Tampilkan semua postingan
Tampilkan postingan dengan label Facebook. Tampilkan semua postingan

Sabtu, 26 Maret 2011

Facebook New Question sharing option

Facebook has introduced a new feature, Question sharing. If you have any thing running in your mind, then just Shoot Question with pool of options, make your user to vote which one is right, try today itself.

Jumat, 25 Februari 2011

How to automate the publishing of blogger post in Facebook.

Hi all, today i will show you how to automate the process of publishing blogger post on your facebook wall or fan page.

Here are the steps,

Login to facebook.com
visit rssgraffiti
then click on application settings authorize it,later you add you add your blog RSS URL and save it. 

her are the couple of snapshots









Jumat, 18 Februari 2011

How to add facebook like button to blogger for post publicity

Here are the steps which you need to follow.

1) Go to  Design Tab
2)Edit HTML
3)Click on "Expand Widget Templates"
4) Here are the standered  Facebook button code just copy which ever you want,
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like expr:href='data:post.url' show_faces='true' width='450'/>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like expr:href='data:post.url' layout="button_count" show_faces="true" width="450"></fb:like>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like expr:href='data:post.url' layout="box_count" show_faces="true" width="450"></fb:like>

5)To get the button above post description past the copied code above <data:post.body/> tag else past it below the tag, so that facebook button appear at the footer of your post.

For more customizations visit http://developers.facebook.com/docs/reference/plugins/like/

Note:  Please change the button width accordingly in the script to get the various button dimensions.