huacnlee / social-share-button

Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ...
MIT License
582 stars 309 forks source link

Facebook doesn't work #162

Closed msoal-ux closed 6 years ago

msoal-ux commented 6 years ago

This is the error message from Facebook: captura de pantalla de 2018-03-23 03-48-17

Some idea?

msoal-ux commented 6 years ago

Ok, I just find this litle note.

A couple of gotchas for Facebook only: Facebook needs the description added <%= social_share_button_tag('Share to Facebook', :url => course_path(@course), desc: @course.name) %> This will add the required data-desc element, and Facebook will then accept the request.

Testing from localhost will not work You will need to test from a live site or Facebook will reject it; localhost will not work.