How Does Callback Work?
To implement postback functionality, you'll need a script on your server that is called when someone votes for you. Below is a PHP example for basic integration based on the default callback.
Default Callback:
This method works for most of our website users. Simply pass the voter's username/ID along with the vote link.
-
Place your callback URL (web accessible URL of the script you created) within your server settings.
-
Let your users vote using the following URL:
[YOUR-SERVER-VOTE-URL]?user=[PLAYER-ID]
Replace [YOUR-SERVER-VOTE-URL] with your server setting
Replace [PLAYER-ID] with the ID that you use to identify your player