Am I missing something? I use this simple code
<a name="fb_share" type="button" href="https://www.facebook.com/sharer.php?u=123.abc.comt=TEst">share on Facebook</a>
and the content that is being shared is blank? Thanks
Am I missing something? I use this simple code
<a name="fb_share" type="button" href="https://www.facebook.com/sharer.php?u=123.abc.comt=TEst">share on Facebook</a>
and the content that is being shared is blank? Thanks
Ah, Its simple, What ever page you want to share, Just put it after u= Any link after that will be shared on facebook, If the link page has og:meta-tags, og:image, og:title and og:decription, It will also be shared of that page making it interactive :)
You're missing the ampersand ('&') in your url:
Don't use the sharer, it has been deprecated and is no longer supported:
(http://developers.facebook.com/docs/share/)
(http://developers.facebook.com/docs/reference/plugins/like/)
The Share button is no longer deprecated and has made a come back as share dialogue: https://developers.facebook.com/docs/reference/plugins/share-links/
On sites like buzzfeed.com their share buttons are still an important source of referral.