expo-IP CMS User Manual
To use the expo-IP CMS, you need any current browser that supports the current HTML5 standard without errors. This does NOT include the browser: Microsoft INTERNET EXPLORER.Widgets
- Widgets Icon, Show Directly
- Widget: ContactForm
- Widget: CompanyInfo
- Widget: Infobox
- Widget: Download
- Widget: Link
- Widget: YoutubeVideo
- Widget: VimeoVideo
- Widget: LocalVideo
- Widget: Gallery
- Widget GoogleMaps
- Widget: Candidature
- Widget: ConferenceList
- Widget: RecordingList
- Widget: LinkInternal
- Widget: StandList
- Widget: FairhallList
Widget Link
The "Link" widget only supports links to websites that are accessible via SSL encryption using the "HTTPS" protocol and are 100% responsive. Please also note that your website complies with the current EU data protection regulations.
There are two possibilities for linking to external websites:
Recommended variant: Open the external page directly at your stand in an iFrame. Visitors do not leave your stand, but can still see the external page and navigate through it. This variant can only work with external pages that accept display in an iFrame. Sites such as Youtube, Facebook, etc. block and prevent the display in an iFrame. If this is the case, use the optional variant.
Optional: By selecting the checkbox "Not via iFrame", the visitor will be redirected away from your stand and will leave the virtual trade fair. The visitor will be shown a corresponding warning message when clicking on the link.
Note for expo-IP Add-Ons
The URL you use can be supplemented by the URI parameters (method GET) to transmit the expo-IP subscriber data.
[vorname],
[nachname],
[email],
[CustomField id=<xx>]
Example:
Let's assume that the CustomField with ID 80 contains the customer number, which we want to transfer together with first name, last name and e-mail address. Then the following URL would be able to read the data as GET parameter:
https://www.expo-IP.com?vn=[vorname]&nn=[nachname]&em=[email]&KdNr=[CustomField id=80]