Rob Porter
asked this on December 21, 2011 23:20
In release 1.4, a new option appeared for the Blogs, Pages, Maps, Welcome, and About App tabs prompting users to paste in an R3S Feed URL.
This option is meant for two uses:
If you are a developer and wish to find out more about how to extend support for Weever in your WordPress plugin, please see the new beta Weever Apps API wiki at http://developers.weeverapps.com/.
Comments
Are there R3S links we can use in our app ? If so where do I find them ?
Thanks
Hi Scott,
Currently R3S is mostly limited to sites using the Weever Apps plugin, though we hope to create a listing of public data one could use in their app using the R3S standard soon. Examples of URLs you can use include:
http://mysite.com/index.php?feed=r3s&cat=1 - all posts from category 1 (default "Uncategorized" in Wordpress)
http://mysite.com/index.php?p=1&template=weever_cartographer - content for post with ID of 1
Thanks!
Brian