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?
<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?
the code is:
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<div id="biblio"></div>
<script>
$( "#biblio" ).load("https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=bib&itemType=-attachment&style=iso690-numeric-cs&key=FyBV3cEsqkKhUKmDF3KqcXNy");
</script>
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