How to Add Extra Web Page Tabs on BigAnt IM Client Program
It’s easy to add a new tab of webpage on your BigAnt IM client program. Please see sample code below. We will add a new tab called My Web in our example.
Create a new Notepad file and save it as MyWeb.Addin, enter the code below and save it.
<BODY>
<BigAntVAddin Name='My Web' Site='1' Flag='2' TargetType='3'>
<Target>
<![CDATA[http://www.bigantsoft.com]]>
</Target>
<DisplayName>My Web</DisplayName>
<Desc>
<![CDATA[This is a test]]>
</Desc>
</BigAntVAddin>
</BODY>
1. You can replace the URL in <![CDATA[http://www.bigantsoft.com]]> with your website URL.
2. The <DisplayName> is the tab name that will appear on client side, you can change it as well.
3. <Desc> is the description for the webpage
4. After editing and saving the MyWeb.Addin. Please launch BigAnt Server console, on the left pane, please click Advanced Settings >> Plug-in
5. On the right window, please click Plug-in Info button to open a new window, then click Import button to browse and insert the MyWeb.Addin.
6. Please restart the BigAnt server, so the client will logon again, the newly added tab will appear on the IM interface.