Widgets customizations: Difference between revisions
No edit summary |
No edit summary |
||
| 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> | ||