|
![]() |
|
| HOME | REVIEWS | FORUM |
|
Please read our requirements carefully.
Requirements:
RSS integration is mandatory! If you experience difficulties creating RSS feed, please hire a programmer. Spend a few bucks and save a lot more. If your software doesn't support it for some reason, please contact us any way.
XML Feed Example: <?xml version="1.0" encoding="utf-8"?> <rss version="2.0"> <channel> <title>Deal of the day XML Feed</title> <link>http://www.mysite.com/</link> <description>This rss feed contains the latest deals posted on mysite.com</description> <lastBuildDate>Mon, 03 Sep 2007 11:53:19 CDT</lastBuildDate> <language>en-us</language> <item> <title><![CDATA[ My item title ]]></title> <description><![CDATA[ My item description comes here ]]></description> <link>http://www.mysite.com/link_to_my_item/</link> <image>http://www.mysite.com/products/images/item_image.jpg</image> <price>4.99</price> <regular-price>4.99</regular-price> <condition>New</condition> <shipping>1.00</shipping> <video>http://www.youtube.com/v/EEn9_vp_y08&hl=en</video> <availability>Y</availability> <pubDate>2007-09-03 00:00:00</pubDate> </item> </channel> </rss> <item>Mandatory fields: title, image, price and description. <title> - product name <image> - product image. minimum 100 pixel width. JPG, JPEG or GIF <description> - product description <price> <retail-price>, <shipping> - must be a numer, no $ sign, promotional texts or any other non-numeric characters. <video> - Youtube, ExpoTV and Metacafe are only supported at this time. Link to the video only. No HTML. The link is highlighthed in red:
<embed src="http://www.metacafe.com/fplayer/1353625/multiplayer_iphone_ipong.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"> </embed> Youtube <object width="425" height="355"> <param name="movie" value="http://www.youtube.com/v/-rn5RdSyT1Y&hl=en"> </param> <param name="wmode" value="transparent"> </param> <embed src="http://www.youtube.com/v/-rn5RdSyT1Y&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"> </embed> </object> ExpoTV <object width='328' height='320'><param name='movie' value='http://www.expotv.com/video/embed/14067'></param><param name='wmode' value='transparent'></param><embed src='http://www.expotv.com/video/embed/14067' type='application/x-shockwave-flash' wmode='transparent' width='328' height='320'></embed></object> Important Do not forget to replace the & character with & between your <video> and </video> tags <availability> - product availability. must be Y or N and real-time synchronized with your current deal.
|