Topic: Embedding into a HTML Page
Hi,
I have not understood the basics here, the progamme is about ticking boxes and getting super results BUT I fail on simple code placing... It would be great if someone could help..
I am using svBuilder pro version 2.20 with NEW Adobe AI R
To embed your gallery in an existing HTML page follow these instructions
1.Use svBuilder to create your SimpleViewer gallery.
2.Copy the entire contents of your SimpleViewer gallery folder into the folder that contains your HTML page.
3.In svBuilder, go to the Publish panel and copy the provided Embed Code. The embed code will look something like this:<!--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 -->4.Paste the provided code into the body of the HTML page where you want to the gallery to appear.
5.Load the HTML page in a browser to preview your gallery.
BUT HOW DOES IT KNOW exactly where my gallery is on my site.. I seem to be missing somthing..what goes on between point 4 and point 5.....where Do I do what?
At the moment I use this:
[pageview url="http://www.MYNAME/wp-content/gallery/SV_GALLERY_TESTING/index.html" width="960" height="960"]
that shows up on the the screen but not on the iphone (3g), have tried option enable AI on / off without success.
IF anyone would help that would be fantastic.
rwarren