Content Max widget features

Features on start page

  • Download guide
  • Status on latest update
  • Destination facts
  • Change language
  • Local weather
  • Section menu
  • Link to section
  • Page navigation
  • Show all tiles

Features on POI level

  • Breadcrumbs
  • Back button
  • Map with all Pois in the area
  • Essential information

Content Max widget demo

Content Max widget examples

EuropeExpress

Content Max widget installation

1. Add this script tag where you want to show the widget which will automatically put it in an iframe.

<script type="text/javascript" id="ag-widget" src="//widget.arrivalguides.com/bundles/loader" data-partner="PartnerName" data-iso="DestinationIso" data-showlanguage="true" data-language="sv-SE"></script>

Or

<script type="text/javascript" id="ag-widget" src="//widget.arrivalguides.com/bundles/inspireLoader">
    {
        "partner": "PartnerName",
        "iso": "DestinationIso",
        "language": "sv-SE",
        "showLanguage": "true",
    }
</script>

2. Add your values

"partner" = Partner Name

"iso" = Destination iso (UPPERCASE)

"showLanguage" = Able to change language in widget. true or false

"language" = Page language (ISO639-ISO3166). Leave empty for default usage.