Description
Incognito Mode (A.K.A Private Window) is a really nice privacy feature included on the browsers. But sometimes, if our users are browsing on incognito window, we can’t to give the best web experience to them.
Because of that, I prepared this plugin to start managing that limitation on our web projects.
By now, this is a simple private / incognito window detector with a customizable message to show. It’s possible to customize:
- Footer/Fullscreen message;
- Select specific pages to show the advise;
- The text message;
- Text color;
- Background color.
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
incognito-window-detect
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
Not questions yet.
Reviews
Contributors & Developers
“Incognito Window Detect” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Incognito Window Detect” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- New features
1.0
- Fix JS Document ready
- Add filter to Specific Pages
0.2
- Fullscreen Overlay functionality
0.1
- First version to start.