이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Lightweight YouTube Channel Widget

설명

Use this plugin when you want to display a list of recent YouTube videos from a
channel or playlist in your site’s sidebar.

This plugin is a fork of Aleksandar Urošević’s YouTube
Channel
. This plugin is much
more lightweight and does only have a subset of YouTube Channel’s features.

The videos are each only presented with a thumbnail, and optionally also its
title and/or description. Clicking a thumbnail takes the user to the video’s
page on YouTube. This results in a much smaller codebase and no additional
front-end dependencies. The original plugin, YouTube Channel by Aleksandar
Urošević, on the other hand depends on several JavaScript libraries
(jQuery, FitVids.JS and
Magnific Popup), which
potentially makes the whole WordPress site both slower to load and use.

Features

  • Display latest videos from YouTube channel, favorites or playlist.
  • Option to get random videos from resources mentioned above.
  • The videos are displayed with a thumbnail.
  • Clicking a thumbnail takes the user to the video’s page on YouTube.
  • Custom caching timeout.

Styling

You can use the style.css from your theme to style the widget’s content.

  • .youtube_channel – Main widget wrapper class (non-responsive block has
    additional class default, responsive block has additional class
    responsive).
  • .ytc_title – Class of video title above thumbnail.
  • .ytc_video_container – Class of a single item’s container wrapper.
  • .ytc_video_1, .ytc_video_2, … – Class for the container of a single
    item where the number is the item’s placement in the list.
  • .ytc_video_first – Class of the first item’s container.
  • .ytc_video_last – Class of the last item’s container.
  • .ytc_video_mid – Class of all other containers.
  • .ytc_description – Class for video description text.

Developer

The full source code of the plugin can be found on Github at
github.com/MaTachi/lightweight-youtube-channel-widget.

Credits

스크린샷

  • Customizing the widget.
  • The widget in action.
  • The widget without the title descriptions.

설치

  1. Upload the plugin’s directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Add the widget to one of your theme’s widget areas.

FAQ

Who should I direct support questions to?

Daniel Jonsson. Aleksandar Urošević has not been involved in this fork.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Lightweight YouTube Channel Widget”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Lightweight YouTube Channel Widget”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

10.0 (2015-01-03)

  • Initial release