Custom code
In Turtle you can add custom HTML content to various places of the album. Not ony to the BODY section but also to the HEAD section, add custom styles to the CSS and custom Javascript to the script block.
1 Info window button
By clicking this button a modal window will come up with a custom content you define in the Advanced → Album info window box.
2 Thumbnail area
Custom content added through the Advanced → HTML → Thumbnails box. The text got styling defined in the Advanced → CSS box.
3 Footer area
You can also add custom content to the footer area, below the thumbnails through the Advanced → Footer box. The text got styling defined in the Advanced → CSS box. You can also decide if the content appears only in the top level folder or on every page.
4 Custom link
No code is possible here, but you can add a custom link to the bottom footer Site → Custom link with anchor text an URL.
5 BODY attachment
Add any content at the end of the BODY section with this feature: Advanced → HTML → BODY. If you add HTML content here, ensure to make it positioned fixed
or absolute
, because the skin works full page, and doesn't expect anything go below the footer. You can also add external library calls here, or scripts.
Check out the actual codes I used to make this album.
