MFN Integration Guide
  • What is MFN
  • Overview
    • Getting started
    • Integration methods
    • Disclaimer / IPO
    • Caching
    • Checklist after integration
  • Integration methods
    • On-Demand API
    • Synced API
    • MFN Loader
    • IFrame Widget
  • Wordpress Plugin
  • MFN Widgets
    • Report archive
    • Email Subscription Widget
    • Media collection
  • API
    • Feed
    • Model
      • Tags
    • Demo Data
    • WebSub
      • Endpoint
      • Subscribe (optional)
      • Ping Extension (optional)
      • Code samples
      • Misc
    • Archive
    • Email Subscription Guide
Powered by GitBook
On this page
  • HTTP API
  • On Demand HTTP API
  • Synced HTTP API
  • MFN Loader
  • Iframe Widget
  • Wordpress plugin (Advanced)

Was this helpful?

  1. Overview

Integration methods

Overview

PreviousGetting startedNextDisclaimer / IPO

Last updated 1 year ago

Was this helpful?

HTTP API

  • Main integration method. All other methods are only implementations of the API.

  • Direct integration towards the MFN API

On Demand HTTP API

  • Each request to you site fetches live data directly from the MFN API

  • Can be used from backend or frontend

Synced HTTP API

  • Sync and store the news items from MFN API feed to your backend

  • Local copies of all news items in your own database

  • Provides to insert new items as they are published

    • The content can be signed with a HMAC signature according to the standard

    • The posthook can also be used just as a "sync trigger"

MFN Loader

  • Drop-in client side Javascript implementation of the On Demand HTTP API

  • Delivered as a script-tag with a configuration object that injects content into a specificed DOM element.

  • Quick to get started and implement

  • Customizable config and styleable using CSS.

Iframe Widget

  • For very quick integrations

  • Cons

    • Not easy to style from your side

    • Just basic functionality

Wordpress plugin (Advanced)

For experianced Wordpress users, there is our Wordpress plugin, which integrates with Wordpress's own database and thereby offers extended functionality.

Please note that the plugin integrates directly with the Wordpress database, which means that the Wordpress configuration and other plugins can affect the plugin, and sometimes cause problems. This option thus requires some own administration and is mainly intended for experianced Wordpress users.

  • Cons: not On Demand

  • Requires understanding of the WordPress database

On-Demand API
Synced API
WebSub posthooks
WebSub
MFN Loader
IFrame Widget
MFN Wordpress plugin