Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
Insert a video posted to Youtube for posts, pages and custom post types
Vídeo Destacado is a WordPress plugin that allows you to feature a YouTube video on your posts, pages, or custom post types. You can enter the YouTube video ID in a meta box, preview the thumbnail, and set custom dimensions for the video player.
This plugin is suitable for users who want to easily integrate YouTube videos into their WordPress content without extensive coding knowledge. It provides a shortcode for use in post content and functions for template integration.
Best for: This plugin is best for WordPress users looking to embed YouTube videos in their content.
What it does well
Where it falls short
Vídeo Destacado offers a straightforward solution for embedding YouTube videos, making it a practical choice for content creators who want to enhance their posts with video content.
Airton Vancin Junior's own description of Vídeo Destacado, lightly tidied.
Vídeo Destacado lets you feature a YouTube video on your posts, pages, or any public custom post type.
Simply enter the YouTube video ID in the dedicated meta box, preview the thumbnail, and set custom width and height.
Features:
* Enable on selected post types via Settings
* Thumbnail preview and real-time feedback in the editor
* Customizable player dimensions
* Secure nonce validation and input sanitization
* Properly enqueues admin scripts and styles
To display the featured video in your theme templates, call the function inside The Loop or anywhere you need it:
php
<?php video_destacado(); ?>
Or, for example, inside a custom query loop:
php
<?php
// The Query
query_posts( $args );
// The Loop
while ( have_posts() ) : the_post();
video_destacado();
endwhile;
// Reset Query
wp_reset_query();
?>
You can also use the shortcode in your post content:
[video-destacado]
To customize the dimensions, use the width and height attributes:
[video-destacado width=300 height=150]
Vídeo Destacado is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Vídeo Destacado is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Vídeo Destacado. If not, see http://www.gnu.org/licenses/.
Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies