Linux 软件免费装
Banner图

Accessible External Text Links

开发者 Myshock
更新时间 2023年2月23日 02:31
PHP版本: 3.3.1 及以上
WordPress版本: 6.1.1

标签

links accessibility

下载

1.1 1.0 1.2 1.3 1.4 2.0

详情介绍:

I created this plugin to make external text links more accessible to people with disabilities by displaying an image with an alternative that informs the user that the link will open in a new window. Thanks to Romain Gervois.

安装:

  1. Upload accessible_external_links folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go into the admin panel of the plugin and fill the 'Image alternative text (alt attribute content)' field with the alternative you fish to display default : "Opens in a new window"
  4. add a class of "external" on the links you wish to open in a new window.
For example use <a class='external' href='your link url'>My Link</a> If you encounter some problems with icon positionning you can add a class of : a.external img{} in your theme style.css file to control the image positionning

常见问题:

Does it works with ie6

Actually not, and it's not planned at the moment.

更新日志:

1.0 [2012-01-22] 1.1 [2012-07-15] 1.2 [2013-10-20] 1.3 [2013-10-20] 1.4 [2013-10-20]