How can I add hyperlinks on the banner frame

Rehan_ahmad
Tera Contributor

I need to add some hyperlinks on the banner frame is there a way to get it done in ui16

5 REPLIES 5

Community Alums
Not applicable

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:

SandeepDutta_0-1687234715792.png

Then "SAVE"

Scroll down to related list, "Associated to configurations", Click on "New":

SandeepDutta_1-1687234792965.png

it should look like :

SandeepDutta_2-1687234839038.png

 

Hi @Community Alums ,

I wanted the hyperlinks on the banner itself but its coming above the bannerScreenshot (6).png

Community Alums
Not applicable

HI @Rehan_ahmad ,

That's the only latest feature which you can use unfortunately.

 

Riya Verma
Kilo Sage
Kilo Sage

Hi @Rehan_ahmad ,

 

Hope you are doing great.

 

You can add banner link by making changes in UI 16 -- customize banner: 

  1. 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.
  2. Once in the UI16 interface, click on the "Customize Banner" link located on the top-right side of the banner frame.
  3. In the customization options, you will find a text box labeled "Banner HTML." This is where you can add the hyperlinks.
  4. 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

 

 

Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma