Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Amarzaim,

    I had this problem. In fact, FB does use the Open Graph protocol to get page contents: it consists on a few meta tags placed in the header of pages and describing the page contents (title, excerpt, images, and so on). If the OG protocol is not used on the visited site, FB falls back (and not always elegantly!) on the first elements found inside the body…

    You can try the Open Graph plugin. Or another plugin that manages the Open Graph protocol ??

    Regards,
    Johan

    I had the same problem in my index loop page.
    To solve this, I uncheck the display on ‘blog, archives…’ from the admin page of the plugin, and, manually add the insert code on my template theme file (index.php) like this :

    <?php
    /* Juiz Social Post Sharer */
    $jsps_networks = array( ‘facebook’, ‘twitter’, ‘google’, ‘linkedin’, ‘viadeo’ );
    /* display buttons */
    juiz_sps( $jsps_networks );
    ?>
    <?php the_excerpt(); ?>

    cdstewart

    (@cdstewart)

    Plugin Author Geoffrey

    (@creativejuiz)

    Thank you for your help ??

    It depends on you theme markup.
    You can use SEO plugin by Yoast to add Facebook and Google+ “safe meta description”. Or all other plugins that add Open Graph meta info.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Additional Excerpt at the description when posting in Facebook’ is closed to new replies.