Title: Vídeo Destacado
Author: Airton Vancin Junior
Published: <strong>نومبر 5, 2012</strong>
Last modified: جنوری 8, 2026

---

پلگ انز تلاش کریں

![](https://ps.w.org/video-destacado/assets/banner-772x250.png?rev=3394713)

![](https://ps.w.org/video-destacado/assets/icon-256x256.png?rev=3394713)

# Vídeo Destacado

 منجانب [Airton Vancin Junior](https://profiles.wordpress.org/airtonvancin/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/video-destacado.1.7.5.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/video-destacado/#description)
 * [جائزے](https://ur.wordpress.org/plugins/video-destacado/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/video-destacado/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/video-destacado/#developers)

 [معاونت](https://wordpress.org/support/plugin/video-destacado/)

## تفصیل

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

### Usage

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]

### License

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/](http://www.gnu.org/licenses/).

### Support

 * Site [Site](http://www.airtonvancin.com/)
 * Twitter [Twitter](https://twitter.com/airtonvancin)
 * GitHub [Github](https://github.com/airton/video-destacado)

## اسکرین شاٹس

 * [[
 * Featured Video meta box in the post editor
 * [[
 * Vídeo Destacado settings page under Settings menu

## انسٹالیشن

#### Installation from within WordPress

 1. Visit **Plugins > Add New**.
 2. Search for **Video Destacado**.
 3. Install and activate the Video Destacado plugin.

#### Manual installation

 1. Upload the entire `video-destacado` folder to the `/wp-content/plugins/` directory.
 2. Visit **Plugins**.
 3. Activate the Video Destacado plugin.

#### After activation

 1. Visit the new **Settings > Video Destacado** menu.
 2. Enable the individual modules you would like to use.

## عمومی سوالات

### How to display the video in the post?

Insert in your template page
 `php <?php video_destacado(); ?>

### You can seugerir modifications and ideas for this plugin?

Sure you can, go to this link [Featured Video] (https://github.com/airton/video-
destacado)

### What version of PHP do I need?

Sites must be built on PHP 5.6 or greater, but Jetpack always supports the latest
version of PHP.

## جائزے

![](https://secure.gravatar.com/avatar/5135bf4dff425b210e5815e61a7d23d9aaf1592f61a01b8a9e040989e1f560b5?
s=60&d=retro&r=g)

### 󠀁[Not working anymore](https://wordpress.org/support/topic/not-working-anymore-229/)󠁿

 [estebandido](https://profiles.wordpress.org/estebandido/) نومبر 21, 2022

This plugin is not working anymore, It has not been updated for the last 2 years.

![](https://secure.gravatar.com/avatar/6daa0e3676ee755620d83252f3c5f68004516127150b1ff2880099021d573fd6?
s=60&d=retro&r=g)

### 󠀁[Better Installation instructions](https://wordpress.org/support/topic/better-installation-instructions-2/)󠁿

 [Jhollman](https://profiles.wordpress.org/jhollman/) ستمبر 3, 2016

when you say: Enter the following code inside the loop What exactly id "The Loop”
you are talking about??? Please be clear. Thanks.

 [ تمام 6 جائزے پڑھیں ](https://wordpress.org/support/plugin/video-destacado/reviews/)

## شراکت دار اور ڈیویلپرز

“Vídeo Destacado” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ 
لیا:

شراکت دار

 *   [ Airton Vancin Junior ](https://profiles.wordpress.org/airtonvancin/)

“Vídeo Destacado” کا 4 زبانوں میں ترجمہ کیا گیا ہے۔ تعاون کے لیے [مترجمین](https://translate.wordpress.org/projects/wp-plugins/video-destacado/contributors)
کا شکریہ۔

[“Vídeo Destacado” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/video-destacado)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/video-destacado/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/video-destacado/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/video-destacado/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/video-destacado/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.7.5

 * Feat: Add shortcode to display featured video.

#### 1.7.4

 * Fix: Address security warnings and update plugin version
 * Fix: Escaping of video ID, width, and height in metabox input fields.
 * Fix: Missing unslash for nonce verification.
 * Fix: Missing sanitization for register_setting.

#### 1.7.3

 * Feature Make the plugin translatable

#### 1.7.2

 * Revamped Description section in readme.txt for clarity
 * Normalized readme.txt to WordPress plugin readme standard
 * Removed duplicate Changelog section

#### 1.7.1

 * Limited tags to 5 to comply with WordPress.org guidelines
 * Fixed "Tested up to” field to use a valid WordPress version
 * Added Settings link in the Plugins page action links
 * Enabled post & page by default on activation

#### 1.7.0

 * Added direct-access guard (`ABSPATH`) and switched includes to `plugin_dir_path()`
 * Refactored meta-box nonce, sanitization and `save_post` logic
 * Changed Add/Remove controls to real submit buttons so the post form saves the
   meta
 * Thumbnail preview now injected above the ID list, uses HTTPS and proper escaping
 * Enqueued admin JS/CSS via `admin_enqueue_scripts` (replacing deprecated hooks)
 * Rebuilt settings page with the Settings API and dropped legacy activation toggle

#### 1.6.0

 * Cosmetic changes

#### 1.0

 * Add page settings (Settings  Vídeo Destacado)

#### 0.2

 * Add width and height of the player

#### 0.1

 * Highlighted in the video display post, page and custom post types.

## میٹا

 *  Version **1.7.5**
 *  Last updated **4 مہینے پہلے**
 *  Active installations **30+**
 *  WordPress version ** 3.0 یا اس سے جدید **
 *  Tested up to **6.9.4**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/video-destacado/)، [French (Canada)](https://fr-ca.wordpress.org/plugins/video-destacado/)،
   [Russian](https://ru.wordpress.org/plugins/video-destacado/)، [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/video-destacado/)،
   اور [Swedish](https://sv.wordpress.org/plugins/video-destacado/).
 *  [اپنی زبان میں ترجمہ کریں](https://translate.wordpress.org/projects/wp-plugins/video-destacado)
 * Tags
 * [destaque](https://ur.wordpress.org/plugins/tags/destaque/)[page](https://ur.wordpress.org/plugins/tags/page/)
   [post](https://ur.wordpress.org/plugins/tags/post/)[video](https://ur.wordpress.org/plugins/tags/video/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/video-destacado/advanced/)

## درجہ بندیاں

 4.2 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/video-destacado/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/video-destacado/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/video-destacado/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/video-destacado/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/video-destacado/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/video-destacado/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/video-destacado/reviews/)

## شراکت دار

 *   [ Airton Vancin Junior ](https://profiles.wordpress.org/airtonvancin/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/video-destacado/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](https://www.buymeacoffee.com/airton)