EMBED URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 02:30 AM
HI
can anyone tell us how to embed the external URL into ServiceNow portal. Requirement is customer given URL and we need to embed the URL into service portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 02:34 AM
Hi @shabbir9
What exactly are trying to achieve? Do you want an iframe of a different website in the portal, or something like that?
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 02:38 AM
Hi @shabbir9 ,
You can create a new widget and within the HTML section of the widget, you can insert the following code.
<iframe width="560" height="315" src="https://www.customurl" frameborder="0" allowfullscreen></iframe>
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 07:30 AM
Thank you for the code sir. I appreciate you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 09:53 AM