- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To create true rich content and save click I would like to embed content in difference to linking to them.
Especially i would like to embed discussions and modules in a page.
Is this possible?
(I've tried with Iframe but you get the full page including the left menus and that does not look good..)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@lars_vemund_sol , as you have noted, no, there really isn't a way to embed Canvas specific content in a page in Canvas because you end up getting the full page (left and right sidebar stuff) included with the content.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@lars_vemund_sol , as you have noted, no, there really isn't a way to embed Canvas specific content in a page in Canvas because you end up getting the full page (left and right sidebar stuff) included with the content.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know this is an old thread but you can embed discussions using the html below:
<p><iframe src="YOUR_URL_HERE?embedded=true " width="100%" height="500"></iframe></p>
"?embedded=true" is what does the trick.
Thanks to Shar in this post: https://community.canvaslms.com/t5/Question-Forum/Can-you-display-the-Announcement-Stream-in-a-Discu...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Ant_Rosey, this answer works, however when the page is less than around 780px wide a black menu appears on top of the iframe.
Also when the iframe is full width a white border appears on the left pushing all the content over around 150px to the right.
Do you know how to fix these issues?
