coRank Tools
Once installed, when you're visiting a web page you'd like to submit to Fotografia, all you have to do is click on the Favorite button and you will be ready to submit the strona without having to copy&paste the URL, etc.
In order for us to provide you with the code to do that, you must first sign into your account. If you don't have an account, you can create it in just a minute
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 strona.
url
That's the complete URL to the strona, 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 strona. 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 Fotografia that the strona is being submitted from a web page.
Its value should always be "w". Otherwise the submission would simply not work.