Embed your Roadmap in Sharepoint
SharePoint is a web-based collaborative platform that integrates with Microsoft Office. You can share your published roadmaps directly from SharePoint using an iframe embed.
To start, head to the Published Roadmaps page in the app ( https://app.prodpad.com/apps/) and then create a published roadmap if one doesn't exist already. Configure your roadmap with the views and filters you wish to use to communicate your roadmap to your stakeholders.
In the embed options slideout, copy the share link URL.
In Sharepoint, add an "Embed" web part to your page.
Paste in the share link URL in an 'iframe' HTML element. This should look something like the following
<iframe src="https://roadmap.prodpad.com/[your-embed-code]" width="1000" height="700"></iframe>
If the embed is configured correctly you should see your roadmap appear in the web part straight away.
The exact steps on embedding this webpage content into your SharePoint will also depend on your SharePoint security setting and access rights. You may need to make some further security configuration, this guide provides the steps needed if you need to configure HTML security.