Linux 软件免费装
Banner图

WebberZone Link Warnings

开发者 webberzone
ajay
更新时间 2026年3月6日 21:45
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

accessibility wcag target blank external links compliance

下载

1.0.0

详情介绍:

WebberZone Link Warnings helps you warn users when links open in a new window or take them to external websites. It adds accessible indicators, confirmation dialogs, or redirect screens — helping you align with accessibility best practices without rewriting your content. WebberZone Link Warnings uses WordPress's native WP_HTML_Tag_Processor class to parse and modify external and target="_blank" links in your content efficiently. It adds appropriate ARIA attributes, visual indicators, and optional JavaScript-based warnings based on your configuration. The plugin processes content during the the_content and the_excerpt filters, making it compatible with most themes and page builders. Your stored content remains untouched — the plugin only alters rendered output and does not interfere with REST API responses or admin editing screens. Why warn users about external links? Key features
This plugin assists with user awareness of external navigation. It does not automatically make your website fully accessible or legally compliant.
How it works After activation, the setup wizard guides you through the initial configuration. You can also configure the plugin at Settings > WebberZone Link Warnings. Warning Methods: Link Scope: Visual Indicators: Advanced Settings: GDPR WebberZone Link Warnings doesn't collect personal data or send information to external services — making it GDPR-friendly by default. You remain responsible for your site's overall GDPR compliance. Contribute WebberZone Link Warnings is also available on Github. So, if you've got a cool feature you'd like to implement in the plugin or a bug you've fixed, consider forking the project and sending me a pull request. Bug reports are welcomed on GitHub. Please note that GitHub is not a support forum, and issues that aren't suitably qualified as bugs will be closed. Translations WebberZone Link Warnings is available for translation directly on WordPress.org. Check out the official Translator Handbook to contribute. Other Plugins by WebberZone WebberZone Link Warnings is one of the many plugins developed by WebberZone. Check out our other plugins:

安装:

WordPress install (the easy way)
  1. Navigate to Plugins > Add New
  2. Search for "WebberZone Link Warnings"
  3. Click "Install Now" and then "Activate"
Manual install
  1. Upload the webberzone-link-warnings folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to Settings > WebberZone Link Warnings to configure

屏幕截图:

  • Modal dialog warning before navigation

升级注意事项:

1.0.0 Initial release.

常见问题:

Does this plugin affect SEO?

No. WebberZone Link Warnings only modifies how links are displayed to users. It does not alter the href attribute, link structure, or indexing behaviour. Search engines see your links exactly as you created them.

Is it accessible?

Yes. The plugin adds screen reader text, ARIA attributes, and (for modal mode) keyboard navigation and focus management.

Does it work with multilingual sites?

Yes. WebberZone Link Warnings is translation-ready. It uses standard WordPress translation functions and works with popular multilingual plugins such as WPML and Polylang.

Does this work with page builders?

Yes. The plugin processes content through standard WordPress filters (the_content and the_excerpt), making it compatible with most themes, page builders, and the block editor.

Can I customize the redirect screen template?

Yes. Copy the template file to your-theme/webberzone-link-warnings/redirect-screen.php to override the default redirect screen with your own design.

How can I prevent icons from appearing on specific links?

Add the class wzlw-no-icon to any link where you don't want an icon to appear. For example: <a href="https://example.com" class="wzlw-no-icon">Link without icon</a> This will exclude the link from having visual indicators while still maintaining other accessibility features like screen reader text and ARIA attributes.

Can I customize the icon that appears?

Yes. Go to Settings > WebberZone Link Warnings > Display tab and find the "Icon Style" dropdown. You can choose from several preset icons:

  • ↗ Arrow (North-East) - default
  • → Arrow (Right)
  • ⬈ Arrow (Up-Right)
  • ⧉ External Link Symbol
  • 🔗 Link Emoji
  • 🌐 Globe Emoji
    • Asterisk
  • Custom (enter your own)
Using Custom Icons: Select "Custom" and enter any Unicode symbol or emoji in the "Custom Icon" field. Examples: →, ⇗, 🔗, 🌐, *, +

Does this modify my database content?

No. The plugin only alters rendered output. Your stored content remains unchanged.

What happens if I deactivate the plugin?

Your links return to their original state. The plugin doesn't modify your content in the database — it only changes how links are displayed.

更新日志:

1.0.0