- Impact
- 6
Hi all,
We have recently launched a new social bookmarking website: Clesto
It`s a digg.com and del.icio.us type of website.
Users can add their links and stories (with description) and other users vote for it if they like it. But if they don`t like it you`ll go down in votes of course. You will need at least 10 votes to make it on the frontpage.
Submitting your stories or links is entirely free. All you need to do is sign up for a free account. Spamming will get you banned!
We have a very easy bookmark tool for WordPress.:
Simply add the following code into your Page Template
<a title="Submit '<?php the_title(); ?>' to Clesto.com"
href="http://clesto.com/submit.php?phase=2&url=<?php the_permalink()
?>">
<img src="/images/clesto.gif"> Add this to Clesto</a>
I have attached the clesto.gif with this post.
We also created a vbulletin integration mod: http://www.vbulletin.org/forum/showthread.php?p=1045922
So. Enjoy Clesto and start submitting and voting. Have fun.
We have recently launched a new social bookmarking website: Clesto
It`s a digg.com and del.icio.us type of website.
Users can add their links and stories (with description) and other users vote for it if they like it. But if they don`t like it you`ll go down in votes of course. You will need at least 10 votes to make it on the frontpage.
Submitting your stories or links is entirely free. All you need to do is sign up for a free account. Spamming will get you banned!
We have a very easy bookmark tool for WordPress.:
Simply add the following code into your Page Template
<a title="Submit '<?php the_title(); ?>' to Clesto.com"
href="http://clesto.com/submit.php?phase=2&url=<?php the_permalink()
?>">
<img src="/images/clesto.gif"> Add this to Clesto</a>
I have attached the clesto.gif with this post.
We also created a vbulletin integration mod: http://www.vbulletin.org/forum/showthread.php?p=1045922
So. Enjoy Clesto and start submitting and voting. Have fun.















