- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:35 AM
Hi All,
On the Service Portal Home page, we have a community link. I have updated the link to redirect to external site as shown in the screenshots but its opening in the same windows. It should open in a new window. How is it possible without editing a widget?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 06:01 AM
there is other way to do this as well, if you dont want to clone the widget..
CTRL + Right Click >> "Instance In Page Editor " >> use below json
{
"target": {
"value":"_blank"
},
"link_template": {
"value": "Circle Icon",
"displayValue": "Circle Icon"
}
}
Now it will open in new tab.
If my answer helped you, kindly mark it as correct and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:53 AM
you have to clone the icon link widget and make the changes which have suggested on below HI Article.
https://hi.service-now.com/kb_view.do?sysparm_article=KB0683847

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:54 AM
Refer link for the same.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:56 AM
already mentioned in my above response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 06:01 AM
there is other way to do this as well, if you dont want to clone the widget..
CTRL + Right Click >> "Instance In Page Editor " >> use below json
{
"target": {
"value":"_blank"
},
"link_template": {
"value": "Circle Icon",
"displayValue": "Circle Icon"
}
}
Now it will open in new tab.
If my answer helped you, kindly mark it as correct and helpful.