=== skiv video embedding ===
Contributors: museai
Tags: skiv, skiv.com, video search, embed videos, video player
Requires at least: 4.7
Tested up to: 6.8.2
Stable tag: 0.6.0
Requires PHP: 7
License: GPLv2 or later

This plugin enables skiv.com oEmbed links, and adds shortcodes to easily embed videos hosted on skiv.com.

== Description ==

This plugin simplifies the embedding of videos hosted on [skiv.com](https://skiv.com) platform.

It does three things:
 - whitelists skiv.com as an oEmbed provider (which lets you embed videos simply by pasting links),
 - adds shortcodes as an alternative method of embedding that gives you a bit more control,
 - adds an Elementor widget for embedding skiv.com videos.

The shortcodes are essentially a wrapper around skiv.com [embed library](https://skiv.com/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://skiv.com/v/VBdrD8v`

If you would like more control, you can use shortcodes. For example:

`[muse-ai id="VBdrD8v" width="100%" title="0" logo="https://tinyurl.com/yourLogoPNG"]`

== Changelog ==

= 0.6.0 =
* Rebranded from muse.ai to skiv.com.
* Main plugin file renamed from muse-ai.php to skiv.php.

= 0.5.1 =
* Bumped-up tested version number. Reduced tags.

= 0.5 =
* Sanitize and escape inputs to prevent CVE-2025-6262.
* Improvements to Elementor editor to allow custom logo.
* Added experimental extensions fo custom css and cta.

= 0.4.1 =
* Fix an Elementor widget issue that was preventing blocks from being removed.

= 0.4 =
* Basic Elementor widget.

= 0.3.4 =
* Support for more shortcode attributes.

= 0.3.3 =
* Support for `resume`, `align`, and `cover_play_position` shortcode attributes.

= 0.3.2 =
* Support for `start` and `loop` shortcode 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.
