Skip to content

Instantly share code, notes, and snippets.

@Qraxin
Forked from nurbektorbayev/sample-mrss-for-feed.xml
Last active December 29, 2025 09:29
Show Gist options
  • Select an option

  • Save Qraxin/f9fad055ebc930b937aa0fe546259f7a to your computer and use it in GitHub Desktop.

Select an option

Save Qraxin/f9fad055ebc930b937aa0fe546259f7a to your computer and use it in GitHub Desktop.
sample-mrss-for-feed.xml
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<name>Sample MRSS Feed</name>
<description>This is a sample MRSS feed with custom tags.</description>
<items>
<item>
<name>image1.jpg</name>
<clickout_url>https://example.com/item1</clickout_url>
<url>https://petsi.net/images/dogphotos/american%20eskimo%20dog.jpg</url>
<price>19.99</price>
<description>High-quality photo of a Buryat-Mongolian Wolfhound.</description>
</item>
<item>
<name>image2.jpg</name>
<clickout_url>https://example.com/item2</clickout_url>
<url>https://petsi.net/images/dogphotos/white-pomeranian-dog.jpg</url>
<price>24.99</price>
<description>Beautiful image of a fluffy dog.</description>
</item>
</items>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment