Hello,
I want to create a custom map object which I can click on to launch a Lync 2010 conversation with my team.
I have created the .htm map object and can add it to a Map. When I click on the "View Map" tab next to the "Map Designer", these links work perfectly. However when I view the direct HTML link (public or private), the page says "Not Found".
Custom .htm as follows:
<!--Objects:Start Lync Conversation (small)--> <div class="map_object map_graph" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <span> <a href="im: <sip:[email protected]> <sip:[email protected]> <sip:[email protected]> <sip:[email protected]>"> <img src="lync-icon.png"> </a> </span> <#mapobject type="htmlafter" subid="<@subid>"> </div>
It seems I am very close to getting this working, since it works perfectly when I click "View Map" once I have added the object.
Any ideas on what else I need to do to get it working?
Many thanks, Tom
Add comment