Changing the Links to the Getting Started Video

To change the link to the Getting Started video:

  1. On the hosting server, open the configuration file %plesk_dir%\sb\config.
  2. In the [help] section, add the following lines:

    getting_started_video_url = <video_link>

    getting_started_video_enabled = true

  3. Save the file.

To use a custom Getting Started video for a specific language:

  1. On the hosting server, open the configuration file %plesk_dir%\sb\config.
  2. Add the following line below getting_started_video_url:

    getting_started_video_url_locale_<locale-name> = <localized_video_link>

    Where <locale-name> is the four-letter code of the Presence Builder locale (for example, en_US or ru_RU) in which the video will show. The following locales are supported:

    • en_US - American English.
    • en_GB - British English.
    • de_DE - German.
    • es_ES - Spanish.
    • fr_FR - French
    • it_IT - Italian.
    • ja_JP - Japanese.
    • nl_NL - Dutch.
    • pl_PL - Polish.
    • pt_BR - Brazilian Portuguese
    • ru_RU - Russian.
    • zh_CN - simplified Chinese.
    • zh_TW - traditional Chinese.
  3. Ensure that the file contains the following line:

    getting_started_video_enabled = true

  4. Save the file.

To remove the link to the Getting Started video:

  1. On the hosting server, open the configuration file %plesk_dir%\sb\config.
  2. Add the line [help] to the file. If it is already present, skip this step.
  3. Add the following line after the line [help]:

    getting_started_video_enabled = false

    If the file contains the line getting_started_video_enabled = true, just change true to false.

  4. Save the file.