Edit preview website image

dadecotti

Supreme Member
Joined
Dec 13, 2008
Messages
1,238
Reaction score
116
When you write a website on Facebook it will show a picture on the left side, which HTML code I have to edit in order to change this image?
This codice must be in the index.html file in the main folder of the website right?
 
Here is the code I use and it works perfectly with Facebook :
HTML:
<link rel="image_src" href="image.gif" />

Beny
 
Last edited:
Thank you very much both, Facebook cache the picture, you catched the problem!

My index is HTML and not PHP, it is fine anyway?
 
index.html?1

that will fix it, if you need to change it again, just change the value after the ?

index.html?anything
 
Back
Top