just a quick question, is it possible to create an FB Like button in plain HTML?
I checked out the Like button code dircetly cerated by developers.FB but it's an
<iframe src="http://www.facebook.com/plugins/like.php?href=...></iframe>
I also checked out the addthis.com and it's a bunch of Javascript.
I mean: is there a way to just use something simple? Example:
<a href="http://www.facebook.com...?page=my-fb-page..." rel="nofollow">FB like, click here</a>
I know in this way it won't show anymore "how many people like", but I don't mind this, I just want something simple, so I can use my own icon or text, etc.
In my understanding for the Share button is possible by just adding:
<a href="http://www.facebook.com/share.php?u=your-percent-encoded-url-of-your-site-page.hmtl">To share on FB click here.</a>
So i suppose it could be possible also for the Like button.