I have applied facebook share code to share things on facebook, from that page where users share things on facebook, I mentioned og:image tag which facebook understands to get image from the web page. If I am removing this tag then facebook automatically picks any image from the web page, and if I pass a blank value in that tag even then facebook picks any image from the web page.
I don’t want any image in any post that users share on facebook. Can anyone please help me that what can I do to not let facebook pick any image from the web page.
You can change the .htaccess file which configures some aspects of an apache server like this:
This will forbid to pick images by their url automaticaly, but users can download them.