Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-12-2018, 06:59 AM   #1
mikeworks
Confirmed User
 
Join Date: Apr 2010
Posts: 272
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.
mikeworks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-12-2018, 09:29 AM   #2
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,382
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
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-13-2018, 09:33 AM   #3
mikeworks
Confirmed User
 
Join Date: Apr 2010
Posts: 272
Thanks, I tried that, but no luck.

Anyone got an example of a smart-scripts.com compatible gallery feed?
mikeworks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
markup, xml, gallery, feed, title, description, images, tags, soul, include



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.