Comment on page
Embedding an Osmos Uploader
This page outlines the implementation process for installing an Osmos Uploader button from the Osmos platform onto your webpage.
- 2.
- 3.Access to your webpage HTML
Note: You can also embed your Osmos Uploader within a React app. See below for instructions.
Step 1: Navigate to your web hosting provider's page configuration menu
Step 2: Copy the HTML Snippet from the Osmos platform

Step 3: Paste the snippet into your web page at the point where you'd like it to display on the page. Include both script tags and the button element together.
Step 4: Edit the snippet to set custom
displayName
and description
values for schema. These will be shown to the user in place of the actual name. Note that you should not change the ordering of the fields from the order it appears in the snippet example.
To Embed Osmos Uploader in a React App, please use the GitHub example below:
Last modified 21d ago