=== DreamWidget ===
Contributors: dreamwidget
Tags: logo carousel, logo slider, youtube gallery, vimeo, twitch, tiktok, video gallery, embed
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed your DreamWidget Logo Showcase or Video Showcase (YouTube, Vimeo, Twitch, TikTok) with a block or a shortcode.

== Description ==

DreamWidget hosts and serves two widgets you design in a dashboard at dreamwidget.com and place on any site with one line: a Logo Showcase (scrolling rows, arches, grids, carousels of client and partner logos) and a Video Showcase (tabs of YouTube playlists and channels, Vimeo showcases, Twitch channels and TikTok videos, each playing in its own player over your page).

This plugin adds a DreamWidget block and a [dreamwidget] shortcode that print the same embed the dashboard hands out. Nothing runs on your server: the widget loads from DreamWidget's CDN, sized to its content, and every change you publish in the dashboard appears on your site without touching the page again.

= Shortcode =

[dreamwidget id="YOUR_WIDGET_ID" type="logos"]
[dreamwidget id="YOUR_WIDGET_ID" type="video"]

The widget id is the part after w= in the embed code on your dashboard.

= What is sent where =

The widget iframe loads from cdn.dreamwidget.com. When the widget is shown, a logo is clicked or a video is played, the widget reports that event, with the widget id only and nothing about the visitor, to uploads.dreamwidget.com so the widget's owner can see counts. No cookie is set. See https://dreamwidget.com/privacy.html.

== Installation ==

1. Upload the plugin folder to /wp-content/plugins/ or install the zip from Plugins, Add New, Upload.
2. Activate it.
3. Add the DreamWidget block to a page, or use the shortcode, with the widget id from your dashboard.

== Frequently Asked Questions ==

= Do I need an account? =

Yes, a free one at dreamwidget.com. The free plan has one widget of each kind with a small credit line; paid plans remove it and allow more.

= Does it slow my site down? =

The widget is an iframe from a CDN: about 4KB of page and 20KB of script, cached at the edge, loaded lazily. Nothing is added to your theme.

== Changelog ==

= 1.0.0 =
* First release: block and shortcode for the Logo Showcase and the Video Showcase.
