Need to open KB articles in new tab in portal when clicked
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 08:19 AM
Hi,I have a requirement like there is widget in which the kb articles were displayed and when I click on any kb article it should open in new tab.For now it was opening in the same tab.
Any suggestions would be helpful.Thanks inadvance!!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 08:42 AM
In the KB Article, edit the link to open in a new window (_blank)
Then, edit the HTML code to configure to open in a new tab, instead of a new window by adding "noreferrer"
<a href="http://www.link.com" target="_blank" rel="noopener noreferrer">Text in KB article.</a>