An example on how to integrate the MFN loader in a CMS
Start by looking the preview link in the integration PDF. Decide if you want to use any of the provided themes: Default, Flat and Grid. They can also be seen in the documentation.
Image of where to find preview link
Download the zip from the Integration PDF. This will autofill the Feed_ID in the code.
Image of where to download MFN-loader Zip
Create new page in CMS or decide on existing page to add the press release feed.
Add block called Custom HTML/Code etc. where HTML code can be added
Example of code block in CMS
Copy code from list, list_flat, list_grid or list_multi depending on the appearance you want. In this example, the list.html will be used.
Add the code to your HTML block in the CMS
MFN-Loader script added in code block
Add CSS from the selected theme or add your own CSS. It can be added either in <style>-tag or thought the CMS.
For example, from themes → default → list.css
Create a new page in the CMS for the single.html code.
Add code from single.html in an HTML block
Add CSS either from theme or your own
Copy path from single page in CMS
Example path to where single code is published
Add in Feed code at single_view_url
Single path added in MFN-loader Feed code
Now the Feed and the connection to the single page is set up.