First create a page for where you want to show the feed (if you don’t have one already)
Then import your feed embed code
into the page header:
Click on the settings icon next to your newsfeed page - click Advanced - then paste the feed embed code
into the page header and save.
If you want the menu bar to be hidden on the page where you have the feed, then paste this code into the page header above the feed embed code:
<style>
#header, footer {
display: none!important;}
</style>
If you get double scrolling on your feed page, then you can fix it with a few simple steps; From the Home-menu head into the Design-menu - then click Custom CSS
When you’re in the Custom CSS section - paste this code:
body {
overflow: hidden;
}
Connecting your contact form to Knips, so new submissions are added as followers
Squarespace does not support the Knips webhook natively, so we have to do a walk-around by following the steps below:
From the main page click Settings - Advanced - Developer API Keys
When you have navigated your way here, click the Generate Key button - Then check the ’Forms’ option. Lastly click the Copy Key button and send it to your contact at Knips, and we'll connect the form to your Knips feed for you.