This Bonusly widget is an easy and quick way to view and give bonuses! π Β This widget could appear on your company website or be embedded on your intranet (such as Igloo or Sharepoint for example). You can also add it to any HTML page that allows the use of an iframe.
General directions:
First, copy this HTML code below:
<iframe src="https://bonus.ly/widgets" style="width: 800px; max-width: 100%; min-height: 600px; border: none; overflow: hidden;" frameborder="0" allowTransparency="true"></iframe>
β
Next, you'll want to paste the code snippet into the HTML on the page where you want the widget to appear.
After you've saved it, you'll want to refresh your web page and you should see your Bonusly widget appear. πΒ
Once you sign into Bonusly via the Bonusly Widget your screen should show the home feed:
You can then give and view received bonuses just like you would in the Bonusly Application! πΒ
*If you click any of the hyperlinked words in the bonus from this widget it will open a new window where you can view this information from the Bonusly App. π
β
Adding Widget to Sharepoint Intranet
If you come across any issues trying to add the Bonusly widget to Sharepoint intranet, take the following steps to get the widget to work properly:
Whitelist Bonus.ly in the HTML Field Security section Sharepoint
Tweak the embed code to get the widget to appear
remove "min-" from HTML code
there is not the "min-" before the width portion of the code so it was removed from height and that enabled the widget to work correctly
Try the following:
<iframe src="https://bonus.ly/widgets" style="width: 600px; height: 800px"></iframe>
or:
<iframe src="https://bonus.ly/widgets" style="width: 800px; max-width: 100%; min-height: 600px; border: none; overflow: hidden;" frameborder="0" allowTransparency="true"></iframe>
Questions? Send us a note to [email protected]; we'd be happy to help!
Was this article helpful? Let us know by rating it below with an emoji and sharing your feedback!