It would be fantastic if you could embed your library on other websites
I've got my own website and I was thinking it would be great if I could simply embed my shared library there so that people didn't have to click on a separate link.
It's fairly trivial however i think it could be nice.
It's fairly trivial however i think it could be nice.
This would be beautiful. Embedding the group library but also individual collections would be really neat - both public and private (to use on logged in web pages).
Any progress lately?
Jonas :-)
Do you know what the status is for this feature? Looking forward to using it.
Kind regards,
Jonas
In the future we'll have an interface for customizing the feed link with the available parameters. For now you should just know that adding "/top" to the end of the library feed link limits it to top level items which is what you most likely want.
<link href="https://api.zotero.org/users/34/items" type="application/atom+xml" rel="alternate" title="Zotero / bdarcus / Top-Level Items" />
http://www.samplereality.com/2009/07/29/on-hacking-and-unpacking-my-zotero-library/
OTOH, if they supported RSS 1.0, they'd also have RDF.
I would like to embed invidual collections into any homepage with the option to choose language so the labels (Author, Publisher, Date...) will be in the native tounge of the user; and also with active links when there are url:s.
Something like the widget for iGoogle (here a screenshot: https://card.coop/images_cc/Zotero_embed.png ).
Is this perhaps possible already now, or is this a functionality "round the corner"?
Kind regards,
Jonas
I am bringing up this feature request again. As said above I would like to embed (using iFrame...) invidual collections into any homepage with the option to choose language so the labels (Author, Publisher, Date...) will be in the native tounge of the user; and also with active links when there are url:s.
Would anyone know if this is possible already or if this feature will be available later on?
Kind regards,
Jonas
For now, I can only map the title, the description, the original url, (what you see in bracket in the code there). So I currently can't map the info concerning my reference, because everything is in the description tag. Is it possible to tag each element individually without breaking the feed view ?
Array
(
[title] => Global pharmaceuticals
[description] =>
Type
Book
Author
Adriana Petryna
Author
Andrew Lakoff
...
[options] => Array
(
[original_author] => pmarchand
[timestamp] => 1269960841
[original_url] => http://zotero.org/groups/meos/items/119765546
[guid] => http://zotero.org/groups/14974/items/119765546
[tags] =>
[domains] =>
)
)
Thank you for your time!
For those interested, I just managed to embed my collections on my blog (one collection per page) using WebRSS.com. You can check how it looks: [update: link removed. It wasn't working as expected -too slow-, so I finally gave up on this.] You can customize the appearance, and the code snippet can be Javascript, PHP, ASP or HTML.
There are two issues, though. I dont' know how (if it's even possible) to change the language of the labels; and how to make URLs clickable.
Any ideas?
Does anyone know if this functionality (embedding Zotero library into a personal website) is available yet?
But even if you're working from scratch this isn't hard to do:
http://librarian.newjackalmanac.ca/2012/09/how-to-load-zotero-into-webpage-with-3.html
I have a publicly viewable Group library, no one can edit except me.
https://www.zotero.org/groups/mabinogistudy/items
Can I put a snippet of html or php code in the body of a site page to make it display my Group page from zotero?
Does this need any script adding to the page header?