FastService247
Senior Member
- Oct 17, 2014
- 876
- 142
this method still working ?????
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.
View attachment 78034
Now copy the image link and post it in Facebook.
View attachment 78035
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.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.
You need to upload it in your website.
if you want to use the html method for external image, create a html file and add this code.
Code:<html xmlns="http://www.w3.org/1999/xhtml" lang="vi" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"><head> <title>[COLOR=#0000ff]title[/COLOR]</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="googlebot" content="noarchive"/> <meta content="noindex, nofollow" name="robots"/> <meta property="fb:app_id" content="1702636393315452"/> <meta property="og:title" itemprop="headline" name="title" content="[COLOR=#0000ff]title[/COLOR]"/> <meta property="og:site_name" content="legends"/> <meta property="og:url" content="[COLOR=#0000ff]image url[/COLOR]"/> <meta property="og:image" content="[COLOR=#0000ff]image url[/COLOR]"/> <script type="text/javascript" language="javascript">window.location="[COLOR=#0000ff]web url[/COLOR]";</script> </head> <body> </body> </html>
change "web url" with you redirected url and "image url" to your image link.
now post your html file url to facebook.
How can I do this in simple steps, please?This method works with GIF images as well. Now you can add some animations to your FB wall.
Giphy.com is great to convert videos (Youtube/Uploaded) to Gifs.
Gifmaker.me/resizer is also good if you want to resize (pixels) the Gifs.
Play around and get creative on Facebook. If used properly, this has potential to draw more reach. Have fun.
how can i fine my cpanelHello
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.
View attachment 78034
Now copy the image link and post it in Facebook.
View attachment 78035
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.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.