Enable the suite of highighting features in seconds.
Insert this single line of code in the <footer> of the web pages containing a video. Then contact us to whitelist your website.
<footer> ... <script src="https://themoment.tv/site/themoment.js?cust=sample"> </script> </footer>
If your video player is contained within an iFrame, contact us and we will provide a modified script.
Offer a browser extension so your users can tag and share moments from many different streaming services.
With theMoment plugin for Wordpress
Contact Moment to set up an account. Download the SDK from github, then install and initialize. The following sample code adds Moment features to the player.
Coming next quarter
let url:NSURL = NSURL(string: "http://theMoment.tv") let moviePlayer:MomentPlayer = MomentPlayer(contentURL: url) moviePlayer.view.frame = CGRect(x: 10, y: 10, width: 160, height: 90) self.view.addSubview(moviePlayer.view)
Contact Moment to set up an account. Download the SDK from github, then install and initialize.
Coming next quarter