Difference between revisions of "Widgets customizations"

From SimplyMeet.me
Line 20: Line 20:
 
For example, [https://app.simplymeet.me/o/testorganization?view=compact&view_type=members https://app.simplymeet.me/o/testorganization?view=compact&view_type=members]
 
For example, [https://app.simplymeet.me/o/testorganization?view=compact&view_type=members https://app.simplymeet.me/o/testorganization?view=compact&view_type=members]
 
</p>
 
</p>
 
+
[[File:Simplymeet members widget code.png|center]]
 
<p>
 
<p>
 
6. In case you need a widget with round robin meetings please add <strong>?view=compact&view_type=event_types</strong> to the organization url.
 
6. In case you need a widget with round robin meetings please add <strong>?view=compact&view_type=event_types</strong> to the organization url.
 
Example will look like this [https://app.simplymeet.me/o/testorganization?view=compact&view_type=event_types https://app.simplymeet.me/o/testorganization?view=compact&view_type=event_types]
 
Example will look like this [https://app.simplymeet.me/o/testorganization?view=compact&view_type=event_types https://app.simplymeet.me/o/testorganization?view=compact&view_type=event_types]
 
</p>
 
</p>
 +
[[File:Simplymeet team meetings widget code.png|center]]
 
<p>
 
<p>
 
7. In case you are using speciality tags and would like to have a widget with some tag(s) specific group of employees please add <strong>?view=compact&organizationTag[]=tag id number</strong> to the url, where '''tag id number''' is the number you can see before tag name in your [https://secure.simplymeet.me/organization/settings Organization profile].<br>
 
7. In case you are using speciality tags and would like to have a widget with some tag(s) specific group of employees please add <strong>?view=compact&organizationTag[]=tag id number</strong> to the url, where '''tag id number''' is the number you can see before tag name in your [https://secure.simplymeet.me/organization/settings Organization profile].<br>
 
The example of the tag specific url is <code>https://app.simplymeet.me/o/testorganization?view=compact&organizationTag[]=37</code>
 
The example of the tag specific url is <code>https://app.simplymeet.me/o/testorganization?view=compact&organizationTag[]=37</code>
 
</p>
 
</p>
 +
[[File:Simplymeet tag widget code.png|center]]
 
<p>
 
<p>
 
(you can use & between organizationTag elements to have a widget with several tags included, like <code>https://app.simplymeet.me/o/testorganization?view=compact&organizationTag[]=37&organizationTag[]=34</code>
 
(you can use & between organizationTag elements to have a widget with several tags included, like <code>https://app.simplymeet.me/o/testorganization?view=compact&organizationTag[]=37&organizationTag[]=34</code>
 
</p>
 
</p>

Revision as of 15:27, 26 January 2022

It may be necessary to have a separate widget for personal or round robin meeting types, or have a group of employees booking options listing.
It can be easily done with the widget code customization.

How to use

1. Please go to Embed code page in your account and copy the widget code.

Simplymeet embed code path.png

2. Copy and paste the code into your website's HTML where you would like to see your scheduling page.

3. (optional) Hide the top header with your avatar and welcome message by adding the ?view=compact parameter to the embedded URL, e.g. https://app.simplymeet.me/testbookingwebsite?view=compact

4. Copy your organization booking website url in the top right corner by clicking on the "Round Robin booking website" and replace the url in the widget code with it.

Simplymeet organization website link.png

5. To have organization widget with the list of employees for booking personal meetings only please add ?view=compact&view_type=members to the url. For example, https://app.simplymeet.me/o/testorganization?view=compact&view_type=members

Simplymeet members widget code.png

6. In case you need a widget with round robin meetings please add ?view=compact&view_type=event_types to the organization url. Example will look like this https://app.simplymeet.me/o/testorganization?view=compact&view_type=event_types

Simplymeet team meetings widget code.png

7. In case you are using speciality tags and would like to have a widget with some tag(s) specific group of employees please add ?view=compact&organizationTag[]=tag id number to the url, where tag id number is the number you can see before tag name in your Organization profile.
The example of the tag specific url is https://app.simplymeet.me/o/testorganization?view=compact&organizationTag[]=37

Simplymeet tag widget code.png

(you can use & between organizationTag elements to have a widget with several tags included, like https://app.simplymeet.me/o/testorganization?view=compact&organizationTag[]=37&organizationTag[]=34