How to add bibliography in my webpage

I try to add bibliography on my webpage. I use only html and javascript. I add in html this code:
<iframe src=”https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=bib&itemType=-attachment&style=iso690-numeric-cs&key=FyBV3cEsqkKhUKmDF3KqcXNy”></iframe>
But this not works. Any suggestion?
  • you need something that actually makes a call to the Zotero API -- typically PHP. There are various solutions linked here
    http://digitalhumanities.org/answers/topic/how-do-you-get-a-zotero-library-to-feed-into-a-webpage

    and a very quick php one described here: http://librarian.newjackalmanac.ca/2012/09/how-to-load-zotero-into-webpage-with-3.html
  • edited April 28, 2016
    I do not use any CMS only html and javascript. The solution described in the second post is enough for me with one exception. I would like to have the list of publication sorted by date. But format=bib do not support sorting and use sorting according to the rules of the selected style. I would like use style which is sorted by year. Is any way to find numeric style sorted by year or author-date style sorted by year as a first parameter of sorting (style "date-author")? I found only apa-cv style.
  • There is the APA CV style that's specifically for that purpose. I think that might be the only one.
Sign In or Register to comment.