
simplifying social bookmarking
You are bookmarking: Scam.
Top Services
Other Services
What's the Socializer?
The Socializer allows you to easily submit a link to several social bookmarking systems. Instead of having a link to each social bookmarking website, you have a single link to all of them!
The Socializer is a free web service from eKstreme.com.
Contact me: to suggest new sites to add to the Socializer or contact me for other reasons, please use the contact form.
Web Surfers Info
Do you use more than one social bookmarks website? Then use the Socializer to ease your life!
Simply drag the following link to your bookmarks toolbar, and then while surfing, click it to bookmark the page you are on. It's that easy!
Socialize this
Socializer Logos
Here you are:
and
.
Social Bookmarking Links
Webmasters Info
Are you a webmaster? You should use the Socializer because:
- Link to all social bookmark websites with one link. When we add a link to a new social bookmarking website, your visitors will be able to use it immediately!
- You don't have to worry about social bookmarking APIs. We take care of all the technical stuff to make sure the 40+ social bookmark services work well.
- Easy to implement - simple Javascript code and PHP code provided! No hassle on your part.
- Provides a good service for your visitors and helps them come back more. Social bookmarking can also increase your traffic.
- It's free!
Adding Socializer to your website
The simplest way to add Socializer to your website is using Javascript. You can also use PHP.
The Javascript is already packaged for you in one single file; to use it simply add this code to your web pages:
<script language="javascript" type="text/javascript" src="http://ekstreme.com/socializer/socializer.js"> </script>
Which produces a link likethis one:
Social bookmark this page
As for the PHP code:
<?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 "<a href=\"http://ekstreme.com/socializer/?url=$URL&title=$TITLE\">Social bookmark this page</a>";
?>
Which produces a link like this one:
Social bookmark this page
Socializer Logos
Here you are:
and
.
Rahul Agarwal created a nice little website button for the Socializer. Thanks!
Wordpress Plugin
Anders Bergman wrote a very customizable Wordpress Socializer plugin. It defines a new function that creates the link for you, even allowing you to specify the anchor text. Good stuff. Thanks Andres!
Movable Type Plugin
Jon Tillman has created an excellent Movable Type Socializer plugin to automatically create links. It is amazingly easy to use. Thanks Jon!
Blogger Integration
For all users of Blogger users, read this post by Evan Spiegel. He explains it nicely.
Blogware and Socializer
Mitch Keeler blogged about the Socializer and explained how to use it with Blogware. Thank you Mitch!
ExpressionEngine Plugin
Ingmar Greil has created an ExpressionEngine Socializer plugin. Thanks Ingmar!
Zen Cart
Scott Wilson created a mod for Zen Cart to Social Bookmark using the Socializer. Thank you Scott! More info about Zen Cart.