Description
This plugin will insert a safety exit button onto your site. A safety exit button is ideal for websites dealing with sensitive subjects such as domestic violence, rape, child abuse and others. When the user clicks the button they will instantly redirected to a URL of your choosing and a new tab / window will be opened to a URL of your choosing.
The button is customizable with options to change the color of the button and font, pick an icon from fontawesome’s free icon library, update font size, change what the button says and more features coming in the future.
Screenshots
Installation
- Search for ‘Safety Exit’ in the plugin directory
- Click install then Activate.
OR to install manually - Download the plugin
- Upload
safety-exit.zip
to thewp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Once installed and activated you will see a new menu item for “Safety Exit”. That is where you can customize the button.
FAQ
-
Is there an option to delete the browser history?
-
No. Due to security measures taken by browsers, websites can not delete browser history. If this ever changes or if browsers support a new function that will let websites control history you can expect it to be added to the plugin ASAP.
-
Can I request features?
-
Yes! I love feature ideas and requests to make this thing better. You can submit a feature request under the support tab.
-
You can! If you know some CSS you can insert custom CSS and target \”#sftExt-frontend-button\”. In the future there are plans to add support for custom HTML and CSS as well as more options to tweak the button more.
-
Currently there are only two options for button placement. \”Bottom Left\” and \”Bottom Right\”. There are plans to add support for other button placement options such as in the menu, as a widget, a banner at the top of the page, and more.
Reviews
Contributors & Developers
“Safety Exit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Safety Exit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.7.1:
– Fix: Security fix
1.7.0:
– Refactor: Completely reworked how the button is rendered. It will try to render via HTML first. If it cant it will render with JS. This should finally fix all theme related problems.
– Improved: Got some unit testing in place. When the plugin’s admin UI gets refactored this will help ensuring nothing breaks on the front end.
– Removed: I removed the contrast checker. It was large, annoying and didn’t work very well. I will be replacing it with something better in V2.
– Fix: Button will no longer appear on the print view.
– Tweak: Bumped up the minimum PHP version required from 5.2 to 5.6. Really you shouldn’t be on anything less than 7.4.
1.6.5:
– Refactor: Build pipeline
– Improved: Accessibility
1.6.4:
– Fix: Fixed Divi bug
1.6.3:
– Fix: Fixed bug with login
1.6.2:
– Fix: Instead of depending on the theme to run fire the wp_body_open
hook, we now run it in the plugin’s init method.
1.6.1:
– Tweak: Switched from injecting the button in the footer to injecting it to the wp_body_open. This fixes a bug with certain page builders that use a post / page to create the footer.
1.6.0:
– Improved: Stopped font awesome from loading on frontend if icon is turned off
1.5.0:
– New: Added the ability to hide the button on mobile.
1.4.5:
– Maintenance: Ensured plugin worked with latest version of WordPress
1.4.4:
– Fixed: Merged PR#1 to add support for bedrock hosted WordPress sites.
1.4.3:
– Fixed: Added quick test to ensure required core files exist. If the test fails it wont initialize the plugin.
1.4.2:
– Fixed: Updated CSS for round and square buttons to center icon.
– Fixed: Removed random options file that was hanging up server cron jobs.
– Improved: Added some needed security to protect against attacks.
1.4.1:
– Fixed: Hot fix for the page selection tool
1.4.0:
– New: Added ability to show safety button on all pages or specific page.
1.2.2:
– Tweak: Updated Read Me to include new tags and include a road map
1.2.1:
– Fixed: removed debug bug
1.2.0:
– New: Added option to change border radius on the rectangle.
– New: Added option for square button
– Tweak: Moved the settings link to the main menu and out from under the settings tab. This should make it easier to find.
– Fixed: The round button had a bug where it wouldn’t display the icon correctly. That is fixed and should display correctly
1.1.3:
– Tweak: Made it so you aren’t forced to have all uppercase text. Now to control the font capitalization you just type the word with the capitalization you want to be displayed
1.0.3:
– Fixed: 404s on frontend
1.0.2:
– Removed: Menu option for now (not ready for prod)
1.0.0:
– Fist release