WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by C. Johnson v2016.1230

Footnotes for WordPress

Footnotes for WordPress enables easy-to-use fancy footnotes for WordPress posts.

Footnotes for WordPress

The facts

Rating
4★ from 1
Active installs
100+
Price
Free
Last updated
30 Dec 2016
Added
Mar 2010
Requires WP
2.9
Tested up to
WP 4.7.35
Downloads
10,716

Our analysis

AI-assisted

Footnotes for WordPress is a plugin that allows you to easily add footnotes to your posts and pages. It uses a shortcode system similar to MediaWiki, enabling you to include footnotes with simple syntax. The plugin creates note markers in the text and displays the footnotes in a styled list, with options for inline pop-ups in JavaScript-enabled browsers.

This plugin is suitable for bloggers and content creators who need to reference additional information without cluttering their main text. It offers flexibility in footnote numbering and presentation, making it useful for academic writing or detailed articles.

Best for: This plugin suits bloggers and writers who require footnotes in their content.

What it does well

  • Easy to use shortcode syntax for footnotes
  • Inline pop-up feature for footnotes in JavaScript-enabled browsers
  • Customisable footnote numbering and display text
  • Ability to create backreferences to footnotes

Where it falls short

  • Last updated in December 2016
  • Limited information on support and compatibility
  • Directory score indicates potential issues

Verdict

Footnotes for WordPress provides a straightforward solution for adding footnotes, though its age and directory score suggest caution. It may be a good fit for those needing basic footnote functionality.

From the developer

C. Johnson's own description of Footnotes for WordPress, lightly tidied.

Footnotes for WordPress is a simple plugin designed with a simple aim in mind: to make
it dead-easy to include decently-formatted footnotes in posts and pages on your
WordPress blog.

The syntax is roughly based on the common MediaWiki syntax for footnotes, but uses the
WordPress shortcode conventions. So, to include a footnote with the text “Text,” you use:

This is footnoted.[ref]Text[/ref]

And that’s all you need to do. When you add a footnote, Footnotes for WordPress will
create a note marker at the point that the foonote appears in the text, and includes
the text of the footnote in a styled list of notes down the page. When a reader clicks
on the link in a JavaScript-enabled browser, a script included with the plugin will
create a small bubble inline in the text, which pops up over the footnote marker for
easy reading without losing their place. In non-JavaScript-enabled contexts, clicking
on the footnote marker jumps down the page to the text of the note.

The jump is based on an unique anchor which the plugin can automatically generate for
you. However, if you want to create a specific ID of your own for the footnote, you
can do so using the name="..." attribute:

This is footnoted.[ref name="my-unique-id-1"]Text[/ref]

If you define an ID for a footnote, you can also refer back to the same footnote
later on in the document, using the [backref name="..."] shortcode.

This is footnoted.[ref name="source1"]Source 1[/ref]

So is this.[ref name="source2"]Source[/ref]

And this one comes from the same source as the first.[backref name="source1"]

Footnotes are numbered, beginning at 1. However, you can change the numbering if you
so desire using the number="..." attribute. For example, I often use this when
quoting from a book that contains footnotes or endnotes, in order to represent the
notes used by the original text.

This is footnoted, but footnotes begin at number 42.[ref number="42"]...[/ref]

You can change the text that is displayed in the note’s superscripted link from the
note’s number to any text or symbol that you choose using the superscript="..."
attribute. For example, to use an asterisk instead of the note number:

This is footnoted with a good old asterisk.[ref superscript="*"]...[/ref]

By default, the list of footnotes appears at the bottom of the post. However, if you
wish them to appear somewhere above the bottom of the post, for formatting or other
reasons, you can do so using the [references/] shortcode:

This is footnoted.[ref]Text[/ref]

As are some[ref]Text[/ref] other things.

[references/]

See also: Endnotes.

Which will cause the two footnotes to appear beneath the second paragraph but above
the “See also:” text.

Usage

Read the full description on the official page →

Tagged as