Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WP YouTube Counters

Описание

Adds shortcodes to show YouTube channel’s subscribers and video views count. For both shortcodes YouTube Channel ID and YouTube API Key is needed.

For performance reasons the data is refreshed once every 12 hours. This can be modified with «timeout» parameter (value in hours).

Shortcodes are as follows:

  • youtube_views_count — for channel video views count
  • youtube_subscribers_count — for channel subscribers count

Parameters are as follows:

  • id — YouTube channel ID (How to get YouTube channel ID? https://support.google.com/youtube/answer/3250431?hl=en)
  • key — YouTube API key for browser (How to get YouTube API key? https://developers.google.com/youtube/registering_an_application#Create_API_Keys)
  • timeout — cache timeout (value in hours) /default is 12 hours/

For example:

  • [youtube_views_count id=’YOUR_CHANNEL_ID’ key=’YOUR_API_KEY’]
  • [youtube_views_count id=’YOUR_CHANNEL_ID’ key=’YOUR_API_KEY’ timeout=’1′]

Установка

  1. Download *.zip file with plugin contents
  2. Extract plugin from the *.zip file
  3. Upload all extracted files and folders to the /wp-content/plugins/wp-youtube-counters directory
  4. Activate the plugin through the ‘Plugins’ menu in WordPress

Отзывы

Нет отзывов об этом плагине.

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

«WP YouTube Counters» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «WP YouTube Counters» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.2

  • Added caching of YouTube data to lower the use of Google API

0.1

  • Initial release of the plugin