Change URL of Instant Messenger (Domain Mapping)

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.

 
change_url_of_the_instant_messenger_instead_of_http/embed.toksta.com_domain-mapping.txt · Last modified: 2009/09/29 13:59 by mg
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki