Description
ChilliPopup lets you build popups and inline forms in your ChilliPopup dashboard, publish them, and report on how they perform. This plugin connects your WordPress site to ChilliPopup so everything you publish goes live automatically.
Under the hood it simply adds the official ChilliPopup pixel to every front-end page:
<script id="chillipopup-pixel" src="https://player.chillipopup.com/javascript/pixel.js?id=YOUR_WORKSPACE_ID" data-api="https://api.chillipopup.com" async="true"></script>
That is the exact same installation tag as ChilliPopup’s HTML/JavaScript method — the plugin just manages it for you, so you never touch your theme.
Features
- One-field setup: paste your Workspace ID and you’re done.
- Paste-friendly: drop in your full installation snippet or pixel URL and the plugin extracts the ID.
- On/off switch so you can pause ChilliPopup without deactivating the plugin.
- No bundled tracking code — it loads the always-up-to-date hosted player, so you never have to update a script by hand.
- Lightweight: a single async
<script>tag, nothing else added to your pages.
External services
This plugin connects your site to the ChilliPopup service to load and run your popups and inline forms. ChilliPopup is a product of Kompassify SARL. The plugin adds a single hosted <script> tag to your front-end pages; that script, and the player code it loads, then contact the following ChilliPopup hosts. Nothing is contacted until a visitor loads a front-end page while the plugin is enabled and a Workspace ID is set.
- player.chillipopup.com — the visitor’s browser downloads the ChilliPopup player script from
https://player.chillipopup.com/javascript/pixel.js(using the Workspace ID you configure). This is the only script the plugin itself adds to your site. - api.chillipopup.com — the player calls the ChilliPopup API (passed to it as the
data-apiattribute) to fetch your published popup/form content (for example/popups/liveand/forms/live). -
analytics-api.chillipopup.com — the player reports popup/form performance to the ChilliPopup analytics service: opens, clicks, closes and submissions (including the values a visitor enters into a form), together with your workspace ID and a per-visit session identifier. This is sent only in response to a visitor interacting with a popup or form.
-
Service provider: ChilliPopup (Kompassify SARL) — https://chillipopup.com
- Terms of Service: https://chillipopup.com/terms.html
- Privacy Policy: https://chillipopup.com/privacy.html
If you do not want to send any data to ChilliPopup, leave the Workspace ID empty or turn the plugin off on the settings screen.
Installation
- Install the plugin through the WordPress Plugins screen, or upload the plugin folder to
/wp-content/plugins/. - Activate the plugin.
- Go to ChilliPopup in the WordPress admin menu.
- Paste your Workspace ID (find it in your ChilliPopup dashboard Install) and save.
That’s it — your published popups and forms now appear on your site.
FAQ
-
Where do I find my Workspace ID?
-
In your ChilliPopup dashboard, open the Install page. Your installation snippet contains
id=...— that value is your Workspace ID. You can also paste the whole snippet into the plugin’s Workspace ID field and it will pull the ID out automatically. -
Does this slow down my site?
-
No. The plugin adds a single asynchronous
<script>tag. The player itself is hosted by ChilliPopup and loaded in the background, so it does not block your page from rendering. -
Do I need a ChilliPopup account?
-
Yes. The plugin connects an existing ChilliPopup workspace to your site. Sign up at https://chillipopup.com.
-
How do I temporarily disable ChilliPopup?
-
Open the ChilliPopup settings screen and untick “Load ChilliPopup on this site”, then save. The pixel will stop loading without deleting your settings.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“ChilliPopup” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ChilliPopup” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release: inject the ChilliPopup pixel via a Workspace ID, with an enable/disable toggle and snippet preview.
