okazaki
Senior Member
- Apr 16, 2015
- 886
- 409
Hello
I saw many member asking how to post a clickable image in Facebook, it's simple just follow this step.
First step:
Upload the image that you want to be visible in Facebook, for example we will use this image.

Now copy the image link and post it in Facebook.

Second step:
Now, when someone click in the post he will visit the image link. we need to redirect to our desired link, to do this open your ".htaccess" file in your Cpanel Filemanager and add this line.
change "google.com" with your URL and "image.jpg" to your uploaded image.
now when someone click in the Facebook post image it will open another link in our example google.com.
Note:
Facebook update link information after 30 day that mean after 30 day the link information will be updated and the image will not be shown because the link image is redirected.
To fix that follow this step:
1. Remove the redirect line from .htaccess file.
2. Paste the image link in the Facebook debugger tool: https://developers.facebook.com/tools/debug which will refresh Facebook's cache
3. Apply the redirect again.
4. Repeat every time Facebook refreshes its cache.
I saw many member asking how to post a clickable image in Facebook, it's simple just follow this step.
First step:
Upload the image that you want to be visible in Facebook, for example we will use this image.

Now copy the image link and post it in Facebook.

Second step:
Now, when someone click in the post he will visit the image link. we need to redirect to our desired link, to do this open your ".htaccess" file in your Cpanel Filemanager and add this line.
Code:
redirect /image.jpg http://www.google.com
now when someone click in the Facebook post image it will open another link in our example google.com.
Note:
Facebook update link information after 30 day that mean after 30 day the link information will be updated and the image will not be shown because the link image is redirected.
To fix that follow this step:
1. Remove the redirect line from .htaccess file.
2. Paste the image link in the Facebook debugger tool: https://developers.facebook.com/tools/debug which will refresh Facebook's cache
3. Apply the redirect again.
4. Repeat every time Facebook refreshes its cache.