How to include a custom Home Page Component in a Skuid page?

We use TaskRay, and I’d like to use their home page component in a tab on my skuid home page. Is that possible?

It looks like the component is in a static resource “tr_homepage_widget_js”, maybe I can include that as a JS resource on the page, but then how to get it to render on the page?

The most often used solution for something like this is to iframe it into the Skuid page using the Template component. I can additionally use a Page Include to a visualforce page.

<iframe src="/apex/trtaskboard" width="100%" height="800px"/>

worked great, thanks!

my finaltemplate code

It’s not the taskray home page component, but this is probably better.