Weemo Video Zimlet Integration:

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

 	You must obtain a Web Application Identifier (API Key) from Weemo to activate the zimlet


2) When you have your API key, unzip your Zimlet archive (com_weemo_email.zip), and edit email.js.

The first line is: 

	var apikeyWeemo = "";

Copy your API key and paste between the double quotes, as follows:

   	var apikeyWeemo = "YOUR_API_KEY";

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.
