How to markup a WordPress theme, so that Zotero translates the content?
I stumbled over some WordPress blogs where Zotero displayed one of it's icons in Firefox's address bar - so there has to be some markup in the WordPress theme that Zotero tries to interpret.
Is there a way, to modify a theme, so that Zotero can grab the post title, date, author, etc...?
Is there a way, to modify a theme, so that Zotero can grab the post title, date, author, etc...?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
For example, you could place the following code in the relevant template files (e.g. index.php, single.php, and archive.php) around the title code (e.g. just outside h2 tags)
<span class="Z3988"
title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&rfr_id=info%3Asid%2Focoins.info%3Agenerator&rft.title=<?php urlencode(the_title()); ?>&rft.creator=<?php urlencode(the_author()); ?><?php foreach((get_the_category()) as $cat) {
echo "&rft.subject=" . $cat->cat_name;
}; ?>&rft.publisher=<?php urlencode(bloginfo('name')); ?>&rft.date=<?php the_time('Y-m-d') ?>&rft.type=blogPost&rft.format=text&rft.identifier=<?php the_permalink() ?>&rft.language=English">
You might take a look at the forum thread on tagging Wikipedia references, also using COinS:
http://forums.zotero.org/discussion/196/integration-with-wikipedia-reference-system
http://unapi.info/news/archives/19