PluginProbe
Insert Html Snippet / trunk
Insert Html Snippet vtrunk
1.4.6 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4 1.4.1 1.4.2 1.4.3 All 27 releases
← All changes | admin/about.php +261 -19 1.2trunk View file →
@@ -1,39 +1,281 @@
1 -<style>
2 -</style>
1 +<?php
2 +if( !defined('ABSPATH') ){ exit();}
3 +?>
3 4
4 5 <h1 style="visibility: visible;">Insert HTML Snippet (V <?php echo xyz_ihs_plugin_get_version(); ?>)</h1>
6 +
7 +<div style="width: 99%">
8 +<p style="text-align: justify">
5 9 Integrate HTML code seamlessly to your wordpress. This plugin lets you generate a shortcode corresponding
6 10 to any random HTML code be is javascript, ad codes, vide embedding codes or any raw HTML. The shortcodes
7 11 can be used in your pages, posts and widgets. Insert HTML Snippet is developed and maintained by
8 -<a href="http://xyzscripts.com">xyzscripts</a>
9 -.
12 +<a target="_blank" href="http://xyzscripts.com">xyzscripts</a>.</p>
10 13
11 14
12 -<br />
13 -<h2>Features</h2>
15 +<p style="text-align: justify">
16 + If you would like to have more features , please try <a
17 + href="https://xyzscripts.com/wordpress-plugins/xyz-wp-insert-code-snippet/details"
18 + target="_blank">XYZ WP Insert Code Snippet</a> which is a premium version of this
19 + plugin. We have included a quick comparison of the free and premium
20 + plugins for your reference.
21 +</p>
22 + </div>
23 + <table class="xyz-ihs-premium-comparison" cellspacing=0 style="width: 99%;">
24 + <tr style="background-color: #EDEDED">
25 + <td><h2>Feature group</h2></td>
26 + <td><h2>Feature</h2></td>
27 + <td><h2>Free</h2>
28 + </td>
29 + <td><h2>Premium</h2></td>
30 + </tr>
31 + <!-- Supported Media -->
32 + <tr>
33 + <td rowspan="5"><h4>Shortcodes</h4></td>
34 + <td>Convert HTML snippets to shortcodes</td>
35 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
36 + </td>
37 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
38 + </td>
39 + </tr>
14 40
15 -<div>
16 - <p></p>
41 + <tr>
42 + <td>Convert Javascript codes to shortcodes</td>
43 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
44 + </td>
45 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
46 + </td>
47 + </tr>
48 + <tr>
49 + <td>Convert CSS codes to shortcodes</td>
50 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
51 + </td>
52 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
53 + </td>
54 + </tr>
55 + <tr>
56 + <td><b>Convert PHP snippets to shortcodes</b></td>
57 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
58 + </td>
59 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
60 + </td>
61 + </tr>
62 + <tr>
63 + <td><b>Passing custom parameters to shortcode</b></td>
64 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
65 + </td>
66 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
67 + </td>
68 + </tr>
69 +<tr>
70 + <td rowspan="9"><h4>Snippet Placement Methods</h4></td>
71 + <td><b>Shortcode (Manual)</b></td>
72 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
73 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
74 +</tr>
75 +<tr>
76 + <td><b>Execute on Demand</b></td>
77 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
78 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
79 +</tr>
80 +<tr>
81 + <td><b>Automatic - Global:</b> (Site-wide PHP snippet)</td>
82 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
83 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
84 +</tr>
85 +<tr>
86 + <td><b>Automatic - Admin Panel (All Pages & Body):</b> (Every Admin Page, Admin Body)</td>
87 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
88 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
89 +</tr>
90 +<tr>
91 + <td><b>Automatic - Admin Panel (Header & Footer):</b> (Admin Header, Admin Footer)</td>
92 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
93 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
94 +</tr>
95 +<tr>
96 + <td><b>Automatic - Front End (All Pages & Body):</b> (All Pages, Body of Front End)</td>
97 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
98 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
99 +</tr>
100 +<tr>
101 + <td><b>Automatic - Front End (Header & Footer):</b> (Front End Header, Front End Footer)</td>
102 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
103 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
104 +</tr>
105 +<tr>
106 + <td><b>Automatic - Specific Page:</b> (Before Content, After Content, Before Paragraph, After Paragraph)</td>
107 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
108 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
109 +</tr>
110 +<tr>
111 + <td><b>Automatic - Archive Pages: </b> (Insert Before Excerpt, Insert After Excerpt, Between Posts, Before Post, After Post)</td>
112 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
113 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>"></td>
114 +</tr>
115 + <!-- Posting Options -->
116 + <tr>
117 + <td rowspan="3"><h4>Third party code</h4></td>
118 + <td>Insert adsense or any adcode</td>
119 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
120 + </td>
121 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
122 + </td>
123 + </tr>
17 124
18 - <div style="float: left;">
19 -
20 -
21 -<ul>
22 -<li>Convert HTML snippets to shortcodes</li>
23 -<li>Support for shortcodes in widgets</li>
24 -<li>Dropdown menu in TinyMCE editor to pick snippets easily</li>
25 -</ul>
125 + <tr>
126 + <td>Insert addthis or any social bookmarking code</td>
127 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
128 + </td>
129 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
130 + </td>
131 + </tr>
26 132
133 + <tr>
134 + <td>Insert flash, videos etc. to your posts,pages and widgets</td>
135 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
136 + </td>
137 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
138 + </td>
139 + </tr>
27 140
28 - </div>
141 + <!-- Snippet Management -->
29 142
143 + <tr>
144 + <td rowspan="4"><h4>Snippet Management</h4></td>
145 + <td><b>Syntax highlighter for snippet creation</b></td>
146 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
147 + </td>
148 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
149 + </td>
150 + </tr>
30 151
31 152
32 -</div>
153 + <tr>
154 + <td><b>Option to duplicate snippet</b></td>
155 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
156 + </td>
157 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
158 + </td>
159 + </tr>
33 160
161 + <tr>
162 + <td><b>Export snippets</b></td>
163 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
164 + </td>
165 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
166 + </td>
167 + </tr>
168 + <tr>
169 + <td><b>Import snippets</b></td>
170 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
171 + </td>
172 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
173 + </td>
174 + </tr>
34 175
176 + <!-- Privilege Management -->
177 + <tr>
178 + <td rowspan="3"><h4>Privilege Management</h4></td>
179 + <td><b>Role/User based Snippet Management Privilege</b></td>
180 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
181 + </td>
182 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
183 + </td>
184 + </tr>
35 185
186 + <tr>
187 + <td><b>Role/User based Snippet Usage Privilege</b></td>
188 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
189 + </td>
190 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
191 + </td>
192 + </tr>
193 + <tr>
194 + <td><b>Master Password for super admin</b></td>
195 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
196 + </td>
197 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
198 + </td>
199 + </tr>
200 + <!-- Snippet Targeting -->
201 + <tr>
202 + <td rowspan="5"><h4>Snippet Targeting</h4></td>
203 + <td><b>Geographic Targeting</b></td>
204 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
205 + </td>
206 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
207 + </td>
208 + </tr>
209 + <tr>
210 + <td><b>Device Targeting</b></td>
211 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
212 + </td>
213 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
214 + </td>
215 + </tr>
216 + <tr>
217 + <td><b>User Targeting</b></td>
218 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
219 + </td>
220 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
221 + </td>
222 + </tr>
223 + <tr>
224 + <td><b>Role Targeting</b></td>
225 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
226 + </td>
227 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
228 + </td>
229 + </tr>
230 + <tr>
231 + <td><b>Date & Time Targeting</b></td>
232 + <td><img src="<?php echo plugins_url('images/cross.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
233 + </td>
234 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
235 + </td>
236 + </tr>
36 237
37 -<div style="clear: both;"></div>
238 + <!-- Integration -->
38 239
240 + <tr>
241 + <td rowspan="3"><h4>Integration</h4></td>
242 + <td>Integrate to posts/pages</td>
243 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
244 + </td>
245 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
246 + </td>
247 + </tr>
39 248
249 + <tr>
250 + <td>Support for shortcodes in widgets</td>
251 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
252 + </td>
253 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
254 + </td>
255 + </tr>
256 +
257 + <tr>
258 + <td>Dropdown menu in TinyMCE editor to pick snippets easily</td>
259 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
260 + </td>
261 + <td><img src="<?php echo plugins_url('images/tick.png',XYZ_INSERT_HTML_PLUGIN_FILE);?>">
262 + </td>
263 + </tr>
264 + <tr>
265 + <td rowspan="2"><h4>Other</h4></td>
266 + <td>Price</td>
267 + <td>FREE</td>
268 + <td>Starts from 19 USD</td>
269 + </tr>
270 + <tr>
271 + <td>Purchase</td>
272 + <td></td>
273 + <td style="padding: 2px" ><a target="_blank"href="https://xyzscripts.com/members/product/purchase/XYZWPICSPRE" class="xyz_ihs_buy_button">Buy Now</a>
274 + </td>
275 + </tr>
276 +
277 +</table>
278 +<br/>
279 +<div style="clear: both;"></div>
280 +<?php
281 +?>