facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

0 #298

Closed BrenMoss1 closed 6 years ago

everton-rosario commented 6 years ago

Hey @SamiEgy can you share the Instant Article markup you generated? For you to generate InstantArticle, you gotta set it on the Element class InstantArticle.

Example code:

$instantArticle = InstantArticle::create()
                ->withCanonicalUrl('http://yourdomain/path/article.html')
                ->enableRTL()
...

$instantArticle->render();

Im closing it for now, since this is already covered by the SDK.

Let us know if you have any other problem or if this problem persists for you.