April 8, 2006
6:48 pm
Socializer allows you to easily submit a link to several social bookmarking systems (del.icio.us, furl, spurl, shadows, simpy, reddit etc.) Instead of having a link to each social bookmarking website, you have a single link to all of them!
Adding Socializer to your website
The simplest way to add Socializer to your website is using following Javascript.
[code]
You can also use PHP.
< ?php
//change this to your page’s title:
$TITLE = “Socializer”;
//done!
$TITLE = urlencode($TITLE);
$URL = “http://” . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]; //automatically detect the URL
$URL = urlencode($URL);
echo “Social bookmark this page“;
?>
[/code]
Which produces a link likethis one: Social bookmark this page

TrackBack URI Leave a comment »