Access to Group
I'd like to integrate something like a Zotero-Reading-list Feed to my homepage, and be able to cite Zotero references inside the cms.
First, I hope it's impossible to just query the Zotero library inside JS-code inside the cms editor's page, or is it?
Secondly, is there something like a JSON/XML based API to query the zotero webpage? Would webscraping be better?
For the reading list, I'd like to pull the information from the synced library. But maybe a Zotero plugin to manage this reading list would be better.
First, I hope it's impossible to just query the Zotero library inside JS-code inside the cms editor's page, or is it?
Secondly, is there something like a JSON/XML based API to query the zotero webpage? Would webscraping be better?
For the reading list, I'd like to pull the information from the synced library. But maybe a Zotero plugin to manage this reading list would be better.
If you are looking for something more involved you might consider taking a look at Jeremy Boggs initial work on a A PHP class for using the Zotero API http://github.com/clioweb/phpZotero/blob/master/phpZotero.php