Archive for October 9th, 2006

09 Mon

Adding Google And Slashdot To Sociable

Posted on October 2006 at about 7:36 pm by hwa

To add Google and Slashdot into your Sociable WordPress Plugin, please do the following:

Slashdot:
To add Slashdot into your Sociable, copy and paste to following code into the "$sociable_builtin_known_sites" array in "sociable.php":
PHP:

'Slashdot' => Array(
  'favicon' => 'slashdot.png',
  'url' => 'http://www.slashdot.org/bookmark.pl?
    url=PERMALINK&title=TITLE',
),

Next copy and paste the following into "$sociable_files" array:
PHP:

'images/slashdot.png',

Then save the Slashdot icon below and [...]