How to embed a facebook like button in a HTML Newsletter?

romain picture romain · May 2, 2011 · Viewed 21.1k times · Source

I would like my readers to like my fan page while reading my newsletter. How to embed the standard iFrame button count at the beginning of my email?

Answer

Tom Claus picture Tom Claus · May 2, 2011

The standard iframe is imposible to use in email campaigns. But u can fake it a little bit by using the like/share image from Facebook and lik tot the share site.

<a href='http://www.facebook.com/share.php?u=http://domain.com'>
     <img src='http://domain.com/like.png' alt='Like my site' />
</a>