How can I add hyperlinks on the banner frame
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2023 08:33 PM
I need to add some hyperlinks on the banner frame is there a way to get it done in ui16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2023 09:20 PM
Hi @Rehan_ahmad ,
You can Navigate to Now Experience Framework>Configuration Settings>UX banner Announcements>New
Make sure you check the "Add a link" checkbox to provide the link:
Then "SAVE"
Scroll down to related list, "Associated to configurations", Click on "New":
it should look like :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2023 10:56 PM
Hi @Community Alums ,
I wanted the hyperlinks on the banner itself but its coming above the banner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2023 06:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2023 07:53 AM - edited ‎06-20-2023 07:54 AM
Hi @Rehan_ahmad ,
Hope you are doing great.
You can add banner link by making changes in UI 16 -- customize banner:
- Navigate to the UI16 interface by clicking on the gear icon in the top-right corner of the screen and selecting "UI16" from the dropdown menu.
- Once in the UI16 interface, click on the "Customize Banner" link located on the top-right side of the banner frame.
- In the customization options, you will find a text box labeled "Banner HTML." This is where you can add the hyperlinks.
- To add a hyperlink, use the HTML anchor tag (<a>) and specify the URL and display text within the tag. For example, to create a hyperlink to "https://example.com" with the display text "Visit Example," you would use the following code:
<a href="https://example.com">Visit Example</a>​​
- You can add multiple hyperlinks by separating them with line breaks or any other formatting you prefer.
- Save the changes
Regards,
Riya Verma