- 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 07:07 AM
That worked. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2023 08:26 AM
This worked! Thank you!