=== Vidpop – Interactive Video Popups ===
Contributors: vidpop
Tags: video, popup, interactive video, lead generation, vimeo
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add interactive Vidpop video experiences to WordPress with a block, shortcode, page setting, or site-wide configuration.

== Description ==

Vidpop turns ordinary videos into interactive website conversations. Viewers can
choose another video, open a product page, book a meeting, or submit a lead form
without leaving the experience.

The plugin supports:

* A no-build Gutenberg block
* The `[vidpop id="your-public-id"]` shortcode
* A Vidpop field on every post and page
* Site-wide video pop IDs
* Self-hosted Vidpop server URLs
* Asynchronous, deduplicated embed scripts

== Installation ==

1. Upload the `vidpop` directory to `/wp-content/plugins/`, or install the ZIP through Plugins → Add New → Upload Plugin.
2. Activate Vidpop.
3. Open Vidpop in the WordPress admin menu.
4. Enter your Vidpop URL and one or more public IDs.
5. Alternatively, use the Vidpop block, page setting, or shortcode.

== Frequently Asked Questions ==

= Where do I find the public ID? =

Open a video pop in Vidpop Studio and select Install. The public ID is the last
part of the script URL, after `/embed/`.

= Does the plugin load the same popup more than once? =

No. Script handles are deduplicated for each public ID.

= Do Vidpop targeting rules still work? =

Yes. WordPress loads the small embed script; Vidpop still applies page, device,
frequency, and trigger rules before showing anything.

== Changelog ==

= 1.0.0 =
* Initial release with block, shortcode, page meta box, and global settings.
