All Collections
I am an Administrator
Web Widget/Prospect Interface
When the Main Buddy Platform is embedded, can "Staff" be the default tab when the page is opened?
When the Main Buddy Platform is embedded, can "Staff" be the default tab when the page is opened?
Sean O'Dea avatar
Written by Sean O'Dea
Updated over a week ago

To direct a user directly to the Staff section of the Main Buddy Platform widget, add /buddies/staff to the URL. See example below:

It is also possible to make Staff the default tab when embedding the Main Buddy Platform widget.

In order to complete this, the src of the iFrame code snippet needs to be updated to included /buddies/staff appended to the end the URL.

For example, this is what the original code snippet would look like within the Integrations tab of the University Dashboard:

<iframe id="unibuddy-iframe" scrolling="no" src="https://unibuddy.co/embed/medical-college-of-wisconsin-pharmacy-school/colour/007066" title="Unibuddy" width="100%"> </iframe> <script src="https://cdn.unibuddy.co/unibuddy-iframe.js" type="text/javascript"> </script>
โ€‹

To modify the Main Buddy Platform code snippet, simply add /buddies/staff to the end of the URL before embedding the code. See example below:

<iframe id="unibuddy-iframe" scrolling="no" src="https://unibuddy.co/embed/medical-college-of-wisconsin-pharmacy-school/colour/007066/buddies/staff" title="Unibuddy" width="100%"> </iframe> <script src="https://cdn.unibuddy.co/unibuddy-iframe.js" type="text/javascript"> </script>
โ€‹

Once this change has been embedded within the iFrame, whenever the Main Buddy Platform is loaded , it would default to the Staff page. See below:

Did this answer your question?