Plugin Directory

Changeset 469906


Ignore:
Timestamp:
12/01/2011 03:45:33 PM (14 years ago)
Author:
manfer
Message:

Readme file corrected.

Location:
embed-grooveshark/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • embed-grooveshark/trunk/embed_grooveshark.php

    r469887 r469906  
    44Plugin URI: http://www.manfersite.tk/embed-grooveshark
    55Description: Add grooveshark songs or playlists to your posts.
    6 Version: 0.0.1
     6Version: 0.1
    77Author: Fernando San Julián
    88Email: manfer.site@gmail.com
  • embed-grooveshark/trunk/includes/js/embed_grooveshark.js

    r469887 r469906  
    11var EmbedGrooveshark = {
    2     version: '0.0.1'
     2    version: '0.1'
    33}
  • embed-grooveshark/trunk/readme.txt

    r469887 r469906  
    55Requires at least: 2.9
    66Tested up to: 3.2.1
    7 Stable tag: 0.0.1
     7Stable tag: 0.1
    88
    99This plugin allows you to embed grooveshark songs and playlists in your posts/pages/widgets with a shortcode.
     
    3737== Installation ==
    38381. Download and unpack the download package.
    39 1. Upload the `embed_grooveshark` folder to the '/wp-content/plugins/' directory.
     391. Upload the `embed-grooveshark` folder to the '/wp-content/plugins/' directory.
    40401. Activate the plugin through the 'Plugins' menu in WordPress.
    41411. You will now have your "grooveshark" shortcode and widgets available.
    4242
    4343= Usage =
    44 1. On the actual Contact Form 7 configuration page, next to the "Form Box" with code in it, use the drop down click on Generate Tag
    45 1. Choose *reCAPTCHA* (**not** CAPTCHA)
    46 1. copy the code that it gives you
    47 1. past it into the "Form Box" where the existing code is.
     44* After you install this plugin you can start using the shortcode [grooveshark]
     45* The available attributes for the shortcode are: type, id, width, height, style, skin, swfobject.
     46* Use the content of the shortcode as the alternative content to show to visitors that has not flash available.
     47* For a more in detail tutorial and example on how to use the shortcode visit [Embed Grooveshark Homepage](http://www.manfersite.tk/embed-grooveshark "Embed Grooveshark Wordpress plugin").
     48* You can use the available Grooveshark Song and Grooveshark Playlist widgets in your sidebars.
    4849
    4950If you like the plugin **please rate** it. If you don't like it, **please contact us** so we can address the problem or feature request.
    5051
    5152== Screenshots ==
     531. Grooveshark playlist in a wordpress post.
     542. Grooveshark Song Widget.
     553. Grooveshark Playlist Widget.
    5256
    5357== Changelog ==
     58
     59= 0.1 =
     60* Initial release.
    5461
    5562= Known Issues =
Note: See TracChangeset for help on using the changeset viewer.