Support » Plugin: Content Cards » Unable to embedd posts from a specific website

  • HI,
    i’ve a big problem

    i own 2 sites: (1) and (2)
    on the site (1) i display contents from site (2) using Content Cards.

    It was working very well for months until now.
    I don’t know why, and i haven’t changed anything but since a few hours, the plugin is unable to display contents

    The site (2) is http://www.scontiamolo.com

    i’m unable to embedd his posts.
    In the header i’ve all the meta og:tags like this:

    <?php if (have_posts()):while(have_posts()):the_post(); endwhile; endif;?>  
    <?php if (is_single()) { ?>  
    <meta property="og:url" content="<?php the_permalink() ?>"/>  
    <meta property="og:title" content="<?php single_post_title(''); ?>" />  
    <meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" />  
    <meta property="og:type" content="article" />  
    
    <?php } else { ?>  
    <meta property="og:site_name" content="<?php bloginfo('name'); ?>" />  
    <meta property="og:description" content="<?php bloginfo('description'); ?>" />  
    <meta property="og:type" content="website" />  
    <meta property="og:image" content="<?php echo $facebook_image;?>" /> <?php } ?>
    <meta property="og:image:width" content="200" />
    <meta property="og:image:height" content="200" />
  • The topic ‘Unable to embedd posts from a specific website’ is closed to new replies.