justoverclock / flarum-ext-dontgoaway
Show an Exit Intent Popup if a guest try to leave your site
Installs: 1 157
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
Requires (Dev)
- flarum/testing: ^1.0.0
README
Dontgoaway - Exit intent popup + External Link Alert System
A Flarum extension. Show a Popup if a guest try to leave your site, and show modal for all external link.
Function available:
- When user click on external link, a popup will ask for consent before leaving the website
- The Exit Int popup will be showed only for guest
- The modal uses sessionstorage to appear only once per session
Modal Customization through admin setting:
- Enable/Disable External link popup
- Modal Title
- Modal Text
- Modal Image
- Image width
- Image Height
- Button fontawesome icon
- Button Text
Installation
Install with composer:
composer require justoverclock/flarum-ext-dontgoaway
Updating
composer update justoverclock/flarum-ext-dontgoaway php flarum cache:clear