Free Tutorial on Adding the Facebook Like and Send to Blogspot or Blogger. Lots of people want to be able to do this. Recent changes in the Facebook FBML has disabled old solutions to do this. The following actually works as of yesterday.
This is what it looks like:
It's great because it allows readers of your blog to innocently promote you to THEIR facebook friends.And since people are LIKELY to press LIKE because of the way facebook has brainwashed us all - you get more likes this way.
And as you'll learn in the Social Mentoring Club (a bonus to the Insider or Mastermind), Facebook Likes is the new online marketing goal - not SALES, not yet.
Important: You'll have to know that it will create a LIKE on the entire blog and not just the blog post. That's how Facebook likes it as of today. It's not a bug.
Warning: If you're afraid of code, don't do this. Have a VA do it for you.
JomarHilario_How to Add XFBML Like Button to Blogger
Here's the FB Script you'll need above:
Below here's the standard button snippet (and what it looks like) Warning: Don't read it, just copy it and paste it according to the instuctions above.
Did you try to read it? Well it's actually very easy to read, if you know XML. What ? You want to know how to read XML? Then attend the VA Advanced Seminar. Stay tuned for details. Meantime, learn how this is done and more at the Marketing Master Insider --> http://jhilario.com/marketinginsider. 50% off effective only until today. Credit where credit is due
This is what it looks like:
It's great because it allows readers of your blog to innocently promote you to THEIR facebook friends.And since people are LIKELY to press LIKE because of the way facebook has brainwashed us all - you get more likes this way.
And as you'll learn in the Social Mentoring Club (a bonus to the Insider or Mastermind), Facebook Likes is the new online marketing goal - not SALES, not yet.
Important: You'll have to know that it will create a LIKE on the entire blog and not just the blog post. That's how Facebook likes it as of today. It's not a bug.
Warning: If you're afraid of code, don't do this. Have a VA do it for you.
JomarHilario_How to Add XFBML Like Button to Blogger
Here's the FB Script you'll need above:
<div id='fb-root'/>
<script>
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js#xfbml=1';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
Below here's the standard button snippet (and what it looks like) Warning: Don't read it, just copy it and paste it according to the instuctions above.
<b:if cond='data:blog.pageType != "static_page"'> <div class='fb-like'> <fb:like expr:href="data:post.url" send="true" show_faces="true" width="450" height="35" font="arial"></fb:like> </div> </b:if>
Did you try to read it? Well it's actually very easy to read, if you know XML. What ? You want to know how to read XML? Then attend the VA Advanced Seminar. Stay tuned for details. Meantime, learn how this is done and more at the Marketing Master Insider --> http://jhilario.com/marketinginsider. 50% off effective only until today. Credit where credit is due