Changeset 860502
- Timestamp:
- 02/18/2014 10:15:18 PM (12 years ago)
- File:
-
- 1 edited
-
codepen-embed/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codepen-embed/trunk/readme.txt
r659941 r860502 13 13 == Description == 14 14 15 [CodePen](http://codepen.io/ "CodePen") Embed will allow you to easily embed a [CodePen](http://codepen.io/ "CodePen") Pen into your WordPress post. 16 17 This plugin adds a buton to the Visial Editor and a quicktag button to the HTML Editor. 18 19 A shortcode is genarated from the form on the Visual Editor and it will make a shortcode with empty parameters from the quicktag button. 20 21 == Installation == 22 23 1. Download the latest zip file and extract the directory it contains. 24 2. Upload the directory to your /wp-content/plugins/ directory. 25 3. Activate the plugin on the Plugins menu in the WordPress Dashboard. 26 27 == Frequently Asked Questions == 28 29 = What is CodePen? = 30 31 [CodePen](http://codepen.io/ "CodePen") is an Online development site that allows you to build and share code made from HTML, CSS and JavaScript. 32 33 = What is a Pen? = 34 35 A [CodePen](http://codepen.io/ "CodePen") Pen is an indiviual project you make on CodePen. 36 37 = Do I need a CodePen account to use this plugin? = 38 39 No, if a Pen is public you can still embed it on your WordPress site. 40 41 = I put in the URL but I got an error. = 42 43 You don't need the full URL in the URL feild. All that's required in the URL feild is the last part of the Pen's URL. 44 45 For example, if the Pen's URL is http://codepen.io/usernam/pen/ycLhI. All you need is the "ycLhI" part of the URL. 46 47 = Why did you make this plugin? Can't I just use the embed code that's provided on the CodePen website? = 48 49 Yes, you can just use the embed code used on the [CodePen](http://codepen.io/ "CodePen") wedsite. 50 51 The reason I created this plugin is because I found that some syntax highlighter plugins cause a conflict with the [CodePen](http://codepen.io/ "CodePen") embeding code. Cusing the embeded Pen to not display. 52 53 It is also safer for you website to add code with a shortcode rather that just putting the raw code in the editor. 54 55 = I need additional Help = 56 if you need more help you can try the plugin's website at [http://jawittdesigns.github.com/codepen-embed-wordpress-plugin/](http://jawittdesigns.github.com/codepen-embed-wordpress-plugin/) 57 58 = How do I report a bug? = 59 You can go [HERE](https://github.com/jawittdesigns/codepen-embed-wordpress-plugin/issues) to report a bug. 60 61 == Screenshots == 62 1. CodePen Embed Button 63 2. CodePen Embed Form 64 3. The Generated Shortcode 65 66 == Changelog == 67 68 = 1.0 = 69 * Stable Version 70 71 == Upgrade Notice == 72 73 = 1.0 = 74 First version release 15 This is no longer supported. Check out the official CodePen WordPress plugin [http://wordpress.org/plugins/codepen-embedded-pen-shortcode/](http://wordpress.org/plugins/codepen-embedded-pen-shortcode/)
Note: See TracChangeset
for help on using the changeset viewer.