Plugin Directory

Changeset 472692


Ignore:
Timestamp:
12/09/2011 02:51:13 AM (14 years ago)
Author:
MatthewMarichiba
Message:

I updated the readme, which wasn't rendering correctly in the WordPress Plugin directory. Note to self: Fill in all sections, use the Readme Validator (http://wordpress.org/extend/plugins/about/validator/), and don't use HTML tags.

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 ===
    22Contributors: MatthewMarichiba
    33Donate link: http://www.marichiba.com/simple-youtube-shortcode
     
    55Requires at least: 3.0
    66Tested up to: 3.2.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
     8
    89Simple Youtube Shortcode provides a shortcode to embed youtube videos or playlists, with basic options for sizing the player and styling with CSS.
    910 
    1011== 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.
    1214I 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.
    1315Simple Youtube Shortcode is the result. It does exactly that, and nothing more.
    1416
    15 USAGE:
    16 Embed a single video:
     17= USAGE: =
     18**Embed a single video:**
    1719[embed_youtube src="http://www.youtube.com/embed/4r7wHMg5Yjg"  width="300" height="200" class="youtubestyle" id="thisid"]
    1820
    19 Embed a play list:
     21**Embed a play list:**
    2022[embed_youtube src="http://www.youtube.com/embed/4r7wHMg5Yjg" width="60%" ]
    2123
    22 Pass parameters to the YouTube player to change its behavior:
     24**Pass parameters to the YouTube player to change its behavior:**
    2325[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"]
    2426
     
    2729== Installation ==
    2830
    29 1. Upload `simple-youtube-shortcode.php` to the `/wp-content/plugins/` directory
     311. Upload the `simple-youtube-shortcode` folder to the `/wp-content/plugins/` directory
    30321. Activate the plugin through the 'Plugins' menu in WordPress
    31 1. // Place `<?php do_action('plugin_name_hook'); ?>` in your templates
    3233
    3334== Frequently Asked Questions ==
    34 
     35Lay 'em on me.
    3536
    3637== Screenshots ==
     
    3839
    3940== Changelog ==
     41No changes of note yet.
    4042
     43== Upgrade Notice ==
     44= 1.1.1 =
     45Updates to the readme only.
    4146= 1.1 =
    4247Initial release.
Note: See TracChangeset for help on using the changeset viewer.