agorapulse / grails-facebook-sdk

Facebook SDK Grails Plugin
http://agorapulse.github.com/grails-facebook-sdk/guide
30 stars 13 forks source link

How to set Facebook meta tags for like button? #20

Closed confile closed 11 years ago

confile commented 11 years ago

When I use your plugin and the like button:

<!-- Facebook Like Button -->
<div class="fb-like" data-href="http://example.com" data-send="false" data-show-faces="false" data-width="810"></div>

How can I set the meta tags, such that facebook will interprete them correctly? E.g.

<meta property="og:site_name" content="Test Site">
benorama commented 11 years ago

This is not linked to the plugin. Simply set the correct OG metatags in your views or layout GSPs: http://ogp.me

Le 20 nov. 2012 à 17:05, Michael Gorski notifications@github.com a écrit :

When I use your plugin and the like button:

How can I set the meta tags, such that facebook will interprete them correctly? E.g.

— Reply to this email directly or view it on GitHub.