How to Embed Assembly in SharePoint or WorkVivo
Learn how to embed Assembly’s Recognition experience into SharePoint or WorkVivo so employees can access it directly within your internal tools.
Last Updated: March 25, 2026
In this article:
Overview
Make recognition and rewards part of your everyday workflow by embedding Assembly directly into SharePoint or WorkVivo. This article covers the steps needed to set up and display the experience within your internal platform.
How embedding works:
- Provide your CIM with your Sharepoint or WorkVivo URL.
- Your CIM will coordinate internally to allowlist the provided URL.
- Once this has been completed, your CIM will confirm that your URL has been allowlisted and you can move forward with embedding.
- Follow the steps below to complete the embedding.
Embedding Steps for Sharepoint:
- First, you’ll need to allowlist the following domains to Sharepoint:
- Then, add content to your page using the Embed web part to embed Recognition using the following code:
<iframe
src="https://app.joinassembly.com/"
width="600"
height="700"
style="height: 700px; width: 600px; max-width: 100%; min-height: 700px; border: none; overflow: hidden; border-radius: 6px;"
frameborder="0"
allowTransparency="true"
></iframe>
- src = "https://app.joinassembly.com/" - therefore, it will embed this URL
- width = "600" - this can be adjusted as needed
- height = "700" - this can be adjusted as needed
Embedding Steps for WorkVivo:
How to Add an iFrame

-
Open the Page or News Article you want to edit.
- In the editor, navigate to Tools.
- Select Source Code.
- Paste the iFrame or embed code shown below.
- Save your changes.
- The embedded content will then appear within the page.
WorkVivo iFrame Code
<p><iframe src=" https://app.joinassembly.com/" width="100%" height="1000px" frameborder="0" marginwidth="0px" marginheight="0px" scrolling="yes" allowfullscreen="allowfullscreen" data-mobile-width="100%" data-mobile-height="1000px"></iframe></p>
- src = "https://app.joinassembly.com/" - therefore, it will embed this URL
- width = "100%" - it will take up as much width as possible within the Page/Article
- height = "1000px" - its height will be set to 1000 pixels
- scrolling = "yes" - the iFrame is scrollable and won't be static