Table of Contents
1. How to use it2. How to test it visually3. How to embed the Floating Action Button4. Customize my FABFrequently asked questions
You can embed this widget into all or selected pages on your website to get as many visits to a live show as possible. The widget will become visible to all the users browsing your website when a live show happens.
- Let website visitors know there are live shows
- Automatically captures a video preview from a live show
- Easy for visitors to choose if they want to keep watching or minimize
- Present this widget on any page where you can run javascript
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.
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
- Go to Dashboard->Widgets->FAB
- Enable ‘Automatically add live shows
- 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;
- Create a show in your show setup page
- Tick the box for Floating Action Button
- Start the show from your phone
- Head over to Widgets and copy the embed code at the bottom of the page
- Go to your site, open console (right-click & go to Inspect - Console)
- Paste the code and delete <script> in the beginning and </script> in the end
- Press enter - The Floating Action Button is live 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
As a Standard and Enterprise Tier client, you can customize your branded FAB in a lot of different ways and elements. We have made a comprehensive brand book that includes everything you need to create your branded FAB. You can explore what you can customize, how it will look like, and how you submit your request.
- Branded HEX-codes
- Shape
- Branded screen background
- And more!
- Explore the Widgets Brand Book here!
Once you have decided how you want your FAB to appear from the brand book, you submit your chosen alternatives. Once your brand request has been submitted to Bambuser, it will be handled within 5-6 business days.
Submission form available both for Numbers and Excel:
Bambuser - Widget Design Order Form.xlsx
Bambuser - Widget Design Order Form.numbers
- Complete the form and save it
- Open your email & attach the order form
- Send the email to support@bambuser.com
- Your design will be visible within 5-6 business days
This is your org ID, it can be found in your URL once logged in to the dashboard.
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
- Go to FAB settings
- Enable "Include ended shows"
- Click on CHANGE SHOW
- Select the ended show to promote
Auto-select Last Ended Show
- Go to FAB settings
- Enable "Auto-select last ended show"
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