Hi @oltimus,
We do add support for other plugins as and when they are requested, but there are a lot of other plugins so it can take some time!!
I haven’t specifically tried it with that plugin so I’m afraid I don’t know how well it will work. The problem is those Events pages tend to have Booking forms on them, and Instant Articles and forms don’t really play well together. They’re not really like AMP, they more designed purely for shareable News Articles.
If you want to try then you can read about how to include custom post types in the RSS feed in our documentation here: http://docs.wp-native-articles.com/article/44-custom-post-types
I’ll look into adding support for that particular plugin in the future but to be honest we’ve got quite a backlog at the moment so it probably won’t be anytime soon I’m afraid.
Hope that helps
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
https://www.albanianews.it/feed/facebook-instant-articles?post_type[]=post&post_type[]=event&post_type[]=event-recurring
Hi @oltimus,
I’m afraid pages won’t work that way, WordPress explicitly stops you querying pages using that method. If you do wish to include them in your feed I wrote a quick function for how to do it here: https://ww.wp.xz.cn/support/topic/great-plugin-user-friendly-2/
You should be able to query events using that for sure, unless the plugin is specifically disabling it. Don’t forget that the RSS feed will only include posts/events that have been modified in the last 24 hours.
All the best
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)