Installing LiveHelpNow in OfficeLive template

How do I install LiveHelpNow code on my OfficeLive powered website?

  1. Insert custom footer or custom header module.
  2. Insert the following code:
<?xml:namespace prefix = xsl /><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output omit-xml-declaration="yes" method="text"></xsl:output>
<xsl:template match="/">
<!--[CDATA[
 INSERT LIVEHELPNOW CODE HERE
]]-->
</xsl:template>
</xsl:stylesheet>

Related articles