write apps
ok so ive written a ton of feeds but now instead of having to have a feed for every show on a website id like to have just that site listed as an app or main feed. that when its clicked on shows all the shows. what format would i have to write it in? i tried xml but that doesnt work http://boxeekidswb.weebly.com/uploads/2/8/7/5/2875423/nickjr..xml
Actually it's the Firefox XML parser that requires ampersands to be in the form &
Step 1: replace all of the & with & and you should be all set
Step 2 Your thumbnails should look like:
<media:thumbnail url="http://www...."/>
Step 3 and you need to define a MRSS namespace at the top
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:zv="http://zeevee.com/zinc/2009" version="2.0">
Make those 3 changes and it will work!!!
For more tips and controls checkout the www.zeevee.com/zinc/developers section of the site.
with these changes will it make the video fullscreen? just adding a single rss justopens the webpage and i have to grab a mouse to go fullscreen
I finally managed to get images on my RSS feeds. The problem is the aspect ratio of the thumbnails. Before adding it to my Favorites it looks fine:
http://i36.tinypic.com/5cc8rn.jpg
After adding it to Favorites the Aspect is all wrong:
http://i37.tinypic.com/344a3xc.jpg
Yup, this is a bug on our side. For now, the recommended workaround is to make a higher-level feed that links to your feed. I've made one for this feed at:
http://zeevee.com/zviewer/users/smiley/ltg.xml
We're filing it as a bug and it should be fixed in an upcoming release.
Doh!





One of the problems I see is that your RSS Feeds are hosted on Yahoo Pipes.
One thing I found out is that Zinc doesn't like it when there is and "&" character as in "&_render=rss"
If you load the "individual" rss feed it works fine. But once you put the rss link in a channel it gives you an error.
The only work around i've found is by saving the invdividual xml files on my computer, then uploading them on a server. Then when making a channel instead of pointing to the original Yahoo pipes feed. I point to the ones I uploaded to the server.