How to Install Button Share on Facebook on Blog

1:08 AM



How to Install Button Share on Facebook on Blog

As a blog or website owner would want an article that we make is read by many people, one of which we can do is publishing the article to facebook and install share on facebook button to the pages of your blog / website.

No
strings attached just discussed:


1). Go to edit html page (dashboard> layout> edit html) and do not forget "expand template widget"

2). Search codes <b:if cond='data:top.showAuthor'>

3). Put the following code above the code no.2
(laying not be here, can be placed as you wish)

<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img alt='www.tips-fb.com' border='0' src='http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_2.png'/></a>
</b:if>


It would look like :


If you want pictures of other buttons:


<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_4.png" border="0" alt="www.tips-fb.com"></a>
</b:if>




<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_3.png" border="0" alt="www.tips-fb.com"></a>
</b:if>


Share on Facebook">Or it could replace with text only, example : Share on Facebook
<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'>
Share on Facebook</a>
</b:if>

4). Press the save button templates

Completed ...........

Congratulations to publish your article on Facebook ...

Related Post



1 comments:

Anonymous at: January 12, 2011 at 3:02 AM said...

thanks for this tips...

Post a Comment

Related Posts Plugin for WordPress, Blogger...