Embed Code
Notes on folder structure
- Edit the PHP directory variable to point to the library home folder
- Create a folder with the story name
- Create a subfolder within the folder to hold the page content, adding multiple subfolders will create chapters.
- In order for PHP to read the subfolders in the correct order, the subfolder name will need to be prefixed with a double digit number, plus an underscore (e.g 00_Chapter Name); This prefix is used for sorting only an is removed prior to display.
- If the pages are displaying in the wrong order check the XML to see how your webserver is ordering the images and rename the files as required (001.jpg etc)
- Click the Generate HTML link next to each story to generate the embed code for your HTML page.