Blog Business Catalyst Blog RSS

Quick Tip: Add a Facebook "Like" Button To Your BC Blog In Just 3 Easy Steps

Jackson Palmer

Adding a Facebook "Like" button to your blog posts is a great way to encourage social media sharing within your community and spread your content across the web.

What's even better is that it takes just seconds to implement!

Step 1. Go More Customization Options > Blog Layouts > Blog Post Layout and switch the editor over to HTML mode

Step 2. Scroll to the bottom of the page and insert the following code:

<!-- Facebook Like Button BEGIN --> <iframe scrolling="no" frameborder="0" src="http://www.facebook.com/plugins/like.php?href=yoursite.com{tag_permalinkonly}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" style="border: medium none; overflow: hidden; width: 450px; height: 35px;" allowtransparency="true"></iframe> <!-- Facebook Like Button END -->

Replacing "yoursite.com" with your site's actual domain.

Step 3. Save the layout, and you're done.

You can find out more about the Facebook "Like" button and it's advanced customization options at: http://developers.facebook.com/docs/reference/plugins/like