• Resolved tmeche87

    (@tmeche87)


    Hey!

    I am using the zotpress shortcode within a template file to display citations within a collection as well as a download link for the publication. The shortcode looks like this:

    <?php echo do_shortcode( '[zotpress collection="JUUEUA7U" download="yes"]' ); ?>

    However, I also need to include a link to download a bibtex citation. The code I was using to get the bibtex citation looks like this:

    <a class="zp-CiteRIS" title="Cite in Bibtex Format" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://api.zotero.org']);" href='<?php echo https://api.zotero.org/groups/136048/items/itemid ?>'>(Bibtex)</a>

    “itemid” is the zotero item ID of the publication.
    However, this does not work because the zotpress shortcode displays all of the publications within the collection and the (Bibtex) link only displays itself after all of the publications have been listed. I need to reference each item ID within a collection and have a link for each publication which gives a Bibtex citation download.

    Does anyone know if this is possible?

    Thanks for any and all help!

    http://wordpress.org/plugins/zotpress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Katie

    (@kseaborn)

    Have you tried the “cite” attribute? e.g.

    <?php echo do_shortcode( ‘[zotpress collection=”JUUEUA7U” download=”yes” cite=”yes”]’ ); ?>

    Thread Starter tmeche87

    (@tmeche87)

    Well, now I feel a little silly. I thought that controlled how it was cited on the website. I used cite=”yes” and it worked.

    Thanks for being a genius Katie 🙂

    Plugin Author Katie

    (@kseaborn)

    Great! Sorry about the confusion. Would something like “citeable” be more intuitive?

    Thread Starter tmeche87

    (@tmeche87)

    Hey Katie!

    It may be a little more intuitive. But really I blame myself for assuming instead of reading up on it to see it’s actual functionality.

    Thanks for help with semi-unintelligent questions lol

    Love the plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Include link for Bibtex citation in zotpress shortcode’ is closed to new replies.