It does work with links inside it. That’s handled by the qtip jQuery plugin that Easy Footnotes uses. Could you be more specific about what issue you’re having?
Are the footnotes not displaying properly or are your pages not loading at all? Do you have a link to an example where the plugin is having issues?
Works here. The code should look like this:
<div class="entry-content">
Hello<span id='easy-footnote-1' class='easy-footnote-margin-adjust'></span><span class='easy-footnote'><a href='http://localhost/~tom/blog-main/test/#easy-footnote-bottom-1' title='<a href="http://google.com">This is a test note</a>'><sup>1</sup></a></span>
</div>
View post on imgur.com
this is most probably a theme issue with this plugin because i’ve used other footnotes with hyperlinks and there were no issues
Hi
I see above that you say the plugin does work with links inside the footnote, but could you just show me how, please? I can’t find a way to do it.
Many thanks in advance.
ralpheastwood: You should be able to add a link to the text within the [note][/note] shortcode the same way you add link to normal text.
Adding a link via text editor
How link displays on front end
cloudduster: I’d imagine it is an issue with the theme. Something in the theme could be hijacking the_content filter or even using the note shortcode as well.