Using query parameters

The widget is capable of opening a modal with a specific screen on startup when instructed using a query parameter

You can use the msopen query parameter on any page the widget is installed on. Path sections starting with : are placeholders, values need to be substituted in in their place. Placeholders, ending with ? are optional and can be omitted I.e., given a domain of `https://example.com`, a content id of `abc123` and a path of /content/:contentId/:viewingPreference? the following URLs can be generated: - https://example.com?msopen=/content/abc123 - https://example.com?msopen=/content/abc123/popup

Recognized paths

Last updated