ExternalPages
From Customer365 for SageCRM
You can embed external pages by copying the file
extwrapper_template.aspx
and renaming this
EG
mywebsite.aspx
and then in the web.config file create a setting with the same key value as the full page name
EG
<add key="mywebsite.aspx" value="http://crmtogether.com"/>
This embeds the page in an iframe within the portal.
- Please note that some sites like youtube will block you from using its content in an iframe.