My Youtube Playlist

描述

This plugin adds a youtube video and a list of thumbnails of your choice. The thumbnails are clickable and replaces the youtube video without reloading the page. The interface is fully customizable from the css.

All you have to do to add a list to your post is to add a line like this:
[myyoutubeplaylist LO3n67BQvh0, WGOohBytKTU, iwY5o2fsG7Y, PyKNxUThW4E, 1cX4t5-YpHQ, SJ183htYl-8, eWwoHPrrJYY, bja2ttzGOFM]

The id’s like “LO3n67BQvh0” for instace is youtube-clip id’s. LO3n67BQvh0 is the clip found at http://www.youtube.com/watch?v=LO3n67BQvh0, so to show a youtube-clip simply take part of the url after “v=”. Then simply add more id’s separated by “, “.

Responsive plugin is responsive so it will work on all themes and screensizes!

螢幕截圖

  • The plugin in action. Showing the first clip and the playlist.

安裝

This section describes how to install the plugin and get it working.

  1. Upload “my-youtube-playlist” to the “/wp-content/plugins/” directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Add the hook in a post. Example: [myyoutubeplaylist LO3n67BQvh0, WGOohBytKTU, iwY5o2fsG7Y, PyKNxUThW4E, 1cX4t5-YpHQ, SJ183htYl-8, eWwoHPrrJYY, bja2ttzGOFM]

常見問題

None, yet.

評價

2021年10月23日
Плагин не подошел, т.к. не поддерживается показ рекламы в моих видео. При попытке удаления этого плагина выводится сообщение: "Нельзя удалить плагин, пока он активен на основном сайте".
閱讀全部2個評價

貢獻者及開發者

“My Youtube Playlist” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 My Youtube Playlist 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

2.54

  • Domain Path

2.53

  • Cleaner videos
  • Modest branding (modestbranding=1)
  • No info (showinfo=0)
  • No related videos outside of the embedded video (rel=0)
  • Last video loop bug fixed

2.52

  • Update navigation
  • Corrected playlist

2.51

  • Better Previous button

2.50

  • Changed embed from Object to Iframe
  • Added parameters for continuous play of playlist
  • Next and Previous buttons in player now plays videos from your list

2.44

  • Tested 5.3.2

2.43

  • WP_DEBUG, clean

2.42

  • Tested up to
  • Contributors

2.41

  • Adding assets

2.4

  • Better thumbnails

2.31

  • Smaller thumbnails

2.3

  • Some cleanup

2.0

  • Responsive! Now it works on all screen sizes!
  • Uses enque for scripts and styles
  • Uses jQuery
  • Support for http and https
  • Better support for different themes

1.2.2

  • Css update

1.2.1.a

  • Requires and Tested versions.

1.2.1

  • Updated css to make it smoother

1.2

  • When clicking a clip from the playlist it automatically starts playing.

1.1

  • Fullscreen support added.
  • Moved the loading javascript outside the containers for better loading order.
  • I’ve also added the embed-tags again even though it is not Xhtml-valid simply because that is what Google Reader uses to show flash, and to have the plugin working is more important than getting less warnings when validating.

1.07

  • If only one (1) YouTube id is added to the hook, like [myyoutubeplaylist LO3n67BQvh0] the playlist (containing the only clip) is not shown.

1.06

  • Changed row 21 in myYoutubePlaylist.css
    From “.myYoutubePlaylist_YoutubeMovie embed, .myYoutubePlaylist_YoutubeMovie object {” to “.myYoutubePlaylist_YoutubeMovie, .myYoutubePlaylist_YoutubeMovie embed, .myYoutubePlaylist_YoutubeMovie object {”
    As a result the youtube area keeps its size when clicking the playlist.
  • Changed the IE check in myYoutubePlaylist.js to javascriptcheck for all IEs, added rows 3-11, changed rows 24 and 30
    As a result it works on all IEs too.
  • Changed the IE check in myYoutubePlaylist.php to all IEs (to <!–[if IE]> from <!–[if lte IE 6]>)
    As a result it works on all IEs without javascript too.

1.05

  • Correcting path to files due to folder structure

1.04

  • Correcting folder structure

1.02

  • 100% valid XHTML
  • Updated myYoutubePlaylist.php and myYoutubePlaylist.js

1.01

  • No longer beta

0.33

  • Subversion problems

0.32

  • Subversion problems

0.31

  • Noscript added

0.2

  • Finishing

0.1

  • Creation