All you need to do is to add a link following this format:
http://firstround.corank.com/submit?url=www.yoursite.com&title=storytitle&source=k
The first person clicking on the link will be able to complete the submission process.
Additional clicks on the link will add a positive vote to the story.
Description of parameters:
url
That's the complete URL to the story, and it should be "URL encoded" - that is,
it should look something like this:
http%3A%2F%2Fyoursite%2Fstory%2Fpage.html
It should not exceed 255 characters.
title (optional)
The title of the story. It must be in UTF-8 and also "URL encoded",
and it should not exceed 100 characters.
If you're using JavaScript to
encode the title, don't use the "escape" function but the "encodeURIComponent"
function instead (it takes care of encoding the title both in UTF-8 and URL-encoded
in one step).
source=w
This tells First Round Capital Startup News that the story is being submitted from a web page.
Its value should always be "w". Otherwise the submission would simply not work.