[Trick] Make image clickable in Facebook

op what has facebook to do with my htaccess file??
your trick or whatever this is is totally useless and nonsense
 
Sorry please tell me if I understood correclty.

will it be the same if I create a folder anywere via ftp where I would put the edited .htaccess file and the image in the same folder?


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.
Code:
redirect /image.jpg http://www.google.com
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.
 
this is a neat trick. I wish i still had my pages likes for jesus. it almost hit 100k
 
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.


Hey , pls tell me How this Guy is Hiding the og:image url which is actually gets displayed while sharing ...

facebook.com/dubgirlsofficial/posts/1090365714400757

pIFPdYH


T1BBO0j
 
HELP! I've been looking everywhere for this trick to use it for my affiliate link but still don't know how to apply it (newbie here). Can this be done, if I don't have a website or on my free blogger? I'd so much appreciate any help or a video show the trick step by step!!
 
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 do this in simple steps, please?
 
This is a useful trick but it's tiring. I really wish someone would create a Wordpress plugin for this function solely.
 
Awesome.
Can I use this with my blogspot blog.
If yes, can u plz explain a bit.
Thanks.
 
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.
Code:
redirect /image.jpg http://www.google.com
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.
how can i fine my cpanel
 
Does anyone know how to replicate the method of displaying the FULL image for a LINK post on Facebook as shown in the image below?

Boardmix export.jpg
 
Back
Top