And here is the shortcode [display_medium_posts handle=”@benjaminhardy” total=5 offset=1]
-
This reply was modified 6 years, 8 months ago by
arvan23.
I have the same issue. It worked previously and now it stopped.
Plugin Author
acekyd
(@acekyd)
Hi @mrmodestas @arvan23 This is because Medium just placed most of their website behind Cloudfare. I’d have to keep looking to see if there’s a way to still get the data.
Open to suggestions. Thanks.
Hello @acekyd thank you for your reply! I still have one question though, why is the maximum offset is only 10? I would like to show all the posts in my website. Thank you very much!
-
This reply was modified 6 years, 8 months ago by
arvan23.
Maybe getting data by RSS feed? Not sure how the plugin does it right now.
Revise el plugin y veo que la conexión la toma desde una URL de Medium https://medium.com/@erisxinsights/latest?format=json por ejemplo, la idea conectarnos nuevamente, me parece que la palabra “POSTS” ha cambiado, alguien podria confirmar?
Srry for the spanish, is native lenguaje
Plugin Author
acekyd
(@acekyd)
That’s a possibility @mrmodestas but Medium’s RSS feed is a mess.
It is back up now however and posts are showing up. @arvan23 @wampyizrael @mrmodestas
@acekyd Thank you very much!
I apologize, but I could not see the posts sent. Note that the API came differently so I modified the code a bit according to my need, it worked if someone helps you leave it.
// validate if Post or posts exist
// file: plugins/display-medium-posts/display-medium-posts.php
Line 175:
$value_post = isset($json->payload->references->Post)?”Post”:”posts”;
if(isset($json->payload->references->$value_post)) {
$posts = $json->payload->references->$value_post;
-
This reply was modified 6 years, 8 months ago by
wampyizrael.
-
This reply was modified 6 years, 8 months ago by
wampyizrael.
Plugin Author
acekyd
(@acekyd)
Hello @wampyizrael, I don’t get what your problem is clearly. If you can provide more clarification, or create a new support topic. So it can be a different thread
Hello,
I am having this same issue of “No Posts found!”. Please let me know if there is anything that I can do to fix this. Thanks.
Same “No Posts found!” issue as well. Plugin stopped working only recently.
I am facing same issue plugin stopped working 1 week ago.