Website Tools
Sturvs has some tools you can use to promote your blog or website. These tools will make it easier for your content to reach the Sturvs audience and the rest of the world. To use any of these tools you need to place the codes in your blog template/theme or hard-code them in your website source.
- Sturvs Vote Button
This button when placed on any web page displays the current number of votes the associated article has on Sturvs and a link for users to vote for the article from your website. If the article hasn't been added to Sturvs yet, then a "Sturv It" link will be displayed which will submit the aricle to Sturvs when clicked.
For a page which will have only one article and only one button use this code:
<script type="text/javascript" src="http://www.sturvs.com/button"></script>
An example of this can be found here.
For a page which will have more than one article and more than one button on it (e.g a blog's home, category or archive pages) use this code:
<script type="text/javascript">
submit_url = 'ARTICLE_URL';
</script>
<script type="text/javascript" src="http://www.sturvs.com/button"></script>
This is the most suitable way to implement the Vote Button for Blogger users.
An example of this can be found here and here.
ARTICLE_URL is the url or permalink of the article that particular button belongs to. The equivalent codes for this on popular blogging platforms are:
- Blogger
<$BlogItemPermalinkUrl$>
- Wordpress
<?php the_permalink() ?>
- Typepad
<$MTEntryPermalink$>
- Sturvs Bookmarklet
This is a tiny bookmarklet to allow people to submit your blog posts or articles to Sturvs if you don't need to show the number of votes your article has or you just want something small. 
<a href="http://www.sturvs.com/submit?url=ARTICLE_URL"><img src="http://www.sturvs.com/images/sturvs.png" alt="Sturvs Bookmarklet" width="16" height="16" border="0" /></a>
ARTICLE_URL is described above.
- Custom Link
If you want to create your own custom link to allow your users to submit your articles to Sturvs or vote for existing articles, just give the link the url:
http://www.sturvs.com/submit?url=ARTICLE_URL
- Automatic Import
Click here to apply to have your latest blog or website content imported automatically into Sturvs. Please put the folowing information in the contact form message:
Regarding: Automatic Import
Message:
Blog/website url
Sturvs Username (you have to be registered to use this feature)
Category (based on Sturvs categories)
Or you could just email the above information to imports.at.sturvs.com.