MFN Loader in CMS

An example on how to integrate the MFN loader in a CMS

  1. 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
  1. Download the zip from the Integration PDF. This will autofill the Feed_ID in the code.

Image of where to download MFN-loader Zip
  1. Create new page in CMS or decide on existing page to add the press release feed.

  2. Add block called Custom HTML/Code etc. where HTML code can be added

Example of code block in CMS
  1. 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.

  2. Add the code to your HTML block in the CMS

MFN-Loader script added in code block
  1. 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

  2. Create a new page in the CMS for the single.html code.

  3. Add code from single.html in an HTML block

  4. Add CSS either from theme or your own

  5. Copy path from single page in CMS

Example path to where single code is published
  1. Add in Feed code at single_view_url

Single path added in MFN-loader Feed code
  1. Now the Feed and the connection to the single page is set up.

MFN_loader integrated in CMS

Last updated

Was this helpful?