media-explorer
media-explorer copied to clipboard
With Media Explorer, you can now search for tweets and videos on Twitter and YouTube directly from the Add Media screen in WordPress.
Give to the user the option to preview videos, for example popping up a lightbox with the video.
Demo'd this to some VIPs and had some feedback that a visual indicator in the search results showing which bits of content that have already been embedded would be useful.
Also add a link to deselect them all. wp.media.view.Selection is the view that we must use for this.
For tweets with pictures, is it possible to show those previews in the Media Explorer? Do we get the media URL back in the search results? I thought I had...
## Issue On PHP 8.2, the plugin throws the following deprecation warnings: ```php PHP Deprecated: Creation of dynamic property Media_Explorer::$file is deprecated in /my-cool-path/wp-content/plugins/media-explorer/class.plugin.php on line 27 ``` ```php PHP...