muse.ai is now Skiv. To keep your embeds working, the only change you need to make is replacing muse.ai with skiv.com in your URLs. Everything else — class names, JavaScript objects, video IDs, collection IDs, configuration options, data- attributes, query parameters, API responses, domain restrictions, and CSS customization — stays exactly the same.

Find and replace

FindReplace with
muse.aiskiv.com

Examples

Standard embed
<div class="muse-video-player" data-video="f5CdxcA" data-logo="0" data-width="576"></div>
<script src="https://skiv.com/static/js/embed-player.min.js"></script>
Iframe embed
<iframe src="https://skiv.com/embed/f5CdxcA?logo=0" width="576" height="239" frameborder="0" allowfullscreen></iframe>
JavaScript player
<div id="your-container"></div>
<script src="https://skiv.com/static/js/embed-player.min.js"></script>
<script>
  const player = MusePlayer({
    container: '#your-container',
    video: 'y8zH87z',
    width: 400
  });
</script>
Collections & search
<div id="muse-search"></div>
<div id="muse-videos-grid"></div>
<script src="https://skiv.com/static/js/embed-search.min.js"></script>
<script>
  MuseCollection({
    collection: 'TmB8Lt7',
    containerInput: '#muse-search',
    containerResults: '#muse-videos-grid',
    containerPlayer: '.muse-video-player',
    playerOptions: { video: 'r8NN6HD' },
  });
</script>
Video data
<div class="muse-video-data" data-video="FTBViRx" data-content="description"></div>
<script src="https://skiv.com/static/js/embed-player.min.js"></script>
API calls
https://skiv.com/api/files/info/VIDEO_ID
https://skiv.com/api/files/i/speech/VIDEO_ID

WordPress Hack

One way to make sure all embeds work with the domain name (skiv.com), without having to change all pages with embeds is to simply load the script in header (usually set under themes header.php):

<script src="https://skiv.com/static/js/embed-player.min.js"></script>

* This load from skiv.com will supersed and stop any other subsequent embed-player loads from the old domain (muse.ai).

WordPress Plugin

An updated Skiv plugin was recently released. This new version 0.6.0 is backwards compatible and will automatically use the new domain. All you will need to do is update

* Note that this specific plugin has reached its end of live, and a new one under the Skiv name will replace it.

oEmbed

If your CMS auto-embeds from pasted links, use skiv.com URLs going forward.

Redirects

All muse.ai URLs redirect to skiv.com during the transition, so nothing will break immediately. We recommend updating as soon as you can.

Need help?

If you run into any issues, reach out at skiv.com/contact.