Currently in BETA testing
Tutorials
What is an iFrame and how does it work?
IFrame (from "Inline Frame") is an HTML element which makes it possible to embed a HTML document inside another HTML document.
(wikipedia)

For example, the following code embeds the google search engine into this site:

<iframe src="http://www.google.com" style="width: 650px;height:200px;"></iframe>
This is exactly how eGear components are embedded into your website.
The src or "source" property is set to the the URL of the page that you would like to embed.
The width and height properties may be altered here as well, but eGear provides an interface where this may be modified
along with various settings and styles depending on the application that you have subscribed to.

An example of this interface is shown below:



After setting the appropriate settings in the management area, it is time to embed the application.

This is simply done by clicking the "Embed Application" button on the appropriate application:



The following screen will appear.Copy and paste the code snippet in your website.



And that is that!
You are now ready to use your eGear application in your website.

Please refer to the help areas in the Application Management area for more product specific help.