MFN Loader in CMS
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.

Download the zip from the Integration PDF. This will autofill the Feed_ID in the code.

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

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

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

Add in Feed code at single_view_url

Now the Feed and the connection to the single page is set up.

Last updated
Was this helpful?