capturing blog entry
I am trying to capture this blog entry http://hangingtogether.org/?p=750 as a citation by clicking on the Zotero icon behind the URL. Zotero captures the item, yet when I try to view it, I land on the blog homepage rather than the entry page. Inspecting what Zotero captured, I can see that it grabbed the URL as http://hangingtogether.org/?p instead of http://hangingtogether.org/?p=750. It does this consistently for any entry I try to capture from this blog.
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.
I'm guessing adding urlencode() around the_permalink() in the plugin would fix it. It's not my code, but if someone with a WordPress installation wants to confirm that, I can put up a fixed version of the plugin. This wouldn't help for existing installations, though.
What is the relation of unAPI plugin to the Scholarpress Coins plugin?
/edit
Aha, using the Scholarpress Coins plugin I can reproduce the problem. And indeed, it would be fixed by properly urlencoding the permalink.