Profile widget

This page describes how to us Bubi profile widget.

The profile widget can be placed in your page, by adding the following HTML snippet.

Note: that you need to add the scripts for widget as explained in Adding widgets page.

<bubi-profile-main></bubi-profile-main>

This widget enables user to view and edit their profile.

It is possible instead of loading the dashboard seen above, to load one the pages directly using hash path explained in an earlier section. For example to load the edit profile directly create a link like this:

<a href="/profile#/my-data/edit-profile">Edit my profile data</a>

The link above is hosted in a page located in /profile path served by partner's CMS site, and hosting the profile widget using the custom tag as shown above. The #/my-data/edit-profile hash path will cause the profile widget to load the edit profile form directly instead of the dashboard.

Here are a list of links and their function:

#/my-data/edit-profile Edit customer profile information such as name, address, mobile number, etc.

#/my-data/linked-services: This form allows user to link/unlink Facebook or Microsoft account to their Bubi Account. This can make login easier so that user can login with their Facebook or Microsoft login instead of having to remember Bubi Password.

#/my-data/authorized-providers This lists the Bubi partners who have the customer information in their booking software database. The user can then choose to opt-out and remove their information from those partners. Note: This does not remove the customer information from Bubi. #/my-data/mail-prefs: This form allows user to control receiving newsletter emails from Bubi and their partners. Note: This only controls newsletter preferences. Transaction mails such as information about booking confirmation, cancellation, password change, etc.

#/my-data/delete-profile: This page allows the user to delete their Bubi profile. Optionally, they can choose to keep their data at one or more of the Bubi Partners (in the booking software database). Note: If the customer decides to keep their data at the Bubi partner, and decide to create a new Bubi Account, the account will not be linked to their customer data at the partner.

Last updated

Was this helpful?