Embedding Content into Guru Cards
Guru Cards support embedding files, videos, and external content from other platforms to help your team centralize and access the information they need. You can embed any content that provides an embed code, including files from Google Drive, SharePoint, OneDrive, Figma, PDFs, and more.
Access Required
Only Collection Owners and Authors can embed content into Guru Cards.
Note
Guru does not index content from embedded files for search.
However, text in uploaded files (like PDFs) will be indexed.
Embedding externally hosted files using an embed code
- Copy the embed code from the external platform.
- In Guru, create or edit a Card.
- Click where you'd like the content to appear.
- Insert a Markdown block:
- Click the Markdown icon in the editor toolbar, or
- Type
/markdown
and select Markdown.
- Paste the embed code into the Markdown block.
- Click Preview to confirm display.
Embedding uploaded files in a Guru Card
- Upload the file to the Card using the File icon.
- Right-click the uploaded file's text and select Copy Link Address.
- Insert an Iframe block using
/iframe
or the Iframe icon. - Paste the copied link and click Save.
- Adjust the block height using the slider at the bottom.
Embedding Microsoft Office files (Word, Excel, PowerPoint)
- Open the file in Office for the Web (not the desktop app).
- Click File > Share > Publish to Web, then choose Embed.
- Copy the embed code.
- In Guru, insert a Markdown block and paste the code.
- Click Preview to review the display.
Embedding OneDrive or SharePoint files
- You can embed individual .docx, .pptx, .csv files from OneDrive and SharePoint using the instructions above.
- SharePoint web parts, like Document Libraries or Lists, cannot be embedded.
Embedding video content
From video platforms (YouTube, Wistia, Vimeo, etc.)
- Copy the video’s share link or embed code from the platform.
- In Guru, paste it directly into the Card.
- Share links auto-generate a Video block.
- Embed codes generate an Iframe block.
- Adjust height using the block’s slider if needed.
From your computer
- Upload the video using the File icon in the editor.
- Right-click the uploaded file and Copy Link Address.
- Insert an Iframe block.
- Paste the copied link and click Save.
- Resize the display using the block’s slider.
Using Markdown
-
Insert a Markdown block.
-
Paste this embed code, replacing the URL:
<video controls src="PASTE COPIED LINK HERE"></video>
Updated 18 days ago