Linux 软件免费装

wordpress entuberate

开发者 kennethrapp
更新时间 2014年6月24日 12:00
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.6
版权: GPLv2 or later
版权网址: 版权信息

标签

youtube youtube embed youtube api

下载

详情介绍:

Convenient shortcodes for embedding youtube content (playlists, accounts and videos.) This plugin caches the json responses from Google's API locally to avoid rate-limiting. Displays playlists and accounts in a responsive format, and includes title, user information, description, etc.

安装:

Upload plugin-name.php to the /wp-content/plugins/ directory Activate the plugin through the 'Plugins' menu in WordPress *Add the following shortcodes to a post to embed the content. Note: because the plugin retrieves and caches the json from Youtube, the first load of the plugin may be slow, if there are a lot of items. [wp_entuberate_id id="NNNNNN" cache="120"] embed a single video. id = the youtube id (ex: https://www.youtube.com/watch?v=id) cache = number of seconds to cache the .json file locally (default is 120 seconds) [wp_entuberate_account user="NNNNNNNNN" cache="120" thumbsize="0"] show videos from a single account user = youtube username cache = number of seconds to cache the .json file locally (default is 120 seconds) thumbsize = the size of the thumbnail (-1 for no thumbnails, 1 for small, 2 for large) [wp_entuberate_playlist list=NNNNNNNN" cache="120" thumbsize="0"] list = list id (ex: https://www.youtube.com/playlist?list=id) cache = number of seconds to cache the .json file locally (default is 120 seconds) thumbsize = the size of the thumbnail (-1 for no thumbnails, 1 for small, 2 for large)

更新日志:

1.0