Is it possible to embed remote desktop widget through iframe in my website? How?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is it possible to embed remote desktop widget through iframe in my website? How?
I want to Remote desktop mashup inside other website frame is one the way but I want to by pass entering credentials of thingworx from that.
- Labels:
-
Extensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, can you elaborate on your use case? I am not sure what it is you need to do.
Thanks!
Tori
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am referring to the case of embedding one web page inside other webpage, so here take remote desktop control provided by thingworx mashup is like a webpage which I want to embed inside other website but don't want Thingworx instance username password to asked by mashup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jitender, did you want to embed a ThingWorx Mashup in your custom webpage? This Mashup would have the Remote Desktop widget, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
yes thats correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi jitender hooda
It may be possible that you found your answer, for those who is looking for the same here is a sample code to embed twx mashup in webpage through iframe:
<html>
<head></head>
<body>
<iframe src="http://localhost:8080/Thingworx/Mashups/DesktopWidgetMashup?appKey=YOUR_APPKEY&x-thingworx-session=true"></iframe>
</body></html>
Thanks,
Meenakshi
