WP Manifestindependent plugin directory
manifest / content / cp-rollover-notes

CommentPress Rollover Footnotes

CommentPress Rollover Footnotes

by Institute for the Future of the Book · github.com/christianwach/cp-rollover-notes · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/christianwach/cp-rollover-notes/archive/refs/heads/master.zip

Readme

CommentPress Rollover Footnotes

The CommentPress Rollover Footnotes plugin enables rollover footnotes in the content of a page or post. It is based on jQuery Tooltip, which is included in the plugin directory.

Example footnote link:

<a class="note" href="#note1">[1]</a>

Example footnote structure:

<ol class="notes" start="0">
<li class="notes-header"><h3>Footnotes</h3></li>
<li id="note1">This is what the pop-up footnotes look like. If you find a note that runs off the top or the bottom of the page, scroll the main window a bit and you should be able to make the entire thing appear.</li>
</ol>

Installation

GitHub

There are two ways to install from GitHub:

ZIP Download

If you have downloaded CommentPress Rollover Footnotes as a ZIP file from the GitHub repository, do the following to install and activate the plugin and theme:

  1. Unzip the .zip file and, if needed, rename the enclosing folder so that the plugin's files are located directly inside /wp-content/plugins/cp-rollover-footnotes
  2. Activate the plugin
  3. You are done!

git clone

If you have cloned the code from GitHub, it is assumed that you know what you're doing.

Changelogs

0.1

Initial commit

Read the full README on GitHub →