[Plugin: Find Me On] REQUEST: Do-/Nofollow-Support
-
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:
- Open find-me-on.php in the plugin directory
- 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) - 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.
- The topic ‘[Plugin: Find Me On] REQUEST: Do-/Nofollow-Support’ is closed to new replies.