Changeset 3447959
- Timestamp:
- 01/27/2026 02:14:04 PM (2 months ago)
- File:
-
- 1 edited
-
tubelastica/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tubelastica/trunk/readme.txt
r3447427 r3447959 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Tubelastica is a lightweight Gutenberg block for embedding YouTube videos with a clean, responsive layout that workswell in both content areas and narrow sidebars.10 Tubelastica is a lightweight Gutenberg block for embedding YouTube videos with a clean, responsive layout, designed to work well in both content areas and narrow sidebars. 11 11 12 12 == Description == … … 14 14 Tubelastica provides a simple and reliable way to embed YouTube videos using a single Gutenberg block. 15 15 16 The plugin focuses on clean output and compatibility. Videos are displayed responsively using a standard 16:9 layout, without decorative borders, colors, or additional UI elements added by the plugin itself.16 By default, the block behaves like a standard YouTube embed and plays videos inline. In narrow areas such as sidebars, the layout adapts to maintain a clean design and good user experience. 17 17 18 T ubelastica is especially useful for themes with narrow sidebars, where standard embeds may appear cramped or overflow their containers.18 The plugin focuses on minimal output and compatibility. Videos are displayed using a standard 16:9 responsive layout, without decorative borders, colors, or additional UI elements. 19 19 20 Features include: 20 External links are not supported. 21 22 == Features == 23 21 24 - Clean, responsive YouTube embeds 22 - Optimized layout for narrow sidebars 25 - Optimized for narrow sidebars 26 - Optional custom link support 23 27 - Optional caption support 24 28 - Lazy loading using standard iframe embeds 25 29 - No settings pages 26 - No external assets loaded by the plugin30 - No external assets 27 31 - No tracking, ads, or upsells 28 32 29 Tubelastica uses only local assets and standard YouTube embed URLs, following WordPress.org plugin guidelines. 33 == Frequently Asked Questions == 34 35 = Why do I see an image instead of a video in the sidebar? = 36 In narrow areas such as sidebars, Tubelastica may display a clickable video thumbnail to preserve layout and usability. 37 38 = What happens if I do not set a custom link? = 39 If the custom link field is empty, the block behaves like a normal YouTube embed and plays the video inline. 40 41 = Where should a custom link point to? = 42 The custom link should point to a page where the video can be watched, such as a post, page, or video watch page. 43 44 = Are external links supported? = 45 No. External links are not supported. 30 46 31 47 == Installation == 32 48 33 1. Upload the `tubelastica` folder to the `/wp-content/plugins/` directory, or uploadthe ZIP file via the WordPress plugin installer.34 2. Activate the plugin through the "Plugins" menu in WordPress.49 1. Upload the `tubelastica` folder to the `/wp-content/plugins/` directory, or install the ZIP file via the WordPress plugin installer. 50 2. Activate the plugin. 35 51 3. Edit a post, page, or widget area. 36 52 4. Add the **Tubelastica** block. 37 53 5. Paste a YouTube video URL and publish. 38 39 == Frequently Asked Questions ==40 41 = Does Tubelastica load external scripts? =42 No. The plugin does not load external JavaScript libraries or remote assets. Videos are embedded using standard YouTube iframes.43 44 = Does this plugin work in sidebars? =45 Yes. Tubelastica is designed to work well in narrow sidebar areas and widget blocks.46 47 = Are captions required? =48 No. Captions are optional.49 50 = Does this plugin add any settings or admin pages? =51 No. Tubelastica is intentionally simple and does not add settings pages.52 54 53 55 == Screenshots == … … 59 61 60 62 = 1.7.3 = 61 * Removed remote script dependencies 62 * Improved lazy loading using iframe embeds 63 * Fixed responsive layout issues 64 * Improved sidebar compatibility 65 * Code cleanup and stability improvements 63 - Removed remote script dependencies 64 - Improved responsive layout 65 - Improved sidebar compatibility 66 - Code cleanup and stability improvements 66 67 67 68 == Upgrade Notice == 68 69 69 70 = 1.7.3 = 70 This release improves compatibility and removes external dependencies. Updating is recommended.71 Recommended update for improved compatibility and stability.
Note: See TracChangeset
for help on using the changeset viewer.