GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   XML Gallery Feed Markup (https://gfy.com/showthread.php?t=1305706)

mikeworks 11-12-2018 06:59 AM

XML Gallery Feed Markup
 
Could someone be kind and give an example of XML Gallery Feed markup?

Markup should include: id, title, description, tags and of course the images.

just a punk 11-12-2018 09:29 AM

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

mikeworks 11-13-2018 09:33 AM

Thanks, I tried that, but no luck.

Anyone got an example of a smart-scripts.com compatible gallery feed?


All times are GMT -7. The time now is 12:41 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123