Media Management Interface
This guide provides a comprehensive overview of how to add, configure, and manage MMIs using the ParOne platform.
Adding MMIs
Click on “Media Managment Interface” in the sidebar, and click “Add MMI” in top right part of the screen.
Configuring MMIs
Add a thumbnail to identify this MMI in the list of MMIs.
Give your MMI a title.
Configuring what the MMI allows users to do
Select a sidebar settings. You can customize the order these items appear.
Add CSS Styling to make your MMI your own.
Remember to Save!
Integrating MMI
The MMI system is available both as a single all-in-one component, where the entire UI is in one page & one tag, and as a collection of standalone components that can be integrated into separate pages.
All-in-one
Add
<script>
TagInclude the ParOne MMI SDK script tag in your website’s
<head>
section.Insert
<parone>
Tag Insert the ParOne MMI tag into your site’s<body>
section. ReplaceYOUR_MMI_KEY
with your MMI key. ReplaceUSER_AUTH_TOKEN
with a token that authenticates the current user for the MMI specified.
Standalone
Add
<script>
TagInclude the ParOne MMI SDK script tag in your website’s
<head>
section.Insert
<parone>
Tag The MMI system Insert the ParOne MMI tag into your site’s<body>
section. Each component has its own tag and requires an mmi-key and auth-token to be provided. The relative paths to use for navigating to the other pages must also be provided. ReplaceYOUR_MMI_KEY
with your MMI key. ReplaceUSER_AUTH_TOKEN
with a token that authenticates the current user for the MMI specified.Content List
Content Editor
Reports