Hyves.nl is currently the biggest profile site,
with the following code you can add a Tip on Hyves button:
'Hyves' => Array(
'favicon' => 'hyves.png',
'url' => 'http://www.hyves.nl/profilemanage/add/tips/?name=TITLE&text=PERMALINK&rating=5',
),
Also for Twitter I added the title of the post infront of the link parsed:
'TwitThis' => Array(
'favicon' => 'twitter.png',
'url' => 'http://twitter.com/home?status=TITLE – PERMALINK',
),
Goodluck with it =)