Welcome to Bambuser Knowledge Base. Whether you're seeking information, looking for solutions, or simply exploring, we're here to assist you every step of the way.

Increase visibility with the Floating Action Button


Delete

Who can use this feature?

Users on a Lite, Standard, or Enterprise plan

Can't find this feature in your Dashboard? Please reach out to your point of contact at Bambuser.


You can embed this widget on all or selected pages of your website to attract more visitors to your live or recorded shows. The widget will be visible to all users browsing your site whenever a live show is happening or a recorded show is available.

Key Features:

  • Promote live and recorded shows: Let visitors know about upcoming live events or watch recorded shows at their convenience.
  • Automatic video preview: Captures a video preview from live or recorded content.
  • User control: Visitors can choose to keep watching the show or close the widget easily.
  • Flexible placement: Present the widget on any page where JavaScript is supported.
  • Visibility on PDPs: Ensure product detail pages showcase relevant content.   


     

1. How to use it

You can activate the Floating Action Button from the Widget section or the show setup page. On your Floating Action Button settings page, you can select a show which should be presented when the show is live. On this page, you can also choose the position of the Floating Action Button in the drop-down menu and get the script needed to implement.

Delete

Note

You first need to create a show on the show setup page to add a show from the Widgets section.


You can also select a specific show which should be visible with the Floating Action Button on a particular show’s setup page by ticking the box. Ensure that you have embedded the code accordingly. Otherwise, it will not show on your site.

Automatically add live shows

Add every show to your floating action button in one click.

  1. Go to Dashboard->Widgets->FAB
  2. Enable ‘Automatically add live shows
  3. Then all shows other than the test show will be auto-assigned to FAB




Important: 
When the ‘Automatically add live shows’ is enabled, only the latest live show will win the place. Any show that goes live before the first show ends will never be shown on FAB. After the first show has ended, it will auto-start the next living show on FAB. 



2. How to test it visually

You can test what the Floating Action Button will look like on your website. The functionalities as opening the player wholly will not proceed. However, this is a great way to visually present how it will appear on your website.

This is how you do it;

  1. Create a show in your show setup page
  2. Tick the box for Floating Action Button
  3. Start the show from your phone
  4. Head over to Widgets and copy the embed code at the bottom of the page
  5. Go to your site, open console (right-click & go to Inspect - Console)
  6. Paste the code and delete <script>  in the beginning and </script> in the end
  7. Press enter - The Floating Action Button is appearing on your site!


Delete

Top tip!
You can of course add the FAB to your GTM in your staging environment and start a show. In that case, you can easily see how it will look like on your site


3. How to embed the Floating Action Button


On your FAB settings page, press the Copy button in the Embed part found on this page. This copies the embed code, which can be inserted on any page where you want to present the FAB.

Tip: if you want to present this FAB on multiple pages or based on other rules, it’s a good idea to include this script either globally on your site or consists of this script in your Google Tag Manager(or alike).

For implementation documentation on how to embed the Floating Action Button, please visit our Bambuser documentation here.


4. Customize my FAB

Your FAB will automatically adopt the theming settings configured in the Theming section of Settings, including colors, fonts, and font colors

Delete

Behaviour for FAB when showcasing LIVE shows

  • If the FAB has been set to showcase live shows, the FAB will only show the show when it is live
  • Every time the page is refreshed then FAB will appear for 30 sec
  • If you are surfing on the same page FAB will not appear unless the page is refreshed
  • If you click the FAB and close the show and not refresh, then FAB will not appear again


5. How to add ended shows to FAB

If you are on the Bam Player, you are also able to add already ended shows to your FAB. Still on the Standard Player? Read this guide on how to easily switch. 


Manually Select Ended Shows

  1. Go to FAB settings
  2. Enable "Include ended shows" 
  3. Click on CHANGE SHOW
  4. Select the ended show to promote


Auto-select Last Ended Show

  1. Go to FAB settings
  2. Enable "Auto-select last ended show" 


Delete

Behaviour for FAB when showcasing ended shows 

  • You can choose to toggle Include ended shows, meaning that you can manually click on CHANGE SHOW to select which ended show you want to promote
  • You can also choose to toggle Auto-select last ended shows, meaning that your most recent ended show will automatically be showcased in the FAB
  • If you toggle both live and ended shows, the live show will be prioritized and the ended show will start playing when the live show is done



6. Frequently asked questions


Can I change the position of the FAB?                                           

Yes, you can change the position through the code. Since the floating action button can be shown on smaller screens (mobile), each offset is specified with two numbers; first the number to use for smaller screens and the other for desktop. If you want to have a different offset, the embed code is where to do it.

window.__bfwOffsX = [8, 100];
(This changes the distance from the right/left to be 100px. On mobile the distance is 8px.)

window.__bfwOffsY = [8, 100];
(This changes the distance from the bottom to be 100px. On mobile the distance is 8px.)

window.__bfwOffsX = [8, 200];
window.__bfwOffsY = [8, 100];
(This changes the distance from the right/left to be 200px and the distance from the bottom 100px, on desktop. On mobile the distances are 8px.)


Delete

Can I change the color/font of the FAB?                                                 

Yes, but you will need help from the Bambuser team and these settings and changes will apply not only to the Floating Action Button but for the Channels too. Please reach out to your Bambuser point of contact for more information.


Delete

Does the FAB support landscape?                                          

Yes, it will change depending on the dimensions of the broadcast. If the broadcast has a width that is equal to or higher than the height it will be considered landscape.


Delete

Is it possible to change the size of the FAB button?                 

It is currently not possible to change the size of the FAB button.


Delete

Can I change the text of the FAB?                                              

Yes, you can change the text.


Delete