Plugin Directory

Changeset 3447959


Ignore:
Timestamp:
01/27/2026 02:14:04 PM (2 months ago)
Author:
digidepot
Message:

Readme update only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tubelastica/trunk/readme.txt

    r3447427 r3447959  
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Tubelastica is a lightweight Gutenberg block for embedding YouTube videos with a clean, responsive layout that works well in both content areas and narrow sidebars.
     10Tubelastica 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.
    1111
    1212== Description ==
     
    1414Tubelastica provides a simple and reliable way to embed YouTube videos using a single Gutenberg block.
    1515
    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.
     16By 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.
    1717
    18 Tubelastica is especially useful for themes with narrow sidebars, where standard embeds may appear cramped or overflow their containers.
     18The 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.
    1919
    20 Features include:
     20External links are not supported.
     21
     22== Features ==
     23
    2124- Clean, responsive YouTube embeds
    22 - Optimized layout for narrow sidebars
     25- Optimized for narrow sidebars
     26- Optional custom link support
    2327- Optional caption support
    2428- Lazy loading using standard iframe embeds
    2529- No settings pages
    26 - No external assets loaded by the plugin
     30- No external assets
    2731- No tracking, ads, or upsells
    2832
    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? =
     36In 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? =
     39If 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? =
     42The 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? =
     45No. External links are not supported.
    3046
    3147== Installation ==
    3248
    33 1. Upload the `tubelastica` folder to the `/wp-content/plugins/` directory, or upload the ZIP file via the WordPress plugin installer.
    34 2. Activate the plugin through the "Plugins" menu in WordPress.
     491. Upload the `tubelastica` folder to the `/wp-content/plugins/` directory, or install the ZIP file via the WordPress plugin installer.
     502. Activate the plugin.
    35513. Edit a post, page, or widget area.
    36524. Add the **Tubelastica** block.
    37535. 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.
    5254
    5355== Screenshots ==
     
    5961
    6062= 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
    6667
    6768== Upgrade Notice ==
    6869
    6970= 1.7.3 =
    70 This release improves compatibility and removes external dependencies. Updating is recommended.
     71Recommended update for improved compatibility and stability.
Note: See TracChangeset for help on using the changeset viewer.