I want people with Javascript disabled to still be able to like my content. I tried the following, but I can not click the button:
<noscript><iframe src="http://www.facebook.com/plugins/like.php?href=http..."></iframe></noscript>
For this you need javascript. However, you can put an anchor ( <a href="...">Facebook</a> ) inside noscript.
<a href="...">Facebook</a>
Source: https://habr.com/ru/post/892634/More articles:Get all SharedPreferences names and all their keys? - androidOne-way encryption methods - c #Salting and Hashing with PBKDF2 - c #Is there a problem with internet access in Android browser due to proxy server? - androidIs there any decent documentation or tutorials on ClojureCLR? - clojureIs there a way to save ".". file using NSSavePanel without MacOS warns me? - xcodeOracle - WITH CLAUSE => MERGE? (Syntax error,) - mergeEvent for $ ('input [type = radio]: checked') - jqueryNSMutableArray removeObjectAtIndex - iosUnderstanding android sqlite auto-enlargement field - androidAll Articles