General - Custom HTML skins

Custom HTML skins allow you to completely integrate the look and feel of your current site with a DPG powered gallery.

Skins consist of a single HTML file which is added to your Digital Photo Gallery site.

To access custom skins first make sure to switch to development mode.

HTML Layouts are found in the pages section of your DPG site

Layouts can be edited using the built in code editor.

Most people choose to host any assets linked in their template from their primary website or CDN.

There are various includes which should be added to your HTML file:

<!-- DPG_PAGE_TITLE -->
<!-- DPG_STYLE_SHEETS -->
<!-- DPG_JAVASCRIPTS -->
<!-- DPG_OPEN_GRAPH -->
<!-- DPG_TWITTER_CARD -->
<div id="dpg_content"><!-- DPG_CONTENT --></div>
<!-- DPG_SOCIAL_CODE -->
<!-- DPG_PAGE_VIEW -->
<!-- DPG_GOOGLE_ANALYTICS -->