Social Bookmarking for Phpnuke
Kguske has created a social bookmarking mod for Phpnuke that you can pretty much integrate anywhere on your site. The bookmark mod does not allow you to turn certain social sites off and the list could of supported sites could be longer.
- blinklist
- del.icio.us
- digg
- furl
- technorati
- YahooMyWeb
Overall it is a good mod and extremely easy to customize. You can open /includes/nukeSEO_SB.php and find the code that builds the bookmark array.
$bookmarks = array ();
$bookmarks["blinklist"] = array (
"siteurl" => "http://blinklist.com/index.php?Action=Blink/addblink.php&Description={MYNUKETITLE}&Url={MYNUKEURL}",
"siteimgsm" => "images/socialbookmarks/blinklist_sm.gif",
"siteimglg" => "images/socialbookmarks/blinklist.gif",
"imgalt" => "blink it"
);
Download nukeSEO Social Bookmarking for PHPNuke ( registration required / link opens in a new window )
Download nukeSEO Social Bookmarking Blocks ( registration required / link opens in a new window )
Related posts:





August 12, 2010 at 7:46 am | SEO India | Sartorius
Thanks for your post Floppy. It is a good mod and extremely easy to customize. :)