1. Click here to sign up for the photo Album
2. Customize your photo album and click Get Code
3. Copy the following code below into the Custom Footer Module
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" omit-xml-declaration="yes"/>
<xsl:template match="/Footer">
<![CDATA[
]]>
</xsl:template>
</xsl:stylesheet>
4. Now copy the Bravenet Photo Album code and paste it after the <![CDATA[ tag:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" omit-xml-declaration="yes"/>
<xsl:template match="/Footer">
<![CDATA[
<!-- Bravenet Embedded Service Code --><script src="http://apps.bravenet.com/go.js?service=photocenter;id=1;usernum=1375931407" type="text/javascript" charset="utf-8"></script>
]]>
</xsl:template>
</xsl:stylesheet>