Xeesm Engage!™ Setup
Setup Best Practices
After you Installed Engage! from the Xeesm AppsWorld, just follow these 5 easy steps:
1) Click on Add a List to create an Engage! List for people to register.
2) Give the list a short name like “Friends of XYZ Company”
3) Add a URL, the URL is the one where that list will be embedded in, for instance your home page or blog
4) Write a short description. That helps other Xeesm users to decide to join your Engage! List from within Xeesm.
5) Grab the code you will see after you submitted the page and insert it into your website or blog.
You can customize the appearance pretty easily:
* Size:
Change the “height” in pixels if the gadget is too big or too small
<iframe id=”XeeSM” frameborder=”0″ height=”350″ src=”http://xeesm.com/_/api/_XeeSM/EngageList.cfm?ListID=103&style=default&listsize=2&PicCnt=3″ >
</iframe>
* Style:
If you like the gadget with no frame, set the style to ‘none’
<iframe id=”XeeSM” frameborder=”0″ height=”350″ src=”http://xeesm.com/_/api/_XeeSM/EngageList.cfm?ListID=103&style=none&listsize=2&PicCnt=3″ >
</iframe>
* List Size:
Change the number of horizontal rows to any length you like if you like 5 rows make it 5
<iframe id=”XeeSM” frameborder=”0″ height=”350″ src=”http://xeesm.com/_/api/_XeeSM/EngageList.cfm?ListID=103&style=default&listsize=5&PicCnt=3″ >
</iframe>
* How many Photos Columns:
Change the number of vertical columns (width of the gadget) to any you like. For instance 7 columns
<iframe id=”XeeSM” frameborder=”0″ height=”350″ src=”http://xeesm.com/_/api/_XeeSM/EngageList.cfm?ListID=103&style=default&listsize=2&PicCnt=7” >
</iframe>

In this sample you see two rows of pictures which is a list size of 2 (listSize=2)
and you see three pictures / three columns (PicCnt=3)
