Submit your site
If you would to show your wallpapers on our index, you can do it in 5 minutes.
We accept simple RSS XML format, which has to include :
1) Image title
2) Image thumbnail (ideal resolution : 200x150px)
Example of XML file:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<item>
<title>Image 1 title</item>
<description>
<a
href="http://www.yoursite.com/image_detail">
<img src="http://www.yoursite.com/thumbnail.jpg" />
</a>
</description>
</item>
<item>
<title>Image 2 title</item>
<description>
<a
href="http://www.yoursite.com/image_detail2">
<img src="http://www.yoursite.com/thumbnail2.jpg" />
</a>
</description>
</item>
</channel>
</xml>
If you have already prepared your XML file, submit it via link below
Your wallpapers will be after next index update (1 day).
Thank you.