Custom Quick Link Widget

Author: Me. Blame me if it breaks.

Here’s how I built a custom ServiceNow widget that transforms ordinary links into vibrant, center-aligned cards.
Stylish? Absolutely.
Overengineered? Maybe.

Steps to Create this Custom Quick Link Widget

  1. From the All menu, navigate to Service Portal > Widgets.
  2. In the widget list, search for "Quick Links" and open its record.
  3. Once the widget record opens, click the Clone button located in the top-right corner. This will create a duplicate widget titled "Copy of Quick Links".
  4. Update the cloned widget’s Name, ID, and Description to reflect your custom version.
  5. Scroll down and update the widget’s HTML Template, CSS, Client Script, and Server Script sections as outlined in the following steps.
  6. Alternatively, you can import the pre-configured XML file provided at the end of this article to apply the custom layout and behaviour instantly.

Quick Navigation

HTML Template

CSS Styling

Server Script

Client Script

Final Result

You’ll get a responsive set of colorful cards centered on the page. Each card links to a different ServiceNow page or resource. This widget works great on Employee Center portals.

Quick Link Reference 1 Quick Link Reference 2