Weemo Video Zimlet Integration:

1) Go to http://weemo.com/zimbra to get started.

 	You must obtain a Web Application Identifier from Weemo to activate the zimlet


2) When you have your Web Application Identifier, unzip your Zimlet archive (com_weemo_email.zip), and edit email.js.

The first line is: 

	var webAppId = "";

Copy your Web Application Identifier and paste between the double quotes, as follows:

   	var webAppId = "YOUR_WEB_APP_ID";

The second line is: 

	var domainZimbraName = "";

Insert your zimbra users email domain name (i.e., "example@zimbra.com" would be "zimbra.com") between the double quotes, as follows:

   	var domainZimbraName = "YOUR_DOMAIN_NAME";

Save the file.

3) Re-zip the entire archive, with the modified email.js, file under the same name (com_weemo_email.zip). The archive needs to look 
like the one you just downloaded (com_weemo_email.xml file, for example, should be at the root of the zipped archive).
 
4) In the Administration section of the Zimbra website, go to Configure -> Zimlets. 
If you have the Email Zimlet enabled, right click on it and Toggle Status.

5) After that, deploy the Zimlet and refresh your Zimbra client to see changes.
