You are here: home >> tools
Tools
- The one and only Shareomatic! bookmarklet
- With the Shareomatic! bookmarklet, Shareomatic is always at your fingertips. Drag this link to your bookmarks, or for older browsers, right-click on it and select 'save to favorites'. Now, when you encounter a site that you want to share, click on the bookmarklet, and Shareomatic! will open, with the site information already filled in for you.
- FeedBurner Shareomatic! FeedFlare
- If you're using Feedburner, make it easy for your reader by adding this FeedFlare to your feed. This adds a link to each blog entry you make, making it easy for your readers to bookmark and share your post. For instructions on how to add the Feedflare, consult Feedburner.
- Wordpress Shareomatic! plugin
- WordPress users can install the WordPress plugin. This will give you a link under each blog entry that looks like this:
Share with Shareomatic!
Now, isn't that a lot cleaner than the slew of bookmarking icons you see everywhere these days!
- blogspot.com
-
If you have a blog on blogspot.com, this is how you add Shareomatic! to your site:
-
In your template, search for the line <data:post.body/>. It usually looks something like this:
<div class='post-body entry-content'>
<p><data:post.body/></p>
<div style='clear: both;'/>
</div>
-
Add <a expr:href='"http://www.shareomatic.com/" + data: post.url'>Share with Shareomatic!</a> to
the line after that one.
This will give you
<div class='post-body entry-content'>
<p><data:post.body/></p>
<a expr:href='"http://www.shareomatic.com/" + data: post.url'>Share with Shareomatic!</a>
<div style='clear: both;'/>
</div>
-
There is no step three!
Thanks to Guy Geens for his explanation.
- API
- If you want to write your own plugin for your blog or publishing software, here's the one-line API:
http://shareomatic.com/url/shareomatic/title
url is the url, and title is a short description of the page you want to bookmark.
- Publish your plugin
- If you develop your own plugin, help us make Shareomatic! available on as many platforms as possible, and publish your plugin. If you send it to us, we'll add your plugin to the list above, giving you full and visible credit. Don't be shy: even if you're no code guru, but are keen to explain the steps that you took to use Shareomatic! on your site, we'll wrap it up for you and you will still get credit for it.