Facebook share link without JavaScript
The following link is for sharing a page on Twitter: http://twitter.com/share Is there a similar option for Facebook that doesn't require JavaScript? I know about http://facebook.com/sharer.php , but that requires a get parameter to be inserted manually (which I'm not going to do), or with JavaScript (which doesn't fit my situation). Medeni Baykal You could use <a href="https://www.facebook.com/sharer/sharer.php?u=#url" target="_blank">Share</a> Currently there is no sharing option without passing current url as a parameter. You can use an indirect way to achieve this. Create a server side