Footnotes for WordPress

Footnotes for WordPress is a WordPress plugin to ease the writing and cross-referencing of footnotes. This is done by implementing a [fnote]...&#91/fnote] pair of tags, in between which the footnote is written within the text body. The plugin auto-numbers the notes and moves them to the text footer. See the following link for a visual demonstration of how such rendered text appears.

Footnotes for WordPress has been tested and found to be working on WordPress versions 2.0.9 and 2.1.1.

Download
Download Footnotes for WordPress (a zipped archive containing the plugin and a readme file).

Installation
Unzip and drop footnotes.php into your plugins directory.

Usage
After installation you have a pair of pseudo tags, [fnote] and [/fnote], to be used for enclosing your footnotes in. Write the footnotes directly into your text body, surrounding them with [fnote] and [/fnote. The plugin will re-render the text so that in place of your footnote you’ll have it’s reference number, and the footnote proper will be at the text footer.

For example if you wish to elaborate the word ‘plugins’ briefly, you’d write your post in WordPress’ editor like this:

I love WordPress plugins[fnote]Wordpress plugins are snippets of code designed to ease or add functions to publishing with WordPress.[/fnote], they make life so much simpler.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam a enim.[fnote]Donec accumsan.[/fnote] Aenean consequat, orci vitae pretium sodales, velit sem ultrices lectus, ac hendrerit erat dui non ligula.

Which would render your published post to look something like this:

I love WordPress plugins[1], they make life so much simpler.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam a enim.[2] Aenean consequat, orci vitae pretium sodales, velit sem ultrices lectus, ac hendrerit erat dui non ligula.

[1] WordPress plugins are snippets of code designed to ease or add functions to publishing with WordPress.
[2] Donec accumsan.

(Note that square brackets surrounding the referencing numbers are used here as a visual que only; the exact rendering will depend on your browser and the CSS you choose to stylize them with.)

Support
No support is guaranteed for this plugin, but you might want to try dropping a comment at the end of this page.

Credits
Footnotes for WordPress was developed from Duane Gran‘s version of Link Footnotes, which in turn is based on Owen Winkler’s Link Footnotes. The idea for backlinking paragraph signs was nicked from Jeremy Curry‘s Linknotes.