[wordpress插件] Convert All Inactive URLS转换所有无效URL

wordpress 插件 文章 2020-04-01 23:30 496 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin will convert the entire inactive urls becomes active urls as links.

此插件会将整个无效网址转换为链接的有效网址。

This means that only the entire inactive urls which will be converted into an active url.

这意味着只有整个无效URL才会转换为有效URL。

You also can set up unwanted domains that will not be converted as links and display as normal text.

您还可以设置不需要的域,这些域将不会转换为链接并显示为普通文本。

Example 1

示例1

This is a basic rule, when you don’t change any setting all inactive urls will be converted as links with default target attribute is _blank : target=”_blank”.

这是一条基本规则,当您不进行任何设置时,所有不活动的url都将转换为默认目标属性为_blank的链接:target =“ _ blank”。

When a URL is detected does not begin with http: // or https: //, the plugin will add http: // automatically on the url in the href attribute.

当检测到URL并非以http://或https://开头时,插件将在href属性中的url上自动添加http://。

google.com is the best search engine,

  google.com是最好的搜索引擎,

followed by yahoo.com and

其次是yahoo.com和

bing.com and

bing.com和

http://yandex.com.

http://yandex.com。

will be :

将是:

google.com is the best search engine,

   google.com 是最好的搜索引擎,

followed by yahoo.com and

然后是 yahoo.com

bing.com and

bing.com

http://yandex.com.

http://yandex.com

Example 2

示例2

You can set up the default settings of the rel attribute and target attribute to the url which will be converted.

您可以将rel属性和target属性的默认设置设置为将要转换的url。

In addition you can also set your url with a particular domain that does not want to be converted as a link.

此外,您还可以将URL设置为不想转换为链接的特定域。

Say you have made adjustments as follows:

假设您进行了如下调整:

    • Rel attribute is nofollow
    • 角色属性为nofollow

    • Target attribute is _self
    • 目标属性为_self

    • Blocked domains: yahoo.com and yandex.com

      封锁的网域:yahoo.com和yandex.com

      google.com is the best search engine,

      google.com是最好的搜索引擎,

      followed by yahoo.com and

      其次是yahoo.com和

      bing.com and

      bing.com和

      http://yandex.com.

      http://yandex.com。

    will be :

    将是:

    google.com is the best search engine,

       google.com 是最好的搜索引擎,

    followed by yahoo.com and

    其次是yahoo.com和

    bing.com and

    bing.com

    http://yandex.com.

    http://yandex.com。

下载地址
https://downloads.wordpress.org/plugin/convert-all-inactive-urls.zip
-EOF-

AI助手支持GPT4.0