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.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
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