Just use a standard RSS markup for it. E.g.:
Quote:
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>My Site Galleries Feed</title>
<description>This is an example of my FHG RSS feed</description>
<link>http://www.example.com/main.html</link>
<lastBuildDate>Mon, 12 Nov 2018 00:01:00 +0000 </lastBuildDate>
<pubDate>Sun, 11 Nov 2018 16:20:00 +0000</pubDate>
<item>
<title>Gallery title</title>
<description>Here is some text containing an interesting description.</description>
<link>http://www.mysite.com/gallery01.html</link>
<guid isPermaLink="false">http://www.mysite.com/gallery01.html</guid>
<pubDate>Mon, 12 Nov 2018 16:20:00 +0000</pubDate>
</item>
</channel>
</rss>
|
Such type of gallery feeds can be parsed with ease. For example
the CyberSEO plugin for Wordpress imports such feeds out of the box in two mouse clicks. You don't need even to change the default settings. Just give it any FHG RSS feed and the plugin will add it automatically. So every given period of time it will pull the feed and generate a new WordPress post with a fresh gallery on autopilot. It will download all the full-sized images to your server, crop them, generate the standard WordPress gallery, embed it into the post and even create a featured image (post thumbnail) for it. Here is how it looks like in the real life (a gallery site powered by CyberSEO, so all posts there are being created absolutely automatically - no manual input):
https://bit.ly/2JSsBnn