Footnote Analytics

描述

Plugin Name: Footnote Analytics

Footnote Analytics lets editors add reusable footnote text and connect it to selected text in posts or pages with a data-term key.
On the front end, readers can click the marked text to open a lightweight footnote popup.

The plugin records anonymous footnote click/open events inside WordPress, separate from GA4.
It stores the footnote key, title, post information, URL, referrer, device type, user agent, and clicked time. IP addresses are not stored.

The admin analytics screen displays all recorded ranking rows and latest events.

屏幕截图

安装

  1. Upload the footnote-analytics folder to the /wp-content/plugins/ directory.
  2. Activate Footnote Analytics through the WordPress Plugins screen.
  3. Go to Footnotes in the WordPress admin and add a footnote entry.
  4. Set a footnote key in the data-term field, or leave it empty to use the post slug.
  5. In the block editor, select text and use the footnote toolbar button to apply the matching key.

常见问题

Does the plugin limit footnote registration?

No. Footnote registration and front-end footnote display are unlimited.

Does the analytics screen limit display rows?

No. Ranking rows and latest events are displayed without the previous Free edition display limit.

Does this plugin require GA4?

No. WordPress internal measurement is the primary tracking method. If gtag exists on the site, the plugin also keeps the existing GA4 glossary_open event.

Does the plugin store IP addresses?

No. IP addresses are not stored in the analytics table. A temporary request hash may be used only for short rate-limit protection.

What happens on uninstall?

The plugin removes its analytics event table and short-lived rate-limit transients. Footnote posts and term_key post meta are preserved as user-created content.

评价

此插件暂无评价。

贡献者及开发者

「Footnote Analytics」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.0

  • Initial WordPress.org-ready release.
  • Unified plugin name, slug, and Text Domain as footnote-analytics.
  • Removed Free edition display limit and upsell logic.
  • Added WordPress internal footnote analytics, Gutenberg footnote insertion, front-end popup display, REST event recording, nonce verification, rate limiting, GA4 glossary_open support, and uninstall cleanup.