Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

140follow

Descrição

English
140follow removes NOFOLLOW from author link if the comment has more than XXX characters.
The character count can be adjusted at the admin pannel. NOFOLLOW also can be added
to single comments if you add “/dontfollow” to the end of the author link.

Deutsch
Das Plugin ersetzt rel=”external nofollow” durch rel=”external” aus dem Autor-Link,
wenn der Kommentar mehr als XXX Zeichen besitzt. Die Anzahl der Zeichen kann
einfach im Adminbereich beliebig eingestellt werden.

Einzelnen Kommentaren kann das NOFOLLOW-tag wieder hinzugefügt werden, wenn
einfach “/dontfollow” (Danke an Oliver Bockelmann) zum Link hinzugefügt wird.

Instalação

  • Upload 140follow to the ‘/wp-content/plugins/’ directory
  • Activate the plugin

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

English
– Upload 140follow to the ‘/wp-content/plugins/’ directory
– Go to your used theme directory and open ‘comments.php’
– find

<

form action=” …
– add this to the end of this line (before “>”):
name=”commentform”
– find

<textarea name="comment" id="comment" …
– after this line add this new line:

displaylimit(“document.commentform.comment”,)

  • Activate the plugin through the ‘Plugins’ menu in WordPress

Deutsch
– 140follow ins ‘/wp-content/plugins/’ hochladen
– Öffne die Datei comments.php aus deinem Theme-Verzeichnis
– Suche nach

<

form action=” …
– Ans Ende der Zeile, also vor dem “>” folgendes einfügen:
name=”commentform”
– Suche nach

<textarea name="comment" id="comment" …
– Nach dieser Zeile, eine neue Zeile mit folgendem Inhalt hinzufügen:

displaylimit(“document.commentform.comment”,)

  • Aktiviere das Plugin

Perguntas frequentes

Tutorial & FAQ

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“140follow” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

Changelog v2.0
Changelog v1.0