Tuesday, January 31, 2012

Presence with Branded Master Pages

I have heavily used the starter branding master pages (http://startermasterpages.codeplex.com/) for some projects I have done. It was brought to my attention that the Lync presence was not coming through.
After some research I found that if I replaced this:
<script type="text/javascript">
function ProcessImn(){}
function ProcessImnMarkers(){}        
</script>

With this:
<SharePoint:ScriptLink language="javascript" name="init.js" OnDemand="true" runat="server"/>

The presence indicators came back.

No comments: