Reputation: 2558
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
Upvotes: 5
Views: 7706
Reputation: 581
Use this format:
Use proper ASCII values for the escape characters if required.
Upvotes: 2
Reputation: 38125
t
parameter if a page <title>
is present on the page you are sharingshare
document (make use of Basic Tags).Upvotes: 0
Reputation: 203
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.
Upvotes: 2