I have a web page that has a share button and this button shares posts that are on the page. I want to change the preview image when sharing the post. I have meta og:image and it picks up image from there but I want to change and add image as in the screen
I tried everything that saw on google but I could not do what I want
I'm trying to get Facebook to show its image picker tool when a user shares a page that has multiple image choices.
I have multiple og:image meta tags defined. The site runs on http. The images are both > 200px x 200px.
I'm starting to wonder if this is just no longer available in 2016? I can't find anything anywhere on their docs site about the image picker.
Solution:
I discovered facebooks debugger is not showing the image picker, but the image picker shows on facebook.
Is there any way to do NOT display any images on FB share dialog?
I checked No Thumbnail in Debug but it doesn't affect on the page. I left meta og:image is empty for the content attribute as well.
I only want to display TEXT ONLY share dialog.
Any ideas?
Thanks!
I'm trying to use facebook share on my website i'm building but in some pages the images is not shown. I've used the object debugger to debug the url, I've found it is not showing the image from certain url like http://www.ebay.in/itm/HIGH-QUALITY-PORTABLE-BLUETOOTH-SPEAKERS-/121174412628, I don't get it why the image is not shown.
could you please say me the reason for it and a way to show image.
I am using the jQuery PrettyPhoto as an image gallery. Each image has it's own facebook-like button on the bottom of the image modal. I'd like to have the image that was liked to appear as the thumbnail on the 'user who clicked like's status update related to liking the image. (Also, I'd like the title to be unique, but I am assuming they can be changed the same way, if at all.)
As of now, the Facebook snippet seems to be scraping the gallery meta properties on load, grabbing the og:title and og:image content that is listed there. I've tried to dynamically change these values whenever a new gallery image is clicked, but it seemed to be using the values of the page loaded meta content (which makes sense).
Is there a way to change what the facebook like button sees as the image it should use on-'like'? Each gallery image is dynamically loaded on the same page, only changing the achor value per image. I've tried a number of ways with no success, but maybe someone has some experience with this or a similar issue.
Thanks for any help or leads!
As you didn't supply any example, I checked with here. As I can see they also use original like button, so the og:title and og:image should be different in each image. Instead of images, can you use html in every popup and put image, your like button etc there?
PS: Or else, you have to dynamically change the title of gallery by javascript, which is not a very idea situation. Facebook will always look for og:title for scrapping data, you can't simply feed it by custom code.