I'm trying to add simpleviewer (http://www.simpleviewer.net/simpleviewer/) to my Wild Apricot website and can't seem to get it to work. It seems pretty easy to use. First you create a gallery, then you import your images, then you customize it, and finally you publish it. When you publish it, you save the gallery to a folder under the Wild Apricot resources section and it also creates an index.html file. Afterwards it says "Get Embed Code" and lists the Embed Code as:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
The problem is I am not sure where I use that code in Wild Apricot. I've tried copying and pasting this into the "Edit HTML" tab but it doesn't seem to work when I save it. Does anyone have any suggestions or help?
Thanks,
Matthew