Changeset 472692
- Timestamp:
- 12/09/2011 02:51:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-youtube-shortcode/trunk/simple-youtube-shortcode-readme.txt
r472194 r472692 1 === Plugin Name ===1 === Simple Youtube Shortcode === 2 2 Contributors: MatthewMarichiba 3 3 Donate link: http://www.marichiba.com/simple-youtube-shortcode … … 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 9 Simple Youtube Shortcode provides a shortcode to embed youtube videos or playlists, with basic options for sizing the player and styling with CSS. 9 10 10 11 == Description == 11 <b>Simple Youtube Shortcode<b> provides a shortcode to embed youtube videos or playlists, with basic options for sizing the player and styling with CSS. 12 13 **Simple Youtube Shortcode** provides a shortcode to embed youtube videos or playlists, with basic options for sizing the player and styling with CSS. 12 14 I needed a shortcode to simplify the task of embedding a YouTube video player into my website, allowing both single videos or playlists, with options for resizing and styling the player. 13 15 Simple Youtube Shortcode is the result. It does exactly that, and nothing more. 14 16 15 USAGE:16 Embed a single video: 17 = USAGE: = 18 **Embed a single video:** 17 19 [embed_youtube src="http://www.youtube.com/embed/4r7wHMg5Yjg" width="300" height="200" class="youtubestyle" id="thisid"] 18 20 19 Embed a play list: 21 **Embed a play list:** 20 22 [embed_youtube src="http://www.youtube.com/embed/4r7wHMg5Yjg" width="60%" ] 21 23 22 Pass parameters to the YouTube player to change its behavior: 24 **Pass parameters to the YouTube player to change its behavior:** 23 25 [embed_youtube src="http://www.youtube.com/embed/4r7wHMg5Yjg?modestbranding=1&autohide=1&showinfo=0&rel=0&start=35" width = "200" height="150" class="styleme"] 24 26 … … 27 29 == Installation == 28 30 29 1. Upload `simple-youtube-shortcode.php`to the `/wp-content/plugins/` directory31 1. Upload the `simple-youtube-shortcode` folder to the `/wp-content/plugins/` directory 30 32 1. Activate the plugin through the 'Plugins' menu in WordPress 31 1. // Place `<?php do_action('plugin_name_hook'); ?>` in your templates32 33 33 34 == Frequently Asked Questions == 34 35 Lay 'em on me. 35 36 36 37 == Screenshots == … … 38 39 39 40 == Changelog == 41 No changes of note yet. 40 42 43 == Upgrade Notice == 44 = 1.1.1 = 45 Updates to the readme only. 41 46 = 1.1 = 42 47 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.