- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 02:31 PM
Let's say I want to include a preview of a website (say, a twitter profile or a youtube video) onto my service portal, what's the best avenue for doing this? I assume it's a type of widget, but I can't quite tell.
Thanks
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 12:59 AM
You can create a new widget and inside the HTML part for the widget, you can include the piece of code which pulls in the content from youtube.
For example if you want to include a video from youtube, you can use the following code inside the widget HTML (this code will be provided the content hosting service, in this case it is youtube).
<iframe width="560" height="315" src="https://www.youtube.com/embed/K7niFZmGawM" frameborder="0" allowfullscreen></iframe>
Hope this helps.
Thanks,
Rakesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2017 08:17 AM
I figured it out- just needed to hit "save" and the preview window populated it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2018 02:04 PM
Hi Ravi,
I am trying to do this on a catalog item. How would I do that?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2021 02:13 AM
Hello Rakesh what is the procedure to create widgets in service now so we can embeed a external url, please help us