You can use the Bookmarks in new tab enhancement to cause digital workplace bookmarks (My Bookmarks and Workplace Bookmarks) to open in a new tab when selected.
Sections in this article:
- Considerations
- Set up the enhancement
- Configure the enhancement
- Turn the enhancement on
- Turn the enhancement off
- Use this enhancement
Considerations
- Accessibility: Opening bookmarks in new tabs can poses accessibility issues.
Set up the enhancement
To set up the enhancement for the first time, follow the steps below. To request this enhancement to be set up in your digital workplace, contact our Igloo team.
Add enhancement code to the header
Warning
Adding code that contains errors can disrupt the functionality of your digital workplace. Use caution when adding code to this area.
Add the following code to the header of your digital workplace:
<!-- Bookmarks in new tab enhancement begins -->
<script src="https://igpcdnstaticsa.blob.core.windows.net/enhancements/Bookmarks-in-newtab/bookmarks-new-tab.js"></script>
<script>
bookmarksNewTab();
</script>
<!-- Bookmarks in new tabs enhancement ends -->
Configure the enhancement
There are no configuration options for this enhancement.
Turn the enhancement on
Once the code has been placed, the enhancement is ready to be used. If you have already turned the enhancement off following the steps in the Turn the enhancement off section below, you can remove <!-- before and --> after the middle lines, and save the changes to the header.
Turn the enhancement off
To turn the enhancement off, you can remove the code entirely or add <!-- before and --> after the middle lines, as shown below, and save the changes to the header.
<!-- Bookmarks in new tab enhancement begins -->
<script src="https://igpcdnstaticsa.blob.core.windows.net/enhancements/Bookmarks-in-newtab/bookmarks-new-tab.js"></script>
<script>
bookmarksNewTab();
</script>
<!-- Bookmarks in new tabs enhancement ends -->
Changes to:
<!-- Bookmarks in new tab enhancement begins -->
<!-- <script src="https://igpcdnstaticsa.blob.core.windows.net/enhancements/Bookmarks-in-newtab/bookmarks-new-tab.js"></script>
<script>
bookmarksNewTab();
</script> -->
<!-- Bookmarks in new tabs enhancement ends -->
Use this enhancement
When members select a bookmark in the digital workplace, it will open in a new tab.