0

In my rails application i am using social-share-button gem to share an Url on Facebook. While sharing for the very first time , Facebook is not fetching the image and if i refresh again it's fetching the image. Is there any way to refresh the Facebook from Url parameters?

Can Can
  • 3,644
  • 5
  • 32
  • 56

1 Answers1

0

You should verify that the social-share-button gem correctly defines the OpenGraph meta tags, like <meta property="og:....> and/or that you set them manually.

An exact answer can be found in this issue, which does not seem related to the gem you're using.

Community
  • 1
  • 1
Juliën
  • 9,047
  • 7
  • 49
  • 80