How to Create the "Facebook share button" in Your blog

One of the way to increase blog’s traffic through Facebook is put the Facebook share button on your blog. It’s allow visitor to share your content blog with their on Facebook and keep your readers coming back for more. The Facebook share button usually displays the number of times the current page has been shared on facebook. This article will share you how to create it and how to place it on your blog.

How to create it? please follow the following steps.


It’s very simple, just copy one of the following code :

code 1: button form
<a href="http://www.facebook.com/sharer.php" name="fb_share" type="button_count">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript">
</script>
preview : Share

code 2 : link form
<a href="http://www.facebook.com/sharer.php" name="fb_share" type="icon_link">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript">
</script>
 Preview : Share

After you have copy the code, it’s time to place it to your blog. Here are a few simple guide to place the code at some area in blogger. Before starting, make sure you should using Mozilla firefox browser to easy follow this instruction.
place the button at the sidebar blog

Go to your blogger dashboard >layout >page element and click “Add a Gadget” link. Choose the HTML /Java script widget from the pop up menu. Paste the code you’ve copy earlier and click save button. You can click and drag the gadget where you want to place it on your blog.

place the button at the blog’s post area

the following is the video tutorial that explain step-by-step how to add Facebook share in your blog. Before starting, make sure you should using Mozilla firefox browser to easy follow this instruction.


note: Paste the code after the tag, If you want to place the button after of blog’s post and Paste the code after the tag, If you want to place the button after of blog’s post.