Linux 软件免费装
Banner图

Exit Notifier

开发者 cvs@cvstech.com
更新时间 2021年3月10日 14:38
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 5.7
版权: GPLv2 or later
版权网址: 版权信息

标签

external link pop up exit link speed bump Credit Union

下载

1.0 1.0.1 1.0.2 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.5 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.8.1 1.8.2 1.8.3 1.9.1

详情介绍:

Some industries' compliance recommendations suggest that a notice be presented anytime someone leaves your site. I searched for a plugin to do this, and came up empty, so here you go! Features:

安装:

Installing "Exit Notifier" can be done either by searching for "Exit Notifier" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
  3. 通过WordPress的的“Plugins”菜单激活插件

屏幕截图:

  • A sample notice in action.
  • Default exit box closeup.
  • Content settings page.
  • Alternate Content settings page.
  • Behavior settings page.
  • Display settings page.
  • Timeout settings page.
  • Custom CSS settings page.

升级注意事项:

1.9.1 Added target parameter to exit_notifier_js() function call. 1.9.0 Confirm compatibility with WordPress 5.7 Add JavaScript callable function exit_notifier_js(). Thanks Brian! 1.8.3 Fix IE11 BUG with sweetalert addition. Fix provided by @dwarho in the support threads. Thanks @dwarho! 1.8.2 Fix Custom Theme BUG -- Thanks Erik! Add SweetAlert2 as an option for notification 1.8.1 Updated jAlert for accessibility 1.7.6 Added exclusion class to anchor behavior page. Added rel="nofollow" option as requested by Chuck W. Added debugtoconsole parameter to print the jQuery selector to the console if checked. 1.7.5 BUGFIX: Long overdue fix for Alternate Content not including the URL in the Go button text. First reported by @rdesk. 1.7.4 Added shortcode handling to button text as requested by @wust. 1.7.3 ACTUAL BUGFIX: Fatal errors in some circumstances when detecting target. Thanks Austin! 1.7.2 BUGFIX: Fatal errors in some circumstances when detecting target. Thanks Austin! 1.7.1 Honors <a target="_blank">. Timeout text is customizable for Continue and Cancel. Both modifications in this version suggested by @blubstar. 1.6.4 Cosmetic/typo issue 1.6.3 Compatibility check/update 1.6.2 BOGFIX: Error in applying jQuery selector appropriately. 1.6.1 Form handling is now off by default due to some unforseen interactions with existing installations. 1.6.0 Add the ability to attach Exit Notifier to forms. 1.5.6 BUGFIX: Include the URL on the Go button checkbox fixed. 1.5.5 Added Advanced tab in settings and the option to not delete settings on uninstall. Due to inspiration from @internetnoob, added a per-link option to customize the title and body for each link with custom attributes. 1.5.4 BUGFIX: Custom theme stopped working in 1.5. Thanks to @ccondray for helping find the bug! 1.5.3 Updated a few cosmetic issues and credits, including a warning about caching plugins when upgrading from 1.4 to 1.5 and later. Added the option to blur the background. Properly cleaning up settings when plugin is deleted. 1.5.2 Added an Alternate Exit Notifier option and more timeout options. 1.5.1 BUGFIX! Missing file. Sorry everyone! 1.5.0 Updated jAlert version Fixed some WCAG issues brought to my attention by @mothershiparts. More WCAG fixes on the way soon. Added the ability to expand the target URL in the body or title by including {target} in the text. Thanks to @mdsteveb for the suggestion. Added an option to display a progress bar for the timeout. Thanks to @mdsteveb for the suggestion. Adjusted jAlert font size to use em instead of px. Thanks to @hmsproducts for the suggestion. 1.4.5 Added option to add CSS classes to selected links. Added sensible hardcoded defaults in case of no selections preventing errors in some installations before specific configurations are chosen. 1.4.3 Internal changes for a specific use case. 1.4.2 Fixed minor error involving the Exit Box Theme sometimes not being selected leading to it failing to fire. 1.4.1 Minor metadata update. 1.4.0 Added the timeout feature and settings tab. 1.3.4 Added exitNotifierLink class to all selected links so that you can style them to suit. Added the option to use no animation. 1.3.3 Added option to turn off URL in button text, and process shortcodes in the body text and popup title. 1.3.2 Added in an advanced CSS field that allows editing CSS that will affect the whole site and should take precedence over other CSS. WARNING: Do not use if you are not confident in your understanding of CSS! 1.3.1 Narrowed the scope of the Custom CSS setting to prevent sitewide CSS issues. 1.3.0 Added the ability to completely customize the look of the dialog by modifying the CSS. 1.2.3 Fixed CSS defining width for text fields affecting more than intended 1.2.2 Verified compatibility with WordPress 4.4. Updated Behavior tab in settings to clear up how the jQuery selector gets used. 1.2.1 Rearranged settings into tabs for readability and to reduce the need to scroll. Added backgroundColor option. 1.2 Added visual control to the admin panel 1.1.1 Added option to change the jQuery selector, allowing you to affect what links are notified. 1.0.2 Updated default body text to better match compliance suggestions. 1.0.1 Added options for visual indication of an external link and whether or not to open external links in a new window/tab. 1.0 Initial release

常见问题:

What is the plugin for?

This plugin is designed to provide a mechanism for notifying users of your site that they are leaving for another server. It can also be used to pop an alert for pretty much any <a> tag target (and now some forms!) with some jQuery selector magic. Some industries recommend notifying users if they are leaving your site.

Can I edit the text in the box?

Yes. The plugin provides generic defaults, but the settings page allows you to edit the title and body of the exit box. You can now also edit the text of the buttons, and determine the box behavior and look and feel. You can also add exit-notifier-title="Your title here" and/or exit-notifier-body="Custom Exit Notifier Body text" to any link to customize the message for that particular link.

How do I "whitelist" links so the notifier does not appear even though they are offsite?

You can bypass exit notifier for some links by following the guidelines here: https://wordpress.org/support/topic/a-way-to-whitelist-a-site/

更新日志:

1.9.1 1.9.0 1.8.3 1.8.2 1.8.1 1.8.0 1.7.6 1.7.5 1.7.4 1.7.3 1.7.2 1.7.1 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.6 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 1.4.5 1.4.3 1.4.2 1.4.1 1.4.0 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.3 1.2.2 1.2.1 1.2 1.1.2 1.1.1 1.0.2 1.0.1 1.0