Widget Settings

Most widgets that we have available in our Dashboard can be customized according to the brokers’ requirements from the branding and functionality perspective.

Customisable widgets

If you see a Customize button when hovering over the widget, this means that you can change the widget’s settings to suit your needs.

53675714775_bdc4ae7d44_o

This is applicable to both React-based widgets, as well as iframe-based ones.

Most widgets require a setting to be created to work. If this is the case for the widget you are interested in, you will be asked to configure it the first time you open it. Don’t worry, you can always change the setting later.

53675739325_d594a6a235_o

Customisable components

Different widgets can support customisation of varying depths depending on the use case, but most widgets support customizing the following components.

Fonts

Most widgets have a field called “Font Family” that you can add the name of the font family that you will use in the website or app where the widget will be added.

NOTE: The widget is not going to carry the font declarations with it, it will simply use the required font family that is connected to your website. If the font family you add in the settings does not work in the widget, please ensure it is connected to the site you are loading the widget in.

Colours

The vast majority of widgets support full customization of the colours of all the components. This will help you align the look & feel of the widget to your brand style, which will make the widget look “native” within your platform or website.

Calls to Action

Widgets can be used for various goals, such as acquisition or engagement, and they support adding CTAs that help achieve these goals.

With CTAs the following can typically be configured

  • State: you can choose if you want the CTAs to appear or not
  • Look & Feel:you can make it stand out and capture attention immediately
  • Action: it can redirect the users to a particular URL, or, in the case of trading platforms, can open a trade ticket.
  • Text: the CTA could say “Trade Now”, or “Open an Account”. This value can also be translated into all supported languages.

53675510603_cd9c80dd95_o

Watchlist

Usually widgets allow interacting with multiple instruments, and sometimes these instruments may not match with what you are offering in your platforms.

The watchlist setting can be used to avoid showing unoffered instruments.

One setting can contain only one watchlist, but you can create multiple settings to hold different watchlists if you require.

If you don’t have a watchlist set up at the time of configuring a setting, you can create one directly from the settings menu. You’ll see the following note:

53675295326_828edb2f7c_o

Trading Platforms

Many widgets that we offer are also available as plugins or expert advisors for trading platforms like MetaTrader or cTrader.

Default Trading Platform Setting

You can choose the setting that will be visible to your users when they access the widget as an EA or a plugin. The setting that is used for this is called “Use this setting in MetaTrader”.

Disclaimer

Some widgets, like AnalysisIQ and Signal Centre, allow you to add a Disclaimer or a Risk Warning that will be visible to the users when they access the plugin.

These are the settings that are responsible for this:

  • Display Warning in MetaTrader EA - this is a flag that turns the disclaimer either on or off.
  • Disclaimer Text 1/2/3 - these are the parts of your disclaimer that will be displayed to the users.

This is the result:

53674424897_24654fdc49_o

If the user clicks “I decline” the plugin or the EA will be closed.

Using a customised widget

Once you modify the widget settings, name your setting and save it, you will be able to start integrating it in your website pages or apps.

53675314811_89ec8dcdb5_o

Here is what you can do on this page:

  1. Quickly switch between permitted languages
  2. Quickly switch between created settings
  3. Create another setting
  4. See how this widget setting will look on mobile, tablet, and desktop devices
  5. View the integration code
  6. Open the widget in a new tab

Opening the widget in a new tab (step 6) is perfect if you want to share this widget style to get approval for the style or get additional feedback.

View the integration code

This component is pretty important as it will enable you to retrieve the HTML that you will be able to add into your website pages or apps.

53676059155_83e17ba189_o

Clicking the “Show Code” button will open a modal window that will contain three tabs:

    • Widget Code: this tab contains the full HTML that you can integrate into your platform and it captures the previously saved settings using the settingId parameter, your unique API Key, and the language you selected on the previous page.
  • Additional Information: this tab contains details about the events and raw JavaScript settings that this widget supports. These values map to the settings that you configure in the settings editor.
  • Usage: this tab contains some additional information and guidelines about using this widget.

NOTE: Iframe widgets (that have an IFRAME badge on them), upon clicking the Show Code button, will show the <iframe> HTML element with the widget URL in the src attribute that you will be able to add into your webpage or app.

Using SettingId vs raw JavaScript settings

The settingId is stored on our servers after it’s saved, so it allows you to modify settings in the dashboard and they will apply to the widgets without having to redeploy the page where the widget is hosted. 

On the other hand, using raw JavaScript settings can provide you with greater flexibility with regards to modifying widget settings depending on some conditions on your website.

For example, without having to maintain two separate setting IDs for Light and Dark themes, you can modify the underlying widget settings depending on the selected theme.

Also, the raw JavaScript settings will override the setting that is tied to the settingId. For example, consider this widget snippet:

This configuration will tell the widget to use the Roboto font family even if another value is defined in the settingId.

What to do if a setting you need can’t be customised

If you see that a particular setting cannot be customised, you can try using CSS overrides to modify these elements.

You can find the required element using the Inspect Element functionality in the browser. The HTML classes that we use for elements are dynamically generated on every build, for example <div class="AcuityAnalysisIQ__controlsWrapper__XXPza">

Because of that, if you’d like to override CSS, you’ll need to use matching selectors, for example: