Overview
You can add the Facebook famous "Like" (or Recommend for a more business like term) to your posts and increase their popularity.
Instructions
- Login to your WordPress Admin Site. You can do this directly into WordPress, or if you installed it via Plesk there will be a link in your Control Panel.
- Go to Appearance -> Editor.
- Then place the following code wherever you want the like button to appear:
<iframe src="http://www.facebook.com/plugins/like.php?href= <?php echo urlencode(get_permalink($post->id)); ?>&layout=standard& amp;show_faces=false&width=350&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" ></iframe>
The final result should look like this:
