Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook's Like button without Javascript?

I want to enable people with Javascript disabled to still be able to Like my content. I tried the following, but I cannot click the button:

<noscript><iframe src="http://www.facebook.com/plugins/like.php?href=http..."></iframe></noscript>
like image 978
Linksku Avatar asked Jul 13 '11 02:07

Linksku


1 Answers

You need javascript for it to work. You can put an anchor (<a href="...">Facebook</a>) inside of the noscript though.

like image 130
switz Avatar answered Sep 20 '22 08:09

switz