-1

Related to this article, I coded a simple Facebook like link as:

<a href="JavaScript:window.open('http://www.facebook.com/sharer.php?u=http://jsfiddle.net','','width=657,height=400,scrollbars=1')">Like</a>

How can I add a personal description?

Community
  • 1
  • 1
NineCattoRules
  • 2,253
  • 6
  • 39
  • 84

2 Answers2

1

You can't do that using sharer.php anymore.

Using the feed dialog is the easiest alternative, but for more features I'd advise using their custom OG stories API.

Community
  • 1
  • 1
Tom Arad
  • 251
  • 2
  • 7
1

Just add the required Open Graph tags to the link you want to share:

That being said, if you want to add a "message", that´s not possible at all and not allowed anyway. The message always must be 100% user generated and prefilling is not allowed.

andyrandy
  • 72,880
  • 8
  • 113
  • 130