Changeset 469906
- Timestamp:
- 12/01/2011 03:45:33 PM (14 years ago)
- Location:
- embed-grooveshark/trunk
- Files:
-
- 3 edited
-
embed_grooveshark.php (modified) (1 diff)
-
includes/js/embed_grooveshark.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-grooveshark/trunk/embed_grooveshark.php
r469887 r469906 4 4 Plugin URI: http://www.manfersite.tk/embed-grooveshark 5 5 Description: Add grooveshark songs or playlists to your posts. 6 Version: 0. 0.16 Version: 0.1 7 7 Author: Fernando San Julián 8 8 Email: manfer.site@gmail.com -
embed-grooveshark/trunk/includes/js/embed_grooveshark.js
r469887 r469906 1 1 var EmbedGrooveshark = { 2 version: '0. 0.1'2 version: '0.1' 3 3 } -
embed-grooveshark/trunk/readme.txt
r469887 r469906 5 5 Requires at least: 2.9 6 6 Tested up to: 3.2.1 7 Stable tag: 0. 0.17 Stable tag: 0.1 8 8 9 9 This plugin allows you to embed grooveshark songs and playlists in your posts/pages/widgets with a shortcode. … … 37 37 == Installation == 38 38 1. Download and unpack the download package. 39 1. Upload the `embed _grooveshark` folder to the '/wp-content/plugins/' directory.39 1. Upload the `embed-grooveshark` folder to the '/wp-content/plugins/' directory. 40 40 1. Activate the plugin through the 'Plugins' menu in WordPress. 41 41 1. You will now have your "grooveshark" shortcode and widgets available. 42 42 43 43 = 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. 48 49 49 50 If 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. 50 51 51 52 == Screenshots == 53 1. Grooveshark playlist in a wordpress post. 54 2. Grooveshark Song Widget. 55 3. Grooveshark Playlist Widget. 52 56 53 57 == Changelog == 58 59 = 0.1 = 60 * Initial release. 54 61 55 62 = Known Issues =
Note: See TracChangeset
for help on using the changeset viewer.