WP Manifestindependent plugin directory
manifest / privacy / consent-monitor-plugin

Consent Monitor - Camera, Location & Screen (Consent-first)

Consent-first WordPress plugin: camera, location, screen capture (user consent required). Packaged for direct install.

by Copilot (example) · github.com/adeelahmadrandoo33-ctrl/consent-monitor-plugin

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/adeelahmadrandoo33-ctrl/consent-monitor-plugin/archive/refs/heads/main.zip

Readme

Consent Monitor (WordPress plugin)

This is a consent-first WordPress plugin that lets users explicitly share camera photos, location, and screen captures with your site. It requires explicit user consent via UI before any capture or upload is performed, and stores captures as private posts/attachments.

Install

  1. Download the ZIP from the Releases page or clone this repo into wp-content/plugins/consent-monitor-plugin.
  2. Activate the plugin in WordPress Admin → Plugins.
  3. Create a page and add the shortcode [consent_monitor].
  4. Visit the page, tick the consent checkbox and use the buttons to start camera, capture photos, or send location.

Notes

  • Browser will show permission prompts for camera and screen capture. These are required and handled by the browser.
  • This plugin stores captures as private posts; only administrators can view them.
  • Do not use this plugin to record people without their informed consent.

Security & Privacy

  • Enforce HTTPS on your site when using camera/screen capture.
  • Add a privacy policy page describing what data is collected, how long it's kept, and how users can request deletion.
  • Consider restricting uploads to logged-in users only if desired.

License: MIT

Read the full README on GitHub →