Do you like? Yes, no, maybe… Facebook Social Marketing

Back in April of this year, Facebook introduced more plugins that is proving to be a huge help with social media marketing. I especially like the new “Like” button that can be added to blogs (go ahead and like this article and give it a try
). With these plugins, you can bring the power of Facebook to your website and users will never have to leave your site to “Like” or “Recommend” your content to their friends via their wall! Neat, eh?
You can find these new plugins on the Facebook Developers site along with notes on how to add the code to your website.
However, I’ve found through my own research that there are several ways to add the plugins to your site. For instance, if you have WordPress, you can search for “Facebook Like” plugins and simply use it that way. I like the FBLike Plugin as it is working well for me.
Other options include:
- Hacking your WordPress code yourself by going to your single.php file. Look for the_content(). Paste the code you see below either before or after the_content().
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmysite.com%2F&layout=standard&show-faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>- The above code will add the Like code on one page of your site. But what if you have a WordPress blog? That code won’t work. You’ll have to make the following adjustments:
Replace the following code
[…]like.php?href=http%3A%2F%2Fmysite.com%2F
with
[…]like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>
- Optional Settings
- If you don’t want to show the faces of your friends, change “show_faces=true” to “show_faces=false”
- If you want to show the label of the button as “Recommend” instead of “Like”, change “action=like” to “action=recommend”
- In case you use some caching plugin, clear the cache, refresh your page, and watch the magic happen!
Pretty cool eh! Do you like this post? Yes, no, maybe? Click on “Like” then
2 Comments to “Do you like? Yes, no, maybe… Facebook Social Marketing”
Post comment
Feed yourself!
Subscribe to our blog's RSS Feed.
Or don't want to use a reader?
You can also subscribe via Email.
Get in touch
You are always welcome to call us at 618.531.3370, contact us or stalk us via Social Media Networks ;-)
Join Me!
Haven’t Liked Us Yet?
Most Popular Posts
- Free Stumbles Anyone? Submit Your Site While I'm on a StumbleUpon Frenzy! (214)
- Three Important Keys to Writing Engaging Website Content (67)
- Google's Wonder Wheel: A Keyword and Niche Finder Gem! (43)
- Thinking Sideways: Technique for Finding Little Known Keywords (43)
- So You Have a Blog, What's Your Point? (40)
Did You Miss These Great Posts?
- It’s a Wonderful Life: Never Underestimate the Power of Tribes
- Content Plus Other People Minus Marketing Equals What?
- Ain’t No Party Like a #sistatribe Party! Benefits of Accountability Partners
- How To Get More Twitter Followers – Online and Offline
- Use Twitter for Reputation Management & Customer Service…EAS Does!
I Love My Commentators!
Do It Yourself Resources
Blog Topics

Business blog
July 17, 2010







How To Write A Song
Twitter: howtowriteasong
says:
Hello, Kesha
Thanks for this tip!
I have also added the Facebook Like in all of my posts as well.
Haven’t you tried the Google + button? It’s also a powerful social media button. Give it a try
[Reply]
Kesha
Twitter: xdwebsolutions
Reply:
August 20th, 2011 at 10:17 am
I have a G+ account and still trying to figure out the best strategy in using it
I still need to add the icon to my site. May as well right?!
[Reply]