140follow

140follow

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

  • Frequently updated
    Very good! This plugin is actively maintained and the last update was released 5536 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.1 was released on 21 November 2024
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

0

Active installs

10

Total Downloads

4K

Support Threads

0

Last updated

06 October 2009

Added

11 June 2009

Versions

100%
  • Version 2.0

About 140follow

FAQ

Tutorial & FAQ

Changelog

Changelog v2.0
Changelog v1.0

How to install 140follow

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”,)

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”,)