PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 4.5
Shortcoder — Create Shortcodes for Anything v4.5
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
230 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://www.paypal.me/vaakash/6
7 License: GPLv2 or later
8 Requires at least: 4.4.0
9 Tested up to: 5.2.2
10 Stable tag: 4.5
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.5 =
95 * Fix: Copy shortcode box having incorrect width.
96 * Fix: Codemirror has been updated to latest version.
97
98 = 4.4 =
99 * New: Insert shortcode automatically adds "closing tag" if the shortcode has enclosed content parameter.
100 * Fix: Codemirror has been updated to latest version.
101
102 = 4.3 =
103 * New: Edit shortcode name after creating.
104 * New: Post modified date parameter added.
105 * Fix: Date parameters now display in site language.
106
107 = 4.2 =
108 * Fix: Some plugins fail to fire onload JS event since it was overwritten by shortcoder.
109 * Fix: Javascript in insert shortcode popup not working in IE 11.
110 * Fix: Missing parenthesis while calling `is_year`.
111 * Fix: Widgets page not loading insert shortcode popup.
112 * Fix: Removed settings emoji icon from plugin actions list.
113 * Fix: Load latest version 5.42.0 of codemirror.
114 * Fix: Updated minimum required WordPress version.
115
116 = 4.1.9 =
117 * Fix: Minor UI refinements for better experience.
118 * Fix: Import error where some exported JSON files have 0 as EOF.
119
120 = 4.1.8 =
121 * New: Insert custom fields in shortcode content.
122 * Fix: Removed comments in shortcode output
123
124 = 4.1.7 =
125 * New: Categorize, search and filter shortcodes using "tags".
126 * New: Last used shortcode editor will be saved along with shortcode.
127 * New: Enclosed shortcode content can now be used as shortcode parameter.
128 * New: Active line highlight has been enabled for code editor.
129 * Fix: Codemirror has been updated to latest version.
130 * Fix: Minor admin interface enhancements.
131
132 = 4.1.6 =
133 * New: Date variables can noe be added into shortcode content.
134 * Fix: Error "trying to get property of non-object" is handled.
135
136 = 4.1.5 =
137 * New: Bloginfo variables can now be added into shortcode content.
138
139 = 4.1.4 =
140 * New: Codemirror powered syntax highlighted shortcode content code editor (beta).
141
142 = 4.1.3 =
143 * Fix: Shortcode names with not-allowed characters cannot be edited/deleted.
144 * New: Shortcode imports made can now be fresh or overwritten.
145 * New: Only users with `manage_options` capability will see "edit shortcode" option in insert window.
146 * Fix: Import failure with UTF-8 characters.
147 * Fix: Case sensitive search in admin pages.
148 * Fix: Minor admin interface changes.
149
150 = 4.1.2 =
151 * New: Search box for shortcodes in admin page.
152
153 = 4.1.1 =
154 * Fix: HTTP 500 error because of syntax error in import module.
155
156 = 4.1 =
157 * New: Import/export feature for shortcodes.
158 * Fix: Visual editor is now disabled by default.
159 * Fix: Added instructions in admin page.
160
161 = 4.0.3 =
162 * New: Added feature to sort created shortcodes list.
163 * Fix: HTML errors in admin page
164
165 = 4.0.2 =
166 * Fix: Sometimes `get_current_screen()` was called early in some setups.
167
168 = 4.0.1 =
169 * Fix: Servers with PHP version < 5.5 were facing HTTP 500 error because of misuse of PHP language construct in code.
170
171 = 4.0 =
172 * New: Plugin rewritten from scratch.
173 * New: Brand new administration page
174 * New: Shortcode vissibility settings, show/hide in desktop/mobile devices
175 * New: Insert WordPress information into shortcode content.
176 * Fix: Insert shortcode window is not loading.
177 * Fix: Unable to delete the shortcodes
178
179 = 3.4.1 =
180 * Fixed Shortcoder not working in WordPress 4.4
181 * Changed the shortcoder syntax from `[sc:the_name]` to `[sc name="the_name"]` permanently in effect of WordPress 4.4 changes.
182
183 = 3.4 =
184 * New feature: Embedded/Nested shortcodes is now supported.
185 * New feature: Full fledged native WordPress editor for adding shortcode content with media buttons.
186 * Bug fix: "duplicate percentage" in content on plugin reactivate.
187 * Updated admin UI with fixed errors.
188 * Updated "insert shortcode" interface is revised and some issues are fixed.
189 * Updated with translatable texts in admin page.
190 * Minor code revision and changes.
191
192 = 3.3 =
193 * Fixed bug in loops using `foreach`.
194 * Fixed several PHP notices.
195
196 = 3.2 =
197 * Moved the shortcoder admin page to the "Settings" menu.
198 * Some admin page issues are fixed.
199
200 = 3.1 =
201 * Changed the "Custom parameter" syntax from %param% to %%param%%
202 * Code revision.
203
204 = 3.0.1 =
205 * Added license tag to the readme file.
206
207 = 3.0 =
208 * Plugin code rewritten from scratch.
209 * Shortcode syntax is changed.
210 * Supports any custom parameters.
211 * Admin interface is redesigned and easy to use.
212 * Added a tinyMCE button to the editing toolbar for inserting the shortcodes in the post.
213 * Inbuilt shortcodes are removed.
214
215 = 2.3 =
216 * Can disable the shortcode to Administrators.
217 * Admin interface changed.
218
219 = 1.3.1 =
220 * Changed the folder name's case and some minor bugs.
221 * Code revision.
222
223 = 1.3 =
224 * Initial Version with 5 inbuilt shortcodes.
225
226 (Pre made versions are not released)
227
228 == Upgrade Notice ==
229
230 4.0 is a major upgrade. Entire code is rewritten from scratch.