The Atomic Search Widget in D2L/Brightspace defaults to having Atomic Jolt branding turned on. If you wish to remove the branding, you can modify the widget settings and update the JavaScript to disable branding. This article provides instructions.
Steps to Disable Atomic Jolt Branding
1. Access Widget Settings
-
Log in to your D2L/Brightspace environment.
-
Click on the Settings Gear (Admin Tools gear icon) in the top navigation.
-
Select Homepage Management.
-
Navigate to the Widgets Tab.
-
Locate the Atomic Search Widget and click the Pencil (Edit) Tool.
2. Edit the Widget Content
-
In the widget editor, go to the Content section.
-
Click on the Source Code Button.
3. Modify the JavaScript
-
Copy and paste the following Javascript and REPLACE your current Javascript code with:
<div id="atomic-jolt-search-widget"></div>
<div><script>
window.atomicSearchConfig = {
orgTypeId: "{OrgUnitTypeId}",
link: "/d2l/common/dialogs/quickLink/quickLink.d2l?ou={orgUnitId}&type=lti&rcode=219823D4-9E08-4527-BC21-84EDA5FB6929-403&srcou=6606&launchFramed=1&framedName=Atomic+Search",
showBranding: "on",
}
var atomicSearchWidgetScript = document.createElement("script");
atomicSearchWidgetScript.src = "https://js.atomicsearchwidget.com/brightspace.js";
document.getElementsByTagName("head")[0].appendChild(atomicSearchWidgetScript);
</script></div> -
Change the
showBranding
setting from:showBranding: "on",
to:
showBranding: "off",
4. Save and Apply Changes
-
Click Save in the widget editor.
-
Refresh your homepage to ensure the changes take effect.
Verifying the Changes
-
Navigate to a page where the Atomic Search Widget is active.
-
Ensure that the Atomic Jolt branding is no longer visible.
-
If branding is still displayed, double-check the JavaScript modification and ensure the changes were saved properly.
By following these steps, you can control whether the Atomic Jolt branding appears in the Atomic Search Widget for your D2L/Brightspace instance.
For further assistance, please contact Atomic Jolt Support.