facebook share, title not shared

Go to the following url http://www.facebook.com/sharer.php?u=http://www.google.com&t=test%20title

The title is not shown in the shared message.

Am I using it correctly or is it a bug in facebook api.

Regards, Pankaj


I'm pretty sure that Google changes the Title attribute of the page via javascript. If you look at the source code of their search results page, the TITLE tags simply contain "Google".

Google doesn't do it, but if your page includes the "og:title" Open Graph metadata tag, Facebook will give that priority over your TITLE tags.


Use this format:

http://www.facebook.com/sharer.php?s=100&p[title]=Hello+World&p[url]=http://www.google.com&p[images][0]=http://www.google.com/images/1.jpg&p[summary]=Awesome+Share

Use proper ASCII values for the escape characters if required.


  • Mostly likely Google.com is already cached so your title will not appear even if the functionality is still working
  • It seems that facebook is ignoring the t parameter if a page <title> is present on the page you are sharing
  • Don't use the share button if you don't really need it, use the Like button instead OR follow the instructions on the share document (make use of Basic Tags ).
  • 链接地址: http://www.djcxy.com/p/67424.html

    上一篇: 无法通过Facebook共享器分享链接

    下一篇: Facebook分享,标题不共享