Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

YouTube Feed

Опис

YouTube Feed allows for easy placement of a YouTube video feed anywhere on your posts, pages, or widgets using a shortcode.

  • Specify the YouTube video feed
  • Specify the number of videos to display
  • Set the display to horizonal or vertical
  • Set the thumbnail size

Shortcode Usage

  1. To add a YouTube feed to your posts, pages, or widgets use the following code:
    [plumwd_youtube_display]
  2. To add the YouTube Feed plugin to your WordPress theme use the following code inside your template: echo do_shortcode('[plumwd_youtube_display]');

The plugin also supports several attributes for the shortcode, below is a listing of the attributes and what their purpose is:

  1. channel -> this must be set or the feed will not display Usage:
    [plumwd_youtube_display channel=”plumwd”]

  2. videonum -> The number of videos to display. Will return the most recent videos uploaded to the feed. Usage:
    [plumwd_youtube_display channel=”plumwd” videonum=”4″]

  3. display -> accepts two different options: horizontal or vertical. Usage:
    [plumwd_youtube_display channel=”plumwd” display=”horizonal”]

  4. size -> Choose from four different size options xsmall, small, medium, large. Usage:
    [plumwd_youtube_display channel=”plumwd” size=”small”]

Скріншоти

  • Shortcode editor
  • Live Example

Встановлення

  1. Download and unzip the file.
  2. Place the entire contents of the directory into your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Часті питання

For help please visit http://www.plumeriawebdesign.com

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“YouTube Feed” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “YouTube Feed” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.1.1

  • Fixed broken path

1.1

  • Changed how the feed is grabbed so that the file is stored locally

1.0.1

  • Fixed footer credits