Linux 软件免费装

Traction External Links Speed Bump

开发者 jrt341
更新时间 2024年9月6日 03:12
PHP版本: 3.0.1 及以上
WordPress版本: 6.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

external links compliance speed bump traction

下载

0.9.1 1.2 1.3 1.9.4 1.9.5 1.9.6 1.1 1.4 1.5 1.6 1.7 1.8 0.9 1.9 1.9.1 1.9.2 1.9.3

详情介绍:

Some websites for compliance reasons or just because they want to need to provide the user with a notice when a link is clicked that is not in that websites control. Traction External Links Speed Bump is a simple no frills plugin that provides a basic speed bump overlay when a link is clicked on a site that doesn't match the site host's domain name. The plugin offers the following customization options:
  1. Omitted Domains - Enter a comma separated list of domain names that you don't want to trigger the speed bump.
  2. Omitted Links - Enter a comma separated list of links that you don't want to trigger the speed bump.
  3. Customize Text - Customize the speed bump text as well as the continue and cancel button text.
Read the FAQ for information on how to customize the CSS used in this plugin.

安装:

There are a few options for installing and setting up this plugin. Upload Manually
  1. Download and unzip the plugin
  2. Upload the 'traction-external-links-speed-bump' folder into the '/wp-content/plugins/' directory
  3. Go to the Plugins admin page and activate the plugin
Install Via Admin Area
  1. In the admin area go to Plugins > Add New and search for "Traction External Links Speed Bump"
  2. Click install and then click activate
To Setup The Plugin
  1. Go to Settings > Speed Bump. Enter any domain names or links you want omitted, then customize the speed bump message and button text.

屏幕截图:

  • A preview of the speed bump.

升级注意事项:

0.9 This is the first version of the plugin. No updates available yet.

常见问题:

How to I customize the CSS for the speed bump?

Here is the basic markup for how the speed bump is displayed. <div id="trelsb-external-link-modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="trelsb-external-link-modal-message"> <p id="trelsb-external-link-modal-message"> You are about to leave the current site. </p> <a class="button trelsb-external-link-modal-continue" tabindex="1" href="https://clickedlinkurl.com" aria-label="Continue"> Continue </a> <span class="button trelsb-external-link-modal-close" tabindex="2" aria-label="Close"> Cancel </span> </div> You can style the speed bump just like you would any other HTML elements.

Speed bump not activating like you think it should?

In the off chance that you have a link not working with this plugin like you expect it to you can use the trelsb_handle_links function in your own JavaScript file to make the speed bump activate when the link is clicked. Just add a class name to the link and then use the code below. jQuery(".link_class_name").click(function(event) { trelsb_handle_links(event, this) });

更新日志:

1.9.6 1.9.5 1.9.4 1.9.3 1.9.2 1.9.1 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 0.9.2 0.9.1 0.9