|
You can now personalize the background of your chat with the javascript method, too!
- First create a proper background image from this photoshop template or the standard background PNG.
- Upload your background image to your server.
- Add the following line above "showEnter();":
var bgurl = "http://www.your-site.com/url/to/yourBackgroundImage.png";
- Edit the information of that line to match the URL of your background image. Most image types will work.
2. Do it the google way: Vagipe Google Gadget.
3. For drupal users, there is the drupal video chat module by JerDiggity.
4. Last but not least, your own solution.
The vagipe chat opens in a seperate window as it uses all available space on the still standard resolution of 1024x768. While you are welcome to use an inline frame instead, a popup is recommended.
The chat URL is: http://www.vagipe.com/webcam_window_pup.php
It must be called with the following url parameters (GET variables):
user=[username]
lang=[english|deutsch|spanish]
setage=[age]
setgender=[male|female|couple]
setroom=[a unique room ID. Try your domain name]
OPTIONAL bgurl=[an url to an alternate background image*]
All custom implementations must be made in good faith, not to use the chat in ways not intended. It is, for example, not allowed to cut off the ads in an iframe. If in doubt, please ask us.
* This is the standard background image. A PSD layout example can be found here.
|