CommentPress Rollover Footnotes
CommentPress Rollover Footnotes
by Institute for the Future of the Book · github.com/christianwach/cp-rollover-notes · website
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.zipReadme
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:
- 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 - Activate the plugin
- 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