• Would be nice if you could add a function to select whether the profile-links are dofollow or nofollow (similar to the configuration open links in new/same window).

    As long as there is no support you can simply do this manually:

    1. Open find-me-on.php in the plugin directory
    2. Search for <li class=\"findmeon-".$linkInfoArray[KEY_IMAGE]."\"><a href=\"".$url."\" class=\"external\" target=\"".$windowlocation."\" onclick=\"".$onclick."\" title=\"".$linkInfoArray[KEY_IMAGE]."\"></a></li>"; (line 438)
    3. Replace with <li class=\"findmeon-".$linkInfoArray[KEY_IMAGE]."\"><a href=\"".$url."\" class=\"external\" target=\"".$windowlocation."\" onclick=\"".$onclick."\" title=\"".$linkInfoArray[KEY_IMAGE]."\" rel=\"nofollow\"></a></li>";

    You can view a demo on my site.

    https://www.ads-software.com/extend/plugins/find-me-on/

  • The topic ‘[Plugin: Find Me On] REQUEST: Do-/Nofollow-Support’ is closed to new replies.