Tuesday, August 2, 2011

Inserting FaceBook Send Button on Blogspot and customize


Completely different from the "facebook like button" Button Facebook Button Send additional features great . 
This button allows you to access to send blog posts to your to your friendson facebook

Here are the step guide information to insert the button and customize to your liking. 

In Control Panel Design > Edit Html .
Check the Expand template 
utility
Find the code:
<div class='post-header-line-1'>
Or: 
<div class='post-header-line-1'/> 
Insert immediately after it the following code:
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
<Fb: send colorscheme = ' light 'expr: href =' data: post.url 'font =' arial '/>
 
If you want it to appear end of the article is inserted as follows:
Find the code:
<div class='post-footer'>
Or: 
<data:post.body/>   
Then insert it as soon as the code above.
Then click on Save template


How to customize the colors for the button.
Find newly inserted code and change

colorscheme = ' light 'to colorscheme =' dark '


No comments:

Post a Comment