If you would like to show your domain instead of http://embed.toksta.com/… in the Instant Messenger you can setup a redirection of a domain (or subdomain) of your choice to the servers of stickapps This can be done through the settings in your nameserver.
Afterwards you provide this domain in the stickapps_implementation code as the parameter vhost
Example Implementation script for redirection of the domain chat.your-community.com
<script type="text/javascript">
var TOKSTA_CONFIG = {
app_id: "your-application-id",
user_id: "the-user-id",
user_hash: "the-user-hash",
user_data: "the-user-data",
generated: "current-unix-timestamp",
//adjustements needed
vhost: "chat.your-community.com"
};
</script>
<script src="http://embed.toksta.com/embed/toksta.js" type="text/javascript"></script>
Since this needs to be setup on our servers, please send a mail to support@stickapps.com in advance.