Hub widget containing an external page/URL

Is there a way to encapsulate an external page into a Widget ?

I would like to create a dashboard that shows info from many other websites, directly referring to their URLs so they can be embedded in a iframe-like mode.

0
3 comments
Avatar
Liubov Melnikova
Official comment

Unfortunately, it's not possible currently.

Avatar
Permanently deleted user

You could potentially write your own widget. It's pretty easy to do following the tutorial in the docs.

0
Avatar
Permanently deleted user

I tried creating a custom widget, bu the <iframe> generated by HUB explicitly declares 

sandbox="allow-scripts allow-pointer-lock"

...so the loaded page is not able to use (i.e) cookies and other mandatory features for a "normal" page.

Any idea to overcome this ugly limit ?

0

Please sign in to leave a comment.