You will probably need to search for a dynamic block if you want it to change without reloading the page. It would have to be able to connect using the REST api and would need to set a nonce to allow it to access the back end. Stackable builder has a dynamic post block but that all I could really see. You will probably need to look for a block are javascript in order for it to be dynamic.
-
This reply was modified 3 years, 2 months ago by
mrtom414.
-
This reply was modified 3 years, 2 months ago by
mrtom414.
A little javascript function at frontend will fetch latest image from backend allow your to replace images in real time.
What is the link of other page where its working perfeclty?
The site you listed isn’t a WordPress site. You would either have to build a scraper or contact the blog owner api to allow you to query the site. You could query a wordpress site using this command site/wp-json/wp/v2/post to get a list of the post and post information. You could use a program like postman to aid you with this. But, if doesn’t support an api you would have to build a scraper and determine a method to figure out what the last post is.
-
This reply was modified 3 years, 2 months ago by
mrtom414.
You should also make sure the blog owner is ok with you posting their images. The image are not marked as public domain so you could get in trouble for copywrite infringements.
-
This reply was modified 3 years, 2 months ago by
mrtom414.