Changing the Links to the Getting Started Video
To change the link to the Getting Started video:
-
On the hosting server, open the configuration file
/usr/local/sb/config
. -
In the
[help]
section, add the following lines:getting_started_video_url = <video_link> getting_started_video_enabled = true
-
Save the file.
To use a custom Getting Started video for a specific language:
-
On the hosting server, open the configuration file
/usr/local/sb/config
. -
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.
-
-
Ensure that the file contains the following line:
getting_started_video_enabled = true
-
Save the file.
To remove the link to the Getting Started video:
-
On the hosting server, open the configuration file
/usr/local/sb/config
. -
Add the line
[help]
to the file. If it is already present, skip this step. -
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 changetrue
tofalse
. -
Save the file.