• I want to add a ‘Download reference citation’ function (in the RIS or EndNote format, for those who are interested…) to each of my publications so that those who want can import the details into their own bibliographical software ; I thought something like the following should work but the href function fails: what should I use instead?
    <a href="application/x-Research-Info-Systems;charset=utf-8,TY%20%20-%20BOOK%0ATI%20%20-%20Test %0AAU%20%20-%20Follesdal %2C%20Andreas%0AY1%20%20-%202016%2F%2F%2F%0APB%20%20-%20Entelequia%20y%20Grupo%20Eumed.net%20(Universidad%20de%20M%C3%A1laga)%0AAB%20%20-%20This%20is%20a%20test.%0AER%20%20-%20"> [Cite RIS/EndNote]</a>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry for the slow reply. I’m not sure what a proper EndNote reference is supposed to be, but from your example, it looks like your link should lead to a WP page that uses a custom template to deliver the required content as plain text. The link to this page could include the relevant post or page ID as an URL parameter, which tells the page template code where to get the data that it should send out.

    A possible variant would be the link merely launches a modal that contains the plain text EndNote content. These modals would be part of your page’s regular content, but hidden by CSS. JS would alter CSS to expose the content, then hide it again when OK or X is clicked.

Viewing 1 replies (of 1 total)
  • The topic ‘Execute command in browser – with href?’ is closed to new replies.