PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 4.2
Shortcoder — Create Shortcodes for Anything v4.2
trunk 3.0 3.0.1 3.1 3.2 3.3 3.4 3.4.1 4.0 4.0.1 4.0.2 4.0.3 4.1 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.3 4.4 4.5 4.6 5.0 5.0.1 5.0.2 5.0.3 5.0.4 5.1 5.2 5.2.1 5.3 5.3.1 5.3.2 5.3.3 5.3.4 5.4 5.5 5.6 5.7 5.8 6.0 6.1 6.2 6.3 6.3.1 6.3.2 6.4 6.5 6.5.1 6.5.2 6.5.3
shortcoder / readme.txt
shortcoder Last commit date
admin 7 years ago includes 7 years ago languages 7 years ago readme.txt 7 years ago shortcoder.php 7 years ago
readme.txt
217 lines
1 === Shortcoder ===
2 Contributors: vaakash
3 Author URI: https://www.aakashweb.com/
4 Plugin URI: https://www.aakashweb.com/wordpress-plugins/shortcoder/
5 Tags: shortcode, html, javascript, shortcodes, short code, posts, pages, widgets, insert, adsense, ads, snippets,
6 Donate link: https://goo.gl/qMF3iE
7 License: GPLv2 or later
8 Requires at least: 4.4.0
9 Tested up to: 4.9.8
10 Stable tag: 4.2
11
12 Create custom "Shortcodes" easily for HTML, JavaScript snippets and use the shortcodes within posts, pages & widgets.
13
14 == Description ==
15
16 Shortcoder is a plugin which allows to create a custom shortcode and store HTML, Javascript and other snippets in it. So if that shortcode is used in any post or pages, then the code stored in the shortcode get exceuted in that place.
17
18 = Create custom shortcodes easily =
19 1. Give a name for the shortcode
20 1. Paste the HTML/Javascript as content
21 1. Save !
22 1. Now insert the shortcode `[sc name="my_shortcode"]` in your post.
23 1. **Voila !** You got the HTML/Javascript in your post.
24
25 = Features =
26
27 * Create **"custom shortcodes"** easily and use them within WordPress
28 * Use any kind of **HTML** as Shortcode content.
29 * Insert: **Custom parameters** in shortcode
30 * Insert: WordPress parameters in shortcode
31 * Visual editor for adding shortcode contents.
32 * Globally disable the shortcode when not needed.
33 * Can disable the shortcode to admins.
34
35 [youtube="https://www.youtube.com/watch?v=GrlRADfvjII"]
36
37 = An example usage =
38
39 1. Create a shortcode named "adsenseAd" in the Shortcoder admin page.
40 1. Paste the adsense code in the box given and save it.
41 1. Use `[sc name="adsenseAd"]` in your posts and pages.
42 1. Tada !!! the ad appears in the post.
43
44 * Using this idea, shortcodes can be created for frequently used snippets.
45 * You can also add parameters (like `%%id%%`) inside the snippets, and vary it like `[sc name="youtube" id="GrlRADfvjII"]`
46 * This plugin will be hugely useful to all !!!
47
48 = Resources =
49
50 * [Documentation](https://www.aakashweb.com/wordpress-plugins/shortcoder/)
51 * [FAQs](https://www.aakashweb.com/faqs/wordpress-plugins/shortcoder/)
52 * [Support](https://www.aakashweb.com/forum/)
53 * [Report Bugs](https://www.aakashweb.com/forum/)
54
55 == Installation ==
56
57 1. Extract the zipped file and upload the folder `Shortcoder` to to `/wp-content/plugins/` directory.
58 1. Activate the plugin through the `Plugins` menu in WordPress.
59 1. Go to the "Shortcoder" admin page. Admin page is under the "Settings" menu.
60 1. Enter a shortcode name.
61 1. Paste some code in it.
62 1. Then use the shortcode `[sc name="name of the shortcode"]` in your post. ex: If "youtube" is the shortcode name, then just use `[sc name="youtube"]` in your posts
63 1. That's all !
64
65 You can also insert some parameters within the post. Check this page to [learn more](https://www.aakashweb.com/wordpress-plugins/shortcoder/).
66
67 == Frequently Asked Questions ==
68
69 Please visit the [Plugin homepage](https://www.aakashweb.com/wordpress-plugins/shortcoder/) for lots of FAQ's. Selected are given here.
70
71 = I've created a shortcode, how to use it ? =
72
73 For example, consider you made a shortcode "advertisement". Then you should use the shortcode `[sc name="advertisement"]` in your post.
74
75 = How to temporarily disable a shortcode ? =
76
77 Just check the "Temporarily disable this shortcode" in the shortcode admin page to disable it.
78 Note: When you disable a shortcode, the shortcode will not be executed in the page.
79
80 [More FAQs](https://www.aakashweb.com/docs/shortcoder-doc/)
81
82 == Screenshots ==
83
84 1. Shortcoder admin page.
85 2. Editing a shortcode.
86 3. Popup to select and insert shortcode into posts.
87 4. A shortcode inserted into a post.
88 5. The shortcode executed in the post.
89
90 [More Screenshots](https://www.aakashweb.com/wordpress-plugins/shortcoder/)
91
92 == Changelog ==
93
94 = 4.2 =
95 * Fix: Some plugins fail to fire onload JS event since it was overwritten by shortcoder.
96 * Fix: Javascript in insert shortcode popup not working in IE 11.
97 * Fix: Missing parenthesis while calling `is_year`.
98 * Fix: Widgets page not loading insert shortcode popup.
99 * Fix: Removed settings emoji icon from plugin actions list.
100 * Fix: Load latest version 5.42.0 of codemirror.
101 * Fix: Updated minimum required WordPress version.
102
103 = 4.1.9 =
104 * Fix: Minor UI refinements for better experience.
105 * Fix: Import error where some exported JSON files have 0 as EOF.
106
107 = 4.1.8 =
108 * New: Insert custom fields in shortcode content.
109 * Fix: Removed comments in shortcode output
110
111 = 4.1.7 =
112 * New: Categorize, search and filter shortcodes using "tags".
113 * New: Last used shortcode editor will be saved along with shortcode.
114 * New: Enclosed shortcode content can now be used as shortcode parameter.
115 * New: Active line highlight has been enabled for code editor.
116 * Fix: Codemirror has been updated to latest version.
117 * Fix: Minor admin interface enhancements.
118
119 = 4.1.6 =
120 * New: Date variables can noe be added into shortcode content.
121 * Fix: Error "trying to get property of non-object" is handled.
122
123 = 4.1.5 =
124 * New: Bloginfo variables can now be added into shortcode content.
125
126 = 4.1.4 =
127 * New: Codemirror powered syntax highlighted shortcode content code editor (beta).
128
129 = 4.1.3 =
130 * Fix: Shortcode names with not-allowed characters cannot be edited/deleted.
131 * New: Shortcode imports made can now be fresh or overwritten.
132 * New: Only users with `manage_options` capability will see "edit shortcode" option in insert window.
133 * Fix: Import failure with UTF-8 characters.
134 * Fix: Case sensitive search in admin pages.
135 * Fix: Minor admin interface changes.
136
137 = 4.1.2 =
138 * New: Search box for shortcodes in admin page.
139
140 = 4.1.1 =
141 * Fix: HTTP 500 error because of syntax error in import module.
142
143 = 4.1 =
144 * New: Import/export feature for shortcodes.
145 * Fix: Visual editor is now disabled by default.
146 * Fix: Added instructions in admin page.
147
148 = 4.0.3 =
149 * New: Added feature to sort created shortcodes list.
150 * Fix: HTML errors in admin page
151
152 = 4.0.2 =
153 * Fix: Sometimes `get_current_screen()` was called early in some setups.
154
155 = 4.0.1 =
156 * Fix: Servers with PHP version < 5.5 were facing HTTP 500 error because of misuse of PHP language construct in code.
157
158 = 4.0 =
159 * New: Plugin rewritten from scratch.
160 * New: Brand new administration page
161 * New: Shortcode vissibility settings, show/hide in desktop/mobile devices
162 * New: Insert WordPress information into shortcode content.
163 * Fix: Insert shortcode window is not loading.
164 * Fix: Unable to delete the shortcodes
165
166 = 3.4.1 =
167 * Fixed Shortcoder not working in WordPress 4.4
168 * Changed the shortcoder syntax from `[sc:the_name]` to `[sc name="the_name"]` permanently in effect of WordPress 4.4 changes.
169
170 = 3.4 =
171 * New feature: Embedded/Nested shortcodes is now supported.
172 * New feature: Full fledged native WordPress editor for adding shortcode content with media buttons.
173 * Bug fix: "duplicate percentage" in content on plugin reactivate.
174 * Updated admin UI with fixed errors.
175 * Updated "insert shortcode" interface is revised and some issues are fixed.
176 * Updated with translatable texts in admin page.
177 * Minor code revision and changes.
178
179 = 3.3 =
180 * Fixed bug in loops using `foreach`.
181 * Fixed several PHP notices.
182
183 = 3.2 =
184 * Moved the shortcoder admin page to the "Settings" menu.
185 * Some admin page issues are fixed.
186
187 = 3.1 =
188 * Changed the "Custom parameter" syntax from %param% to %%param%%
189 * Code revision.
190
191 = 3.0.1 =
192 * Added license tag to the readme file.
193
194 = 3.0 =
195 * Plugin code rewritten from scratch.
196 * Shortcode syntax is changed.
197 * Supports any custom parameters.
198 * Admin interface is redesigned and easy to use.
199 * Added a tinyMCE button to the editing toolbar for inserting the shortcodes in the post.
200 * Inbuilt shortcodes are removed.
201
202 = 2.3 =
203 * Can disable the shortcode to Administrators.
204 * Admin interface changed.
205
206 = 1.3.1 =
207 * Changed the folder name's case and some minor bugs.
208 * Code revision.
209
210 = 1.3 =
211 * Initial Version with 5 inbuilt shortcodes.
212
213 (Pre made versions are not released)
214
215 == Upgrade Notice ==
216
217 4.0 is a major upgrade. Entire code is rewritten from scratch.