For those using nukeSEO_SB
in the file includes/nukeSEO_SB.php
Code:
$bookmarks["ping"] = array(
"siteurl" => "http://ping.fm/ref/?link={MYNUKEURL}&title={MYNUKETITLE}",
"siteimgsm" => "modules/News/images/ping.png",
"siteimglg" => "images/socialbookmarks/ping.gif",
"imgalt" => "header=[Ping This] body=[Post this to Ping.fm]"
);
|
**Note** You will need the relevant image and adjust the image paths accordingly if you are storing your images somewhere else like me.
This will take you to your ping.fm posting page!!
To have your social bookmarking links use the nofollow tag, in the same file [edited due to html being stripped out]
Find
Quote: |
Do not edit anything below this line |
Look for the second reference to
$bookmarkHTML and add the rel=nofollow tag to the link building code (don't forget to escape the double quotes).