• Resolved somosguatemala

    (@somosguatemala)


    I added this code but with no luck my home page still shares with the wrong thumbnail what can be the problem? I want my for posts to be the featured image that is shared here is my code:

    <?php wp_head(); ?>
    
    <?php if (is_page(11,490,3047,2116,2876,529,23,490,18,16,14,21)){ ?>
      <meta name="title" content="SomosGuatemala" />
      <meta name="description" content="SomosGuatemala su portal para disfruta de noticas, deportes, cocina, fotos, y videos, el mejor chat, foro y red social chapin en la red! Todo con una gran comunidad Guatemalteca, regístrate ahora!" />
      <link rel="image_src" href="http://www.somosguatemala.com/wp-content/uploads/2011/08/somosguatemala.jpg" />
    <?php }  ?>
    
        </head>

    btw my home page is 11

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have to use og meta

    Like this
    <meta property="og:image" content="http://www.somosguatemala.com/wp-content/uploads/2011/08/somosguatemala.jpg"/>

    Thread Starter somosguatemala

    (@somosguatemala)

    didnt work =(

    Thread Starter somosguatemala

    (@somosguatemala)

    does anyone know what i can do to make it work?

    Thread Starter somosguatemala

    (@somosguatemala)

    ahhh i found the problem! someone might have the same problem as me! hope this helps! If you’re running W3 Total Cache on your blog, make sure to reject these user agents in the “page cache” tab in W3 Total Cache:
    ————————-
    facebookexternalhit
    FacebookExternalHit/1.1
    FacebookExternalHit/1.0
    ————————-

    This will block W3 Total Cache from sending cached pages to Facebook. This solved my issue with thumbnails and descriptions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facebook Share Thumbnail Help’ is closed to new replies.