Reputation: 113
I have multiple facebook share links on my page, corresponding to each section of the page. Is it possible to provide facebook a unique description for each of these shares?
Upvotes: 2
Views: 2571
Reputation: 328
Facebook retrieves the URL being shared and looks for the Open Graph meta tags for the description. Therefore a specific URL can only have a single description. You would have to create different URLs which returned different OG tags in order to achieve this (although the URLs could return the same content). For example, you could add a section
query parameter which causes the server to return different OG descriptions. Each Share widget would set the appropriate query parameter for that section.
Upvotes: 6