I have a quiet and minimal site that I'd like to add a "share on Facebook" link to. My preference would be for a simple text link. Is this possible anymore?
A:
You have very good documentation on this topic.
http://www.facebook.com/share/:
Regardless of the implementation, Share always uses the url format below to show the user the preview. Feel free to create your own implementation based on this.
http://www.facebook.com/sharer.php?u=&t= We also provide an API to query data on shared items.
Tomasz Wysocki
2010-07-11 05:41:01
A:
Something like this:
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.yahoo.com%2F" target="_top">Share on Facebook</a>
You may also consider using window.open()
to provide a appropriately sized window.
daaku
2010-07-12 00:04:21