Fullpage Installation
DML Fullpage Collections are designed to fill the body of a page with a list of articles. This layout would be similar to many subsection pages on websites. Fullpage Collections are easy to integrate into your site, using a couple of lines of html and javascript.
Step 1: Create a new page on your site
Create an empty page on your website using a standard section page template. The Fullpage Collection is designed to fit into the body of the page. You could include a right rail in the template if you wish.
Step 2: Embedding the Collection
Copy and paste the generated embed code onto a page to try it out.
<div
data-stackid="sample"
data-layout="fullpage"
data-items="20"
class="dml-widget-container"
></div>
<script async src="https://c.go-fet.ch/a/embed.js"></script>
Swap out the value in the data-stackid attribute for the ID of the collection that you wish to embed.
If you wish to show less items on the page, change the data-items attribute to the number of items you wish to display.