=== muse.ai video embedding === Contributors: museai Tags: video embed, iframe, muse.ai, muse ai, embed, oembed, shortcode, shortcodes, embed video, embed wordpress, video hosting, video host Requires at least: 4.7 Tested up to: 6.1 Stable tag: 0.3.2 Requires PHP: 7.0 License: GPLv2 or later This plugin enables muse.ai oEmbed links, and adds shortcodes to easily embed videos hosted on muse.ai. == Description == This plugin simplifies the embedding of videos hosted on [muse.ai](https://muse.ai) platform. It does two things: whitelists muse.ai as an oEmbed provider (which lets you embed videos simply by pasting links), and adds shortcodes as an alternative method of embedding that gives you a bit more control. The shortcodes are essentially a wrapper around muse.ai [embed library](https://muse.ai/docs#embed-player). To embed videos using oEmbed, simply paste a video link into a separate line in your post or page. For example: `https://muse.ai/v/VBdrD8v` If you would like more control, you can use shortcodes. For example: `[muse-ai id="VBdrD8v" width="50%" title="0"]` == Changelog == = 0.3.2 = * Support for shortcode start and loop attributes. = 0.3.1 = * Support for WordPress 6.1. = 0.3 = * Support for more shortcode attributes. = 0.2 = * oEmbed support for more video link types.