Copy & paste any of the following snippets into an existing
page to embed this page. For more details see the
documention.
JavaScript
<script src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F1627584%2Fitems%3Fkey%3D9iCgi6nGZOE8CBVlzk4IrSpj%26format%3Dbibtex%26limit%3D100&jsonp=1"></script>
PHP
<?php
$contents = file_get_contents("https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F1627584%2Fitems%3Fkey%3D9iCgi6nGZOE8CBVlzk4IrSpj%26format%3Dbibtex%26limit%3D100");
print_r($contents);
?>
iFrame
<iframe src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F1627584%2Fitems%3Fkey%3D9iCgi6nGZOE8CBVlzk4IrSpj%26format%3Dbibtex%26limit%3D100"></iframe>