I'm trying to make a FB share on my Drupal website. I have a page with lots of different projects. When the user clicks on a project, the page extends (no reload) and the detailed images of that project become visible. I need to make it possible that the user can share that detailed image.
I added the meta property for og:image in my html code. When the user clicks on a project, the content of this property is changed to the right image. This works, the meta property changes the right way, I use jQuery for this. But FB is still sharing the original image, not the adjusted image.
Has anybody experience with this? Thanks