Skip to content
Snippets Groups Projects

Change: moved section about embedding websites inline to corresponding section...

Merged Quantum requested to merge quantum/howto.rc3.world:master into master
2 files
+ 23
21
Compare changes
  • Side-by-side
  • Inline

Files

+ 11
11
@@ -292,6 +292,17 @@ Also note that websites which are outside of rC3 will be automatically prefixed
with a dereferrer, which will alert visitors that they are now "leaving the
event area".
#### Embed website "as map"
Web pages can also be included inline in maps, which means that they are displayed on the map.
To do this, create a layer of type `Object Layer` and assign it
the custom property `url` (type string).
Its value is then the URL of the web page to be included, that is to be included.
On this layer you create a rectangular area in which the area,
in which the web page will be displayed.
Additional information can be found in the official [WorkAdventure-HowTo](https://workadventu.re/map-building/website-in-map.md).
### Embedding Jitsi
You can embed Jitsi rooms in the same way. Simply set the custom property
`jitsiRoom` (type string) and assign it the name of your Jitsi room as its value.
@@ -311,17 +322,6 @@ a custom message to be displayed where the Jitsi can be opened by setting the
`jitsiTriggerMessage` property (which will overwrite the default "Press SPACE
or touch here to enter Jitsi Meet room").
#### Embed website "as map"
Web pages can also be included inline in maps, which means that they are displayed on the map.
To do this, create a layer of type `Object Layer` and assign it
the custom property `url` (type string).
Its value is then the URL of the web page to be included, that is to be included.
On this layer you create a rectangular area in which the area,
in which the web page will be displayed.
Additional information can be found in the official [WorkAdventure-HowTo](https://workadventu.re/map-building/website-in-map.md).
### Embedding Big Blue Button
This works essentially the same as with Jitsi: set `bbbRoom` to your room's name,
and `bbbTrigger` along with `bbbTriggerMessage` to prevent the room from popping
Loading