Basic Integration

Embed a tiny snippet of Javascript & HTML code on your site and an embedded Umano player will show for articles that have been Umanofied.

Advanced Integration

Umano has created an SDK that allows content publishers to create a more integrated experience in their existing native apps.

Basic Integration

In order to display the embedded Umano player on your site, you need to include the following code snippet on each one of your article pages.

Sample Code

Embedded Umano Player

Click the play button below to try it out

Player Customization

Identifying content

Each one of your articles must have a unique URL, and there are two ways to tell the Umano player about it.

1) Include a canonical link tag in your HTML header

<link rel="canonical" href="unique article URL">

2) Include an additional attribute to the parent div:

data-canonical="unique article URL"

Customizing appearance

You can customize the player appearance in a few ways.

1) Update the player size by specifing a style on the parent div. Keep in mind that the minimum dimensions of the player are 140px by 40px.

style="width: 400px; height: 50px;"

2) Animate the player as it gets added to the page by adding an additional attribute to the parent div:

data-animated

3) Float the player at the bottom of your page by adding an additional attribute to the parent div:

data-floating

Additional details

▪ The mininum size of code downloaded to your site is less than 6K. An additional 43K are only downloaded if your article has been Umanofied.

▪ Our player is optimized to work on all modern HTML5 browsers, but it will also fallback to using Flash for older browsers.

▪ All Javascript is executed in a separate namespace to avoid any interference with your site's functionality.