Links to Builder Help and Getting Started Video

To improve your brand recognition among your customers, add branded content to Web Presence Builder. Particularly, you can connect pages with your own user documentation and embed your own Getting Started video.

If the most of your customers are from a non-english speaking country, create a Getting Started video in their native language and embed it into Web Presence Builder.

You can add to Web Presence Builder branded content the following ways

Below is the list of available Web Presence Builder functionality customizations:

The image below shows the location of these links:

wpb-links

Customizing the Help Link

To change the link to user documentation:

  1. Open the configuration file config from the %plesk_dir%\sb\ directory on the Panel-managed server.
  2. Add the line [help] to the file. If it already exists, skip this step.
  3. Add the following line after the line [help]:

    help_url = "<link_to_your_documentation>?"

    For example: http://example.com/help.html?

    The value that you specify as help_url may contain the following placeholders:

  4. Save the file.

Changing the Link to the Getting Started Video

To change the link to the Getting Started video:

  1. Open the configuration file config from the %plesk_dir%\sb\ directory on the Panel-managed server.
  2. Add the line [help] to the file. If it already exists, skip this step.
  3. Add the following lines after the line [help]:

    getting_started_video_url = "<video_link>"

    getting_started_video_enabled = on

  4. Save the file.

Setting Custom Localized Getting Started Videos

To set a custom Getting Started video for a locale:

  1. Open the configuration file config from the %plesk_dir%\sb\ directory on the Panel-managed server.
  2. Add the following line below the getting_started_video_url :

    getting_started_video_url_locale_<locale name> = "<localized_video_link>"

    Where <locale-name> is the 4-letter code of Web Presence Builder locale (for example, en_US or ru_RU) in which will show the video.

    Note: The locale must be supported by Web Presence Builder.

  3. Ensure that the file contains the following line:

    getting_started_video_enabled = on

  4. Save the file.

Removing the Link to the Getting Started Video

To remove the link to the Getting Started video:

  1. Open the configuration file config from the %plesk_dir%\sb\ directory on the Panel-managed server.
  2. Add the line [help] to the file. If it already exists, skip this step.
  3. Add the following lines after the line [help]:

    getting_started_video_enabled = off

    If the file contains the line getting_started_video_enabled = on, just change on to off.

  4. Save the file.

Please send us your feedback on this help page.