oltimus
Forum Replies Created
-
API Method and Cralwer Ingestion are both enabled…and yeap, I think it might be.
Whereas the feed (this might be a second problem), is not updated as it should be with the latest posts https://www.albanianews.it/feed/facebook-instant-articles (this can be considered a smaller problem as the posts are merged by the API)
<lastBuildDate>2018-03-20 10:25:46</lastBuildDate> but I’ve published other posts also
The limit of posts per feed is 25, but in my feed there aren’t 25 posts as you can see.
Just a little feedback for OzTheGreat and aere. When I changed the value from “name” to “property” as mentioned in my first answer, when I published an article today, there was no problem at all. So I’m quite sure the problem was there
If aere can’t wait, you can change by yourself the file class-admin-facebook-crawler-ingestion.php
Hope it helps
O.
I just emailed you back
Thanks again
O.
Hello OzTheGreat!
I’m not sure, but I think your implementation of
printf( PHP_EOL . '<meta name="%s" content="%s">' . PHP_EOL, esc_attr( $meta_name ), esc_url( $url ) );
should be
printf( PHP_EOL . '<meta property="%s" content="%s">' . PHP_EOL, esc_attr( $meta_name ), esc_url( $url ) );
which causes such problems.
@ilmondodellemieidee, una piccola precisazione. Io sono un utente, utilizzatore come lei. Ma il fatto che lo sviluppatore le sta chiedendo di mettersi in contatto (ed io l’ho verificato nel tempo, che lo fa con tutti coloro che si trovano in difficoltà), mi sembra la strada da intraprendere. In questo modo si puè avere un prodotto migliore costruito sul feedback di noi utilizzatori, piuttosto che lasciarlo con un voto che non rispecchia la qualità (che anche se fosse non buono come lei ritiene). Tutto ciò potrebbe essere realizzato solo con la dedizione di @ozthegreat e del suo gruppo che non ho visto mai mancare.
@ilmondodellemieidee invece di giudicare un plugin, tra i migliori nel lavoro che fa, dovevi comunque contattare il supporto. Ogni giorno si trovano davanti a situazioni nuovi che cercano di risolvere. Le tue due stelle sono un pugno allo stomaco perché non hai capito un tubo del lavoro immenso che ci sta dietro.
@ozthegreat è un uomo di grande pazienza, bisogna dedicarli una statua a questo punto
Thanks a lot for your answer. I’ll evaluate the premium version, budgeting things ??
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Featured image not showingThanks Ahmed, I already emailed to that address
Such a usage is underlined in this article https://pagefrog.blogspot.it/2015/11/how-to-format-facebook-instant-article.html
Thanks body. I’m really grateful for your function. And now we’re instant article’ing. Following this way I could manage to write a function to overwrite the RSS produced by wordpress also by including the event type (newsletter stuff)
https://www.albanianews.it/feed/facebook-instant-articles?post_type[]=post&post_type[]=event&post_type[]=event-recurring
Very clear
I tried https://www.albanianews.it/feed/facebook-instant-articles?post_type%5B%5D=post&post_type%5B%5D=event&post_type%5B%5D=event-recurring but the only thing showing are the normal posts
I tried also https://www.albanianews.it/feed/facebook-instant-articles?post_type%5B%5D=page (standard wordpress) and again I can’t see the pages, but just the post types.
In the admin page there’s no tab for pages or events like in posts at least to put the customized version for instant article
Facebook is a new CMS beast, and obviously it needs a custom IA editing interface for wordpress. The discussion is who will arrive there first. Let me say that if the people want to monetize through FB IA, they’ll have to spend more time in making it appeal to the reader.
Of course, the last evaluation is yours
I’ve noticed the same problem with my old content images. And I noticed that the difference is
[caption id="attachment_20421" align="alignleft" width="360"] it renders in your content,
[caption id="" align="aligncenter" width="600"] it does not. It seems that you need the caption_id not to be NULL. But if WordPress shows it, although CAPTION_ID is null, you should too ??Well, I really appreciate your help. It’s perfect now.
I don’t know if you have a roadmap, but I think that this plugin should also be viable for the category (most important – to apply a different fb:article_style according to the category you’re in) and author (less important – featured article or not)
- This reply was modified 7 years, 4 months ago by oltimus.