[wordpress插件] 140follow140关注

wordpress 插件 文章 2020-01-20 19:40 544 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

English

英文

140follow removes NOFOLLOW from author link if the comment has more than XXX characters.

如果注释中的字符超过XXX个,则140follow从作者链接中删除NOFOLLOW。

The character count can be adjusted at the admin pannel.

字符数可以在管理面板中进行调整。

NOFOLLOW also can be added

也可以添加NOFOLLOW

to single comments if you add “/dontfollow” to the end of the author link.

如果您在作者链接的末尾添加“ / dontfollow”,则为单个注释。

Deutsch

德语

Das Plugin ersetzt rel=”external nofollow” durch rel=”external” aus dem Autor-Link,

该插件将作者链接中的rel =“ external nofollow”替换为rel =“ external”

wenn der Kommentar mehr als XXX Zeichen besitzt.

如果评论的字符数超过XXX。

Die Anzahl der Zeichen kann

字符数可以

einfach im Adminbereich beliebig eingestellt werden.

轻松在管理区域中设置。

Einzelnen Kommentaren kann das NOFOLLOW-tag wieder hinzugefügt werden, wenn

如果
,可以将NOFOLLOW标记添加到单个注释中

einfach “/dontfollow” (Danke an Oliver Bockelmann) zum Link hinzugefügt wird.

只需在链接中添加“ / dontfollow”(多亏了Oliver Bockelmann)。

安装步骤

    • Upload 140follow to the ‘/wp-content/plugins/’ directory
    • 按照以下步骤将140上载到“ / wp-content / plugins /”目录

    • Activate the plugin
    • 激活插件

    If you whish to use the javascript character-counter below your comments:

    如果您想在评论下方使用javascript字符计数器:

    English
     

    英语
     

    – Upload 140follow to the ‘/wp-content/plugins/’ directory
     

    –将140follow上载到“ / wp-content / plugins /”目录
     

    – Go to your used theme directory and open ‘comments.php’
     

    –转到您使用的主题目录,然后打开“ comments.php”
     

    – find

    –找到

    <

    << / p>

    form action=” …
     

    form action =”…
     

    – add this to the end of this line (before “>”):
        

    –将其添加到此行的末尾(“>”之前):
        

    name=”commentform”
     

    name =“ commentform”
     

    – find

    –找到