Strimy Video
Strimy is a plugin that allows you to easily integrate videos from the STRIMY platform into your WordPress site. With full support for oEmbed, shortcodes, and Gutenberg blocks. Key Features Automatic oEmbed: Simply paste the video URL and it will be automatically inserted Customizable shortcode: Full control over appearance and behavior Gutenberg block: Native integration with the block editor Elementor widget: Complete integration with Elementor Page Builder Video importer: Import and sync videos from your STRIMY account Universal theme compatibility: Advanced template system works with any WordPress theme Modern video display: Professional layout with metadata, categories, and responsive design Template customization: Easy theme integration with fallback system Autoplay: Optional autoplay control Responsive: Videos automatically adapt to any device How to Use 0. Video Importer Go to Strimy Video > Import to search, import and sync videos from your STRIMY account. 1. Automatic oEmbed Simply paste your video URL on a separate line: https://strimy.pro/v/889542830943 2. Shortcode Use the [strimy] shortcode with customizable options: [strimy id=”889542830943″] 3. Gutenberg Block Search for “Strimy Video” in the block editor and configure visually 4. Elementor Widget If you have Elementor installed, you’ll find the “Strimy Video” widget in the General category with advanced controls for complete customization. Shortcode Options id – Video ID (required) autoplay – Automatic playback (true, false) Automatic Aspect Ratio The plugin automatically calculates the player height maintaining a 16:9 ratio when: * You don’t specify the height parameter * Width is a fixed value (e.g: 800px) * Responsive mode is enabled Examples: * [strimy id="889542830943" width="800px"] – Height calculated automatically (450px) * [strimy id="889542830943"] – Fully responsive with 16:9 ratio Configuration Go to Settings > Strimy to configure: API Key (required for importing and accessing private videos) Autoplay configuration Video Importer The plugin includes a powerful importer that allows you to: Search videos in your STRIMY account Import videos as custom post types in WordPress Sync imported videos with the original source Manage metadata like title, description, duration and views Organize videos with categories and tags Theme Compatibility The plugin includes an advanced template system that ensures perfect compatibility with any WordPress theme: Universal fallback system: Works automatically with any theme without configuration Theme customization: Copy templates to your theme folder for complete control Modern video layout: Professional design with player-first approach Responsive design: Optimized for desktop, tablet, and mobile devices Template path: wp-content/themes/your-theme/strimy/single-strimy_video.php The plugin will automatically use your theme’s custom template if available, or fall back to the built-in responsive template. Developer Notes Available Hooks The plugin provides several hooks for developers: Filters: * strimy_oembed_default_width – Modify default width * strimy_oembed_default_height – Modify default height * strimy_oembed_iframe_attributes – Customize iframe attributes * strimy_oembed_container_class – Add CSS classes to container Actions: * strimy_oembed_before_render – Before rendering the video * strimy_oembed_after_render – After rendering the video Support For technical support, visit: * STRIMY Support Center * Plugin Documentation External Services This plugin connects to the STRIMY platform (strimy.pro) to provide video embedding and management functionality. STRIMY oEmbed API What it is: The STRIMY oEmbed endpoint converts video URLs into embeddable player HTML. What is sent: The video URL (e.g. https://strimy.pro/v/VIDEO_ID) is sent to https://strimy.pro/oembed to retrieve embed code. No personal user data is transmitted. When it is sent: Each time a STRIMY video URL is processed by WordPress (oEmbed lookup), or when the [strimy] shortcode renders a video. Service provider: STRIMY — Terms of Service | Privacy Policy STRIMY Videos API What it is: The STRIMY REST API allows importing and syncing videos from your STRIMY account into WordPress. What is sent: Your STRIMY API key is sent as an authorization header to https://strimy.pro/api/v1/videos. No visitor data is transmitted. When it is sent: Only when a site administrator uses the Strimy Video > Import page or saves settings that trigger an API key verification. Service provider: STRIMY — Terms of Service | Privacy Policy Privacy Policy This plugin does not collect or store personal user data. Videos are loaded directly from STRIMY servers and are subject to STRIMY’s privacy policy. Credits Developed by the STRIMY team. Icons by Dashicons.
Top keywords
- strimy41×5.84%
- video21×2.99%
- oembed13×1.85%
- videos13×1.85%
- theme9×1.28%
- strimy oembed8×1.14%
- api7×1.00%
- automatically6×0.85%
- id6×0.85%
- responsive6×0.85%
- sent6×0.85%
- template6×0.85%
YouList – YouTube playlist shortcode
This plugin adds the shortcode [youlist] so you can easily embed YouTube™ playlist defined by playlist id (PL in front of the playlist id) comma seperated video ids list user favorites user uploads search query in a single YouTube™ player. Live demo New in version 1.0.6 show random playlists with the new attribute ‘randompid’ added apply_filters for output, style, class and src bug fix New in version 1.0.5 enable nocookies enable the https protocol play videos in a specific quality (fx. hd720) enable wmode to handle z-index issues. Usage Examples To embed a playlist with thumbnails [youlist pid=”PL3FF15AA7ED356D9F”] To embed three videos with thumbnails (comma seperated video id list): [youlist vid=”ZF_K8D414-Y,sFHXWoawnt0,E2uOGOqIyC4″] To embed three videos without thumbnails: [youlist vid=”ZF_K8D414-Y,sFHXWoawnt0,E2uOGOqIyC4″ showinfo=”0″] To embed a playlist from the search string “higgs boson” [youlist search=”higgs boson” width=”600″ height=”400″] To embed a random playlist [youlist randompid=”PL3FF15AA7ED356D9F, PL9AEE7FF9E83DEA62, PL2B8DB1BD4364033F”] To embed a playlist for all uploaded videos for the user “mismag822″ [youlist uid=”mismag822″ listtype=”user_uploads”] To embed a playlist for all favorite videos for the user “mismag822″ [youlist uid=”mismag822″ listtype=”user_favorites”] To embed a playlist width your own custom style [youlist pid=”PL3FF15AA7ED356D9F” style=”width:300px;height:400px;z-index:1;”] To embed a user playlist with all the supported attributes (default values shown): [youlist uid=”mismag822″ randompid=”” showinfo=”1″ width=”680″ height=”480″ class=”youlist” autohide=”2″ autoplay=”0″ disablekb=”0″ listtype=”user_uploads” theme=”dark” modestbranding=”1″ controls=”1″ color=”red” fs=”1″ rel=”1″ start=”0″ loop=”0″ iv_load_policy=”1″ version=”3″ style=”” vq=”” nocookie=”0″ https=”0″ wmode=”” parameters=”” ] Ideas for how to use this plugin You can use it to display ad-video before or after the main video You can have your own short trailer before the main video You can collect lessons/tutorials/music videos You can use it for your YouTube™ playlist You can watch your friends favourites videos You can collect videos for your kid and watch it on your site … etc … Shortcode Parameters The youList-shortcode is a wrapper for most of the YouTube™ iframe parameters described here: https://developers.google.com/youtube/player_parameters iframe parameters: width [integer] – iframe width in pixels height [integer] – iframe height in pixels class [string] – iframe css classname style [string] – iframe css custom style parameters [string] – custom source parameters (¶m1=value1&…) youtube parameters: pid [string] – YouTube playlist ID uid [string] – YouTube user ID) vid [string] – Comma seperated YouTube Videos ID list randompid [string] – YouTube random playlist ID, from a comma seperated PID’s list listtype [playlist|user_uploads|search] – YouTube listtype search [string] – YouTube search string) theme [dark|light] – Dark or light control bar modestbranding [0|1] – Prevent the YouTube logo from displaying in the control bar showinfo [0|1] – Display thumbnail images for the videos in the playlist autohide [0|1|2] – Hide the video controls automatically after a video begins playing autoplay [0|1] – The initial video will autoplay when the player loads disablekb [0|1] – Disable the player keyboard controls controls [0|1|2] – Display the video player controls color [red|white] – The color in the video progress bar fs [0|1] – Display the fullscreen button rel [0|1] – Show related videos when playback of the initial video ends start [integer] – Play the video at the given number of seconds from the start of the video loop [0|1] – Play the entire playlist and then start again at the first video iv_load_policy [1|3] – Show video annotations version [2|3] – AS player version https [0|1] – Enable the https protocol nocookie [0|1] – No cookies thank you vq [small|medium|large|hd720|hd1080] – Change video quality