Documentation
EnglishCallback URL
The player votes on our platform, and, at the end of this vote, is redirected to your website using a specific parameter in our URL. You must first install our Vote API.
- A GET type parameter must be passed to our URL
- Parameter value must be URL
Some examples of URL's on which you can redirect your player with an automatic redirection at the end of the vote:
- URL of your game server record
- Voting URL to customize according to API
Example
https://top-metin2.org/game/3-core-top/?callback=https://top-metin2.org/test.php
Example
https://top-metin2.org/in/3-core-top/336699/?callback=https://top-metin2.org/test.php
PHP Example
<a href="https://top-metin2.org/game/3-core-top/?callback=https://top-metin2.org/test.php" title="Vote on Top Metin2">Vote on Top Metin2</a>
<a href="https://top-metin2.org/in/3-core-top/<?= $playerid ?>/?callback=https://top-metin2.org/test.php" title="Vote on Top Metin2">Vote on Top Metin2</a>