這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP No External Links

外掛說明

Convert all external links into internal or nofollow links!

This plugin is a fork of the hijacked and vulnarable “WP No External Links” plugin.

The following critical issues have been fixed:
– Removed Cross-Site Scripting vulnerability.
– Removed backdoor injected into original plugin.
– Fixed creation of the new links_stats table: added charset collation and table existence check.
– Fixed “Specified key was too long; max key length is 767 bytes” error on creating mask_links table.
– Added removing tables on uninstallation.

No External Links plugin is designed for specialists who care about the number of outgoing links that can be found by search engines. Now you can make all external links internal! Plugin does not change anything in website database – it just processes the output. Now you don’t need to worry about your page rank dropping because of spam bots. You write any kind of http link and it becomes internal, hidden or nofollow! Of course, all the links will still be usable.

To make the long story short, your links like “http://gmail.com” will be masked into
“http://YourBlog.com/goto/http://gmail.com” – or
“http://YourBlog.com?goto=http://gmail.com”

Features

  • Masking links in posts, pages, comments or on the whole website including widget, theme footer, etc.
  • Outgoing clicks stats.
  • Javascript redirect with custom text and timeout.
  • Masking links with digital code and base64.
  • Completely removing links from your posts.
  • Custom redirects.
  • Disabling masking for registered users.
  • Disabling masking on per-post basis.
  • Using nofollow and noindex instead of redirection.
  • Excluding URLs from masking.
  • Masking links in custom fields.
  • Extending plugin with your own functions.

If you need any extra features, just create a ticket via support forum.

Known Issues

This plugin may conflict with your caching plugins, including Hyper Cache. Usually adding redirect page to caching plugin exclusions works fine.

If you disabled this plugin and still have links masked – check your chaching plugins.

安裝方式

  1. Upload the complete folder no-external-links to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Configure plugin via No External Links link under the Settings.
  4. Write posts with any kind of links, watch comments with links.

常見問題集

Is it an evil hack and black SEO?!

No. Please read Google’s topics on SEO

How can I exclude my page with links from masking?

Just put URLs you need to the exclusion list or disable masking for specific post.

I’ve removed your plugin but links are still masked!
  • Deactivate other links related plugins.
  • Clear cache via chache plugins you are using.
  • Deactivate caching plugins.
How can I mask links in a custom field?

You will have to add just a line in a theme code where you output custom field data.

To add same preprocessing for data as for comment text, use
$metadata=apply_filters(‘comment_text’,$metadata);

For example, if you use some kind of metadata, it should look like this:
$metadata = get_post_meta($id, ‘MetaTagName’, true); // get data from wordpress database
$metadata=apply_filters(‘comment_text’, $metadata); // add this line of code for preprocessing field value
echo $metadata; //output preprocessed field value

Use “the_content” instead of “comment_text” if you want to use the same masking policy as for post text.

使用者評論

2022 年 5 月 23 日
It was last updated 3 years 5 months ago and tested up to WordPress 5.0.16. Plugins can be removed from wordpress.org for various reasons. This can include benign issues like a plugin author discontinuing development or moving the plugin distribution to their own site, but some might also be due to security issues. In any case, future updates may or may not be available, so it is worth investigating the cause and deciding whether to temporarily or permanently replace or remove the plugin. Get more information.
2018 年 12 月 15 日
whats its the different to "Midhan: No External Links" looks like you guys develops the same plugin with different names ? work together and make it great.
2018 年 2 月 6 日 1 則留言
link with symbols # not working .... 99% of referral links have those symbols ... Have you ever tested it before publication? I think its becouse of "Use javascript redirect". Can you fix this ?
閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP No External Links〉的開發相關工作。

參與者

將〈WP No External Links〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.2

  • Add: WordPress 5.0 compatibility.

1.0.1

  • Fix: base64 links encoding

1.0.0

  • Add: Plugin released