hermango / shareable

A Social Buttons Gem for Rails. Compatible with Rails 3 and 4.
MIT License
162 stars 48 forks source link

Open Graph Warning #16

Open jamesy829 opened 10 years ago

jamesy829 commented 10 years ago

I'm using the Facebook Open Graph Object debugger and it found the following issues

Like Button Warnings That Should Be Fixed:

Any idea what I can add to the config or possibly the gem?

germsvel commented 9 years ago

@jamesy829 Were you able to find a solution for this?

Not sure about the Admins or og:image, but the shareable config file has a place for the app_id.

    ##############
    #facebook
    ##############
    config.app_id = '' # required if using facebook button!
    config.send= 'false'

Did you figure out how to set facebook admins with shareable?