White Label for Integrators (WLI)

WLI: Iframe Customization

🔗 Iframe Customisation Parameters

You can customise certain aspects of the iframe by adding parameters to the code you build. Details below:


1. redirect: landing page

Specifies the first page displayed after successful authentication. If not modified, it will default to Analytics. This is possible values:

  • Analytics (/evolution)

  • Calendar (/planner)

  • Inbox (/inbox)

  • Smartlinks (/smartlink)

  • Advertising (/advertising)

  • The connections panel (/connections)

  • The brand settings panel (/evolution/settings/brandSetting)

  • Enable read-only mode (readOnly)

    💡 To correctly redirect to the connections page, you can use: ?redirect=evolution/settings/connections

    💡 Here is a hypothetical example that uses a non-existent token to illustrate its application: https://app.metricool.com/autoin/KHDLAEAUEHUOLAKQCIJJXW?redirect=Inbox

2. networks: networks to be displayed

Connected networks will always be displayed, regardless from networks parameter values set. It should also be considered networks you add to your iframe will be visible. The allowed values are:

  • web

  • facebook

  • instagram

  • twitter

  • linkedin

  • Bluesky

  • Threads

  • gmb

  • pinterest

  • tiktok

  • youtube

  • twitch

  • facebookAds

  • googleAds

  • tiktokAds

3. lang: interface language

This parameter will allow you to change the language in which the interface is presented to your end client. The supported languages are:

  • es: Spanish

  • en: English

  • fr: French

  • pt: Português (Portugal)

  • br: Português (Brasil)

  • de: Deutsch

  • it: Italian

  • da: Dansk

  • nl: Netherland

4 email: notifications trough email

There are two types of email customization:

  • If you wish to set sender's email address, request it trough our *live chat. *We do this using a SMTP setting. Check here for more details.

  • If you wish to add a list of additional email addresses (/notificationAddresses=), the list of addresses must be separated by apostrophes ('_') or by a semicolon (;_ ;).

In this last option, you are redirecting operational emails, such as calendar error messages, disconnection warnings and post remindings to each email added in your iframe.

5. feweekStartsOn: first day of your working week

Allows you to choose the day the week starts in the calendar. The values are:

  • 1 for Monday

  • 7 for Sunday

6. Specific Colors for the Brand

Set an individualized analysis color palette for your brands, indicating each value by its hexadecimal code. The available colors are:

  • blue

  • teal

  • pink

  • yellow

  • lightYellow

  • darkYellow

  • purple

  • cyan

  • red

  • green

  • slate

  • charcoal

  • cobalt

You also have an example of how to add these parameters in the iframe link:

Additional Resources:

✅ WLI: Initial Customization (here)

✅ SMTP Email Customization (here)

✅ WLI: Common Errors during iframe Integration (here)

Was this helpful?