evertonrosario
Forum Replies Created
-
We recommend to have any page into Instant Article if the intention is to share or have the link shared within Facebook news Feed.
The best option is to integrate using API flow which you can find here: https://developers.facebook.com/docs/instant-articles/publishing/setup-api
The app ID can be the same. What needs to differ is the Facebook Page, that should be one for each of your web sites that will have an Instant Article version.
Forum: Plugins
In reply to: [Instant Articles for WP] Facebook Missing content – embeds/mediaWe dont allow to have different experience/content among web and Instant Article version for your article.
So, for this rating content, insert an “op-interactive” tag to have your content compliant with the terms and conditions.
Check documentation here: https://developers.facebook.com/docs/instant-articles/reference/embeds
Forum: Plugins
In reply to: [Instant Articles for WP] Help ASAP!!Hello, thank you for using Instant Articles.
Double check your credentials and long lived token.
We had a downtime this morning that might affected you.The downtime must be fixed by now.
Thanks,
Instant Articles team.Here is the PR to fix this:
https://github.com/facebook/facebook-instant-articles-sdk-php/issues/124Here is the PR to fix this:
https://github.com/facebook/facebook-instant-articles-sdk-php/issues/124Forum: Plugins
In reply to: [Instant Articles for WP] Problems with nordic letters (?, ? and ?)@larsidar, can you provide us more info about your environment?
What is the charset of your database? (utf-8, iso, …)?What is the charset properties you have using: phpinfo()
https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-pageHave you customized any of the steps of our WP plugin?
Forum: Plugins
In reply to: [Instant Articles for WP] Problems with Apostrophes / Inverted CommasThis was fixed in this issue https://github.com/Automattic/facebook-instant-articles-wp/issues/116
And it is available on version 2.9 of the WP plugin.
Can you please check if it works for you?Thank you.
Forum: Plugins
In reply to: [Instant Articles for WP] Problems with nordic letters (?, ? and ?)This was fixed in this ticket https://github.com/Automattic/facebook-instant-articles-wp/issues/116
And it is available on version 2.9 of the WP plugin.
Can you please check if it works for you?Thank you.
Forum: Plugins
In reply to: [Instant Articles for WP] Accents missingHi, thikoneres2016. Thanks for the feedback.
Could you provide some more information about the issue you’re having? That will help us reproduce the issue.
– What version of the plugin are you using?
– What version of WordPress are you using?
– What version of PHP are you using?
– What’s the debug output shown in the post edit screen on the Facebook Instant Article box (both sides)?
– What is the charset of your database for WordPress? The collation used.I did some research about your published articles.
This is the one Im looking right now:
https://bit.blog.br/transmissoes-de-eventos-esportivos-em-redes-sociais-4423Looks like the title is escaped correctly:
<h1>Transmiss?es de eventos esportivos em redes sociais</h1>
But the body of article, seems to be in another charset:
<p>Esporte ?? algo que acontece ao vivo e sem roteiro. Eles? mexem com nossa? raz?£o e emo?§?£o? – especialmente em um pa?-s com grande tradi?§?£o esportiva, como o Brasil – de modo que ?? natural o impulso? de querermos registrar? nossas opini?μes sobre eles nas redes sociais.</p>
Thanks again!
Forum: Plugins
In reply to: [Instant Articles for WP] Content inside ol lists is omittedHello ConquerorTravel!
Thanks for your feedback.
This is fixed on version 1.0.4 of SDK:
https://github.com/facebook/facebook-instant-articles-sdk-php/releases/tag/1.0.4We will release a new version this evening of the WP plugin. If you want to go ahead, just run: “composer install” inside your plugin directory that it will update to the newest version of SDK: 1.0.4.
Forum: Plugins
In reply to: [Instant Articles for WP] Ordered list items containing links brokenHello @pr0fess0r!
Thanks for finding this issue!I’ve fixed this on version 1.0.4 of SDK: https://github.com/facebook/facebook-instant-articles-sdk-php/releases/tag/1.0.4
This will be on wordpress plugin this evening. If you want to go ahead, just run “composer install” inside your plugin directory that it will download the newest lib version 1.0.4, thus, fixing this issue.