• Hello,
    does anybody know how to put the same image as a thumbnail in all of my site pages when i share them on fb for example?
    thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • C W (VYSO)

    (@cyril-washbrook)

    Yes. Set an og:image property in your <head> section. Example:

    <meta property="og:image" content="https://www.website.com/wp-content/themes/mythemename/images/share-image.png" />

    And just upload your desired image to the images folder of your theme. If you choose an image with dimensions of at least 560×292, it should show up as a larger image in Facebook news feeds.

    Thread Starter BillKouroupis

    (@billkouroupis)

    thank you but i thing i can t understan the most of this :/
    where can i find the head sextion? and when i find i must write there all of the example?

    C W (VYSO)

    (@cyril-washbrook)

    (1) Decide what image you want to appear when one of your pages is shared on Facebook.

    (2) Upload the image to your website either via FTP or via the WordPress media library. It doesn’t matter which, as long as you know the URL of the image.

    (3) Put the URL of the image into the <meta> tag, like this.

    <meta property="og:image" content="THIS IS WHERE YOU PUT THE URL" />

    (4) Go to Appearance > Editor and select header.php. Scroll down until you see </head>. Before that, paste the <meta> tag.

    Thread Starter BillKouroupis

    (@billkouroupis)

    hi,
    i ve done what you write but it wasn t showing this image so i deleted this line an now it is not swhowing when i share my page the tagline and the site tittle as i write it.. :/

    Thread Starter BillKouroupis

    (@billkouroupis)

    https://www.vasiliskouroupis.com/

    that s my site if you want to see anything
    thanks!

    C W (VYSO)

    (@cyril-washbrook)

    You should try to put the line back in again. I can’t help you if you don’t have the line of code there.

    The image does not show on Facebook immediately. This is because Facebook uses a cache for links. Put the line back into your page. Then put your site URL into this page. This will update the Facebook cache.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to puut my logo as a thumbnail when i share my site pages?’ is closed to new replies.