Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter newzdotit

    (@newzdotit)

    General Errori: Empty Instant Article: The Instant Article does not have any content.

    I’m having the same problem. Here’s a sample:

    <html lang="en" prefix="op: https://media.facebook.com/op#">
    <head>
    <meta charset="utf-8">
    <link rel="canonical" href="https://weareoca.com/fine-art/a-colourful-composition/">
    <meta property="op:markup_version" content="v1.0">
    </head>
    <body>
            <article><header><!-- title --><h1>A colourful composition</h1>
    
    				<!-- kicker -->
    				<!-- TODO -->
    
                    <!-- publication date/time -->
    				<time class="op-published" datetime="2016-03-24T09:00:34+00:00">24 March 2016, 9:00 am</time><!-- modification date/time --><time class="op-modified" datetime="2016-03-24T12:07:39+00:00">24 March 2016, 12:07 pm</time><!-- author(s) --><address>
                        <a>Emma</a>
                                        </address>
    
    				<!-- cover -->
    				                    <figure><img src="https://weareoca.com/wp-content/uploads/2016/03/kandinsky.comp-8-e1458577885277.jpg"></figure></header><!-- body --><footer></footer></article>
    </body>
    </html>

    We are having the same issue with our feed as well, any solution or suggestion? We are using WP 4.5.

    Body part completely empty.

    This code doesn’t return anything. I think following function failing to parse blog content.
    Any suggestion?

    pagefrog_format_instant_articles_content

    <?php echo apply_filters('pagefrog_format_instant_articles_content', get_the_content( '' )); ?>

    SAMPLE FEED I GOT

    <!doctype html>
        <html lang="en" prefix="op: https://media.facebook.com/op#">
        <head>
          <meta charset="utf-8">
          <link rel="canonical" href="https://www.cheapoair.com/miles-away/7-museums-you-must-see/">
          <meta property="op:markup_version" content="v1.0">
    
              </head>
        <body>
            <article>
                <header>
                    <!-- title -->
    				<h1>Get Your Muse On: 7 Unique Museums You Should Learn About This Week</h1>
    
    				<!-- kicker -->
    				<!-- TODO -->
    
                    <!-- publication date/time -->
    				<time class="op-published" datetime="2016-04-01T18:31:57+00:00">April 1, 2016, 6:31 pm</time>
    
    				<!-- modification date/time -->
    				<time class="op-modified" datetime="2016-04-02T23:35:03+00:00">April 2, 2016, 11:35 pm</time>
    
    				<!-- author(s) -->
                    <address>
                        <a>Suzy Guese</a>
                        Suzy Guese is a travel writer from Denver, Colorado. She caught the travel bug after taking her very first flight at just three months old—she was headed for Disney World—and has been a total travel junkie ever since. From family car trips across North America to stints abroad in Europe, Suzy travels the globe with her redheaded temperament in search of sarcasm, stories, and travel tips to share with anyone willing to listen. She blogs about her travels at https://suzyguese.com.                </address>
    
    				<!-- cover -->
    				                    <figure>
                            <img src="https://www.cheapoair.com/miles-away/wp-content/uploads/2016/03/german-e1459455950326.jpg" />
                                                        <figcaption><input class="jpibfi" type="hidden" ></figcaption>
                                                </figure>
    
    				            </header>
    
                <!-- body -->
    
                <footer>
                </footer>
            </article>
        </body>
    </html>            ]]>
            </content:encoded>
        </item>

    Same problem here – any help would be much appreciated!

    Hey figured out, our php wasn’t 5.4 when we updated plugin start working properly.

    We update wordpress 4.5 and PHP plugin 5.4 all good now. Content coming up
    Here is the example after fix.
    tinyurl.com/jy3dq6p

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘General Errori: Empty Instant Article: The Instant Article does not have any con’ is closed to new replies.