1. Upload to your website the image you want people to see on Facebook 2. Paste the link at Facebook debugger tool: https://developers.facebook.com/tools/debug/og/object/ 3. Click on Fetch new scrape information so Facebook will read the current data from the image 4. Open your .htaccess file in your server ( more information here: http://www.htaccessbasics.com/how-to-edit-htaccess/ ) and redirect the image to the link you want people to open when they click on it adding this line: redirect /yourimage.jpg http://www.linktoredirect.com Code (markup): So, for example, if your image is uploaded at www.yourdomain.com/image.jpg and you want people to go to www.yourdomain.com/facebooklink/ when they click on the image at Facebook, all you need to do is add this line to your .htaccess file: redirect /image.jpg http://www.yourdomain.com/facebooklink/ Code (markup): 5. Now when someone click on your image on Facebook, they will open not the www.yourdomain.com/image.jpg, but www.yourdomain.com/facebooklink/ . The link is valid for 30 days (until Facebook updates the image information again)
Hello, thank you very much for this good and quality tips! I think that everything will be great, thanks for your tips! i will try it)
Yep this works but when fb user clicks on the image that have content from the post it will be open image, not article...
please someone tell me all about that specific line ( Open your .htaccess file in your server ( more information here: http://www.htaccessbasics.com/how-to-edit-htaccess/ ) and redirect the image to the link you want people to open when they click on it adding this line what is .hta access and how to make it work and generate a image that is clickbale on facebook and embedd witha link THANK YOU