Bookmark For Your Browser


Submit stories directly from your browser with our bookmark link. Just drag the code below into your browser link toolbar.

Drag this link:  subbmitt to your Bookmarks Toolbar.





Add Subbmitt To Your Website Or Blog


Give your website users the opportunity to subbmitt articles from your website. It's easy to do. Just copy the code for one of the images shown below into your website or blog to get started.



Button Images & Javascript Code



To add submit capability, use the code snippit below:

<script src="http://www.subbmitt.com/javascript/subbmitt.js" type="text/javascript"></script> </a>


Add one of the code snips below to allow users to submit the page only:



<a href="http://www.subbmitt.com/" onclick="window.location='http://www.subbmitt.com/submit.php?url='+window.location; return false;">
<img src="http://www.subbmitt.com/images/subbmitt_button.png" alt="Subbmitt!" border="0"/>
</a>




<a href="http://www.subbmitt.com/" onclick="window.location='http://www.subbmitt.com/submit.php?url='+window.location; return false;">
<img src="http://www.subbmitt.com/images/subbmitt_button2.png" alt="Subbmitt!" border="0"/>
</a>


To customize the submit button for urls other than the current page you can change add a custom url or title:



<a href="http://www.subbmitt.com/" onclick="window.location='http://www.subbmitt.com/submit.php?url=http://www.subbmitt.com&title=This+Is+A+Test'; return false;">
<img src="http://www.subbmitt.com/images/subbmitt_button2.png" alt="Subbmitt!" border="0"/>
</a>


To use a custom submit button just change the image src to your custom image:



<a href="http://www.subbmitt.com/" onclick="window.location='http://www.subbmitt.com/submit.php?url=http://www.subbmitt.com&title=This+Is+A+Test'; return false;">
<img src="http://www.subbmitt.com/images/subbmitt_button_custom.png" alt="Subbmitt!" border="0"/>
</a>