Version Description
- Fixed insecure browser warnings. Updated links to use HTTPS.
- Performance improvements and bug fixes.
- Compatibility with WordPress 5.5.1
Download this release
Release Info
Developer | Crunchify |
Plugin | All in One Webmaster |
Version | 15.5 |
Comparing to | |
See all releases |
Code changes from version 15.1 to 15.5
- all-in-one-webmaster-premium.php +48 -23
- pages/aiow-premium-analytics.php +2 -2
- pages/aiow-premium-footer.php +1 -1
- pages/aiow-premium-google-authorship.php +1 -1
- pages/aiow-premium-header-footer.php +3 -3
- pages/aiow-premium-header.php +2 -2
- pages/aiow-premium-home.php +2 -2
- pages/aiow-premium-misc.php +1 -1
- pages/aiow-premium-right-column.php +1 -1
- pages/aiow-premium-right-homepage.php +1 -1
- pages/aiow-premium-right-otherplugins.php +1 -1
- pages/aiow-premium-sitemap.php +2 -2
- pages/aiow-premium-webmaster.php +2 -2
- readme.txt +14 -9
- screenshot-4.png +0 -0
- screenshot-6.png +0 -0
- screenshot-7.png +0 -0
all-in-one-webmaster-premium.php
CHANGED
@@ -1,27 +1,27 @@
|
|
1 |
<?PHP
|
2 |
/**
|
3 |
-
*
|
4 |
* that adds Meta-Tags and Scripts to your Site's Header and Footer Section
|
5 |
* automatically without changing any of your themes file and
|
6 |
* without slowing down your site.
|
7 |
*
|
8 |
-
* @package
|
9 |
* @author Crunchify
|
10 |
* @license GPL-2.0+
|
11 |
* @link https://crunchify.com/all-in-one-webmaster/
|
12 |
-
* @copyright
|
13 |
*
|
14 |
* @wordpress-plugin
|
15 |
-
* Plugin Name:
|
16 |
* Plugin URI: https://crunchify.com/all-in-one-webmaster/
|
17 |
-
* Description:
|
18 |
-
* Version: 15.
|
19 |
* Author: Crunchify
|
20 |
* Author URI: https://crunchify.com/
|
21 |
* Text Domain: all-in-one-webmaster
|
22 |
* Contributors: Crunchify
|
23 |
* License: GPL-2.0+
|
24 |
-
* License URI:
|
25 |
*/
|
26 |
|
27 |
/*
|
@@ -31,6 +31,31 @@
|
|
31 |
/**
|
32 |
* Setup plugin.
|
33 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
class aiow_premium {
|
35 |
|
36 |
/**
|
@@ -40,7 +65,7 @@ class aiow_premium {
|
|
40 |
*
|
41 |
* @var string
|
42 |
*/
|
43 |
-
protected $version = '15.
|
44 |
|
45 |
/**
|
46 |
* The name of the plugin.
|
@@ -49,7 +74,7 @@ class aiow_premium {
|
|
49 |
*
|
50 |
* @var string
|
51 |
*/
|
52 |
-
protected $plugin_name = '
|
53 |
|
54 |
/**
|
55 |
* Unique plugin identifier.
|
@@ -146,7 +171,7 @@ class aiow_premium {
|
|
146 |
|
147 |
$head_section = get_option ( 'all_in_one_premium_head_section' );
|
148 |
echo "\n";
|
149 |
-
echo "<!--
|
150 |
if (! ($head_section == "")) {
|
151 |
echo $head_section . "\n";
|
152 |
}
|
@@ -207,7 +232,7 @@ class aiow_premium {
|
|
207 |
echo '<script type="text/javascript">' . "\n";
|
208 |
echo '_qoptions={qacct:"' . $quantcast_an . '"};' . "\n";
|
209 |
echo '</script>' . "\n";
|
210 |
-
echo '<script type="text/javascript" src="
|
211 |
}
|
212 |
|
213 |
if (! ($google_authorship_profile == "")) {
|
@@ -225,7 +250,7 @@ class aiow_premium {
|
|
225 |
echo $favicon_meta . "\n";
|
226 |
}
|
227 |
|
228 |
-
echo "<!-- /
|
229 |
}
|
230 |
|
231 |
/**
|
@@ -246,14 +271,14 @@ class aiow_premium {
|
|
246 |
}
|
247 |
|
248 |
if (! ($clicky_an == "")) {
|
249 |
-
echo '<script src="
|
250 |
echo '<script type="text/javascript">clicky.init(' . $clicky_an . ');</script>' . "\n";
|
251 |
}
|
252 |
|
253 |
if (! ($compete_an == "")) {
|
254 |
echo '<script type="text/javascript">' . "\n";
|
255 |
echo '__compete_code = \'' . $compete_an . '\';' . "\n";
|
256 |
-
echo '(function () { var s = document.createElement(\'script\'),d = document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0],t = \'https:\' == document.location.protocol ? \'https://c.compete.com/bootstrap/\' : \'
|
257 |
echo '</script>' . "\n";
|
258 |
}
|
259 |
|
@@ -276,13 +301,13 @@ class aiow_premium {
|
|
276 |
* @since 9.0
|
277 |
*/
|
278 |
public function aiow_premium_menupage() {
|
279 |
-
add_menu_page ( '
|
280 |
add_submenu_page ( 'aiow-premium', 'Webmaster Tools', 'Webmaster Options', 'manage_options', 'aiow-premium', 'all_in_one_premium_webmaster_webmaster_page' );
|
281 |
add_submenu_page ( 'aiow-premium', 'Analytics Tools', 'Analytics Options', 'manage_options', 'aiow-premium-analytics', 'all_in_one_premium_webmaster_analytics_page' );
|
282 |
-
add_submenu_page ( 'aiow-premium', 'Google Authorship', 'Google Authorship', 'manage_options', 'aiow-premium-google-authorship', 'all_in_one_premium_webmaster_google_authorship_page' );
|
283 |
add_submenu_page ( 'aiow-premium', 'Header/Footer Tools', 'Header/Footer Options', 'manage_options', 'aiow-premium-header-footer', 'aiow_premium_headerer_footer_page' );
|
284 |
-
add_submenu_page ( 'aiow-premium', 'Sitemap Tools', 'Sitemap Options', 'manage_options', 'aiow-premium-sitemap', 'all_in_one_premium_webmaster_sitemap_page' );
|
285 |
-
add_submenu_page ( 'aiow-premium', 'Misc Tools', 'Misc Options', 'manage_options', 'aiow-premium-misc', 'all_in_one_premium_webmaster_misc_page' );
|
286 |
}
|
287 |
|
288 |
/**
|
@@ -291,9 +316,9 @@ class aiow_premium {
|
|
291 |
* @since 9.0
|
292 |
*/
|
293 |
public function aiow_premium_load_css_js() {
|
294 |
-
wp_enqueue_script ( 'jquery' ); //
|
295 |
-
wp_enqueue_script ( 'jquery-ui-core' ); //
|
296 |
-
wp_enqueue_script ( 'jquery-ui-tabs' ); //
|
297 |
|
298 |
wp_register_script ( 'aiow-plugin-script', plugins_url ( '/js/aiow-premium.js', __FILE__ ) );
|
299 |
wp_enqueue_script ( 'aiow-plugin-script' );
|
@@ -405,14 +430,14 @@ function all_in_one_premium_save_all_options() {
|
|
405 |
|
406 |
'goo' => array (
|
407 |
'webmaster_engine' => 'Google',
|
408 |
-
'search_engine' => '
|
409 |
'OKmessage' => 'Sitemap Notification Received',
|
410 |
'NOmessage' => 'Bad Request'
|
411 |
),
|
412 |
|
413 |
'bin' => array (
|
414 |
'webmaster_engine' => 'Bing',
|
415 |
-
'search_engine' => '
|
416 |
'OKmessage' => 'Thanks for submitting your sitemap',
|
417 |
'NOmessage' => 'Bad Request'
|
418 |
)
|
1 |
<?PHP
|
2 |
/**
|
3 |
+
* WP Webmaster is the best webmaster plugin for WordPress
|
4 |
* that adds Meta-Tags and Scripts to your Site's Header and Footer Section
|
5 |
* automatically without changing any of your themes file and
|
6 |
* without slowing down your site.
|
7 |
*
|
8 |
+
* @package WP Webmaster
|
9 |
* @author Crunchify
|
10 |
* @license GPL-2.0+
|
11 |
* @link https://crunchify.com/all-in-one-webmaster/
|
12 |
+
* @copyright 2020 Crunchify, LLC. All rights reserved.
|
13 |
*
|
14 |
* @wordpress-plugin
|
15 |
+
* Plugin Name: WP Webmaster
|
16 |
* Plugin URI: https://crunchify.com/all-in-one-webmaster/
|
17 |
+
* Description: WP Webmaster is the best webmaster plugin for WordPress that adds Meta-Tags and Scripts to your Site's Header and Footer Section automatically without changing any of your themes file and without slowing down your site.
|
18 |
+
* Version: 15.5
|
19 |
* Author: Crunchify
|
20 |
* Author URI: https://crunchify.com/
|
21 |
* Text Domain: all-in-one-webmaster
|
22 |
* Contributors: Crunchify
|
23 |
* License: GPL-2.0+
|
24 |
+
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
25 |
*/
|
26 |
|
27 |
/*
|
31 |
/**
|
32 |
* Setup plugin.
|
33 |
*/
|
34 |
+
|
35 |
+
/**
|
36 |
+
* How to change Logo URL Link for any WordPress themes? (including Genesis Themes)
|
37 |
+
*
|
38 |
+
*/
|
39 |
+
function crunchify_custom_logo_url ( $crunchify_logo_html ) {
|
40 |
+
|
41 |
+
$crunchify_custom_logo_id = get_theme_mod( 'custom_logo' );
|
42 |
+
|
43 |
+
// Make sure to replace your updated site URL
|
44 |
+
$crunchify_new_url = 'https://crunchify.com';
|
45 |
+
|
46 |
+
$crunchify_logo_html = sprintf( '<a href="%1$s" class="custom-logo-link" rel="home" itemprop="url">%2$s</a>',
|
47 |
+
esc_url( $crunchify_new_url ),
|
48 |
+
wp_get_attachment_image( $crunchify_custom_logo_id, 'full', false, array(
|
49 |
+
'class' => 'custom-logo',
|
50 |
+
) )
|
51 |
+
);
|
52 |
+
return $crunchify_logo_html;
|
53 |
+
}
|
54 |
+
|
55 |
+
// get_custom_logo: Returns a custom logo, linked to home unless the theme supports removing the link on the home page.
|
56 |
+
add_filter( 'get_custom_logo', 'crunchify_custom_logo_url' );
|
57 |
+
|
58 |
+
|
59 |
class aiow_premium {
|
60 |
|
61 |
/**
|
65 |
*
|
66 |
* @var string
|
67 |
*/
|
68 |
+
protected $version = '15.5';
|
69 |
|
70 |
/**
|
71 |
* The name of the plugin.
|
74 |
*
|
75 |
* @var string
|
76 |
*/
|
77 |
+
protected $plugin_name = 'WP Webmaster';
|
78 |
|
79 |
/**
|
80 |
* Unique plugin identifier.
|
171 |
|
172 |
$head_section = get_option ( 'all_in_one_premium_head_section' );
|
173 |
echo "\n";
|
174 |
+
echo "<!-- WP Webmaster plugin by Crunchify.com -->";
|
175 |
if (! ($head_section == "")) {
|
176 |
echo $head_section . "\n";
|
177 |
}
|
232 |
echo '<script type="text/javascript">' . "\n";
|
233 |
echo '_qoptions={qacct:"' . $quantcast_an . '"};' . "\n";
|
234 |
echo '</script>' . "\n";
|
235 |
+
echo '<script type="text/javascript" src="https://edge.quantserve.com/quant.js"></script>' . "\n";
|
236 |
}
|
237 |
|
238 |
if (! ($google_authorship_profile == "")) {
|
250 |
echo $favicon_meta . "\n";
|
251 |
}
|
252 |
|
253 |
+
echo "<!-- /WP Webmaster plugin -->\n\n";
|
254 |
}
|
255 |
|
256 |
/**
|
271 |
}
|
272 |
|
273 |
if (! ($clicky_an == "")) {
|
274 |
+
echo '<script src="https://static.getclicky.com/js" type="text/javascript"></script>' . "\n";
|
275 |
echo '<script type="text/javascript">clicky.init(' . $clicky_an . ');</script>' . "\n";
|
276 |
}
|
277 |
|
278 |
if (! ($compete_an == "")) {
|
279 |
echo '<script type="text/javascript">' . "\n";
|
280 |
echo '__compete_code = \'' . $compete_an . '\';' . "\n";
|
281 |
+
echo '(function () { var s = document.createElement(\'script\'),d = document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0],t = \'https:\' == document.location.protocol ? \'https://c.compete.com/bootstrap/\' : \'https://c.compete.com/bootstrap/\'; s.src = t + __compete_code + \'/bootstrap.js\'; s.type = \'text/javascript\'; s.async = \'async\'; if (d) { d.appendChild(s); }}());' . "\n";
|
282 |
echo '</script>' . "\n";
|
283 |
}
|
284 |
|
301 |
* @since 9.0
|
302 |
*/
|
303 |
public function aiow_premium_menupage() {
|
304 |
+
add_menu_page ( 'WP Webmaster', 'WP Webmaster', 'manage_options', 'aiow-premium', 'all_in_one_premium_webmaster_webmaster_page', plugins_url ( 'all-in-one-webmaster/images/favicon.png' ), 6 );
|
305 |
add_submenu_page ( 'aiow-premium', 'Webmaster Tools', 'Webmaster Options', 'manage_options', 'aiow-premium', 'all_in_one_premium_webmaster_webmaster_page' );
|
306 |
add_submenu_page ( 'aiow-premium', 'Analytics Tools', 'Analytics Options', 'manage_options', 'aiow-premium-analytics', 'all_in_one_premium_webmaster_analytics_page' );
|
307 |
+
//add_submenu_page ( 'aiow-premium', 'Google Authorship', 'Google Authorship', 'manage_options', 'aiow-premium-google-authorship', 'all_in_one_premium_webmaster_google_authorship_page' );
|
308 |
add_submenu_page ( 'aiow-premium', 'Header/Footer Tools', 'Header/Footer Options', 'manage_options', 'aiow-premium-header-footer', 'aiow_premium_headerer_footer_page' );
|
309 |
+
//add_submenu_page ( 'aiow-premium', 'Sitemap Tools', 'Sitemap Options', 'manage_options', 'aiow-premium-sitemap', 'all_in_one_premium_webmaster_sitemap_page' );
|
310 |
+
//add_submenu_page ( 'aiow-premium', 'Misc Tools', 'Misc Options', 'manage_options', 'aiow-premium-misc', 'all_in_one_premium_webmaster_misc_page' );
|
311 |
}
|
312 |
|
313 |
/**
|
316 |
* @since 9.0
|
317 |
*/
|
318 |
public function aiow_premium_load_css_js() {
|
319 |
+
wp_enqueue_script ( 'jquery' ); // Enqueue Default jQuery
|
320 |
+
wp_enqueue_script ( 'jquery-ui-core' ); // Enqueue Default jQuery UI Core
|
321 |
+
wp_enqueue_script ( 'jquery-ui-tabs' ); // Enqueue Default jQuery UI Tabs
|
322 |
|
323 |
wp_register_script ( 'aiow-plugin-script', plugins_url ( '/js/aiow-premium.js', __FILE__ ) );
|
324 |
wp_enqueue_script ( 'aiow-plugin-script' );
|
430 |
|
431 |
'goo' => array (
|
432 |
'webmaster_engine' => 'Google',
|
433 |
+
'search_engine' => 'https://www.google.com/webmasters/sitemaps/ping?sitemap=',
|
434 |
'OKmessage' => 'Sitemap Notification Received',
|
435 |
'NOmessage' => 'Bad Request'
|
436 |
),
|
437 |
|
438 |
'bin' => array (
|
439 |
'webmaster_engine' => 'Bing',
|
440 |
+
'search_engine' => 'https://www.bing.com/webmaster/ping.aspx?siteMap=',
|
441 |
'OKmessage' => 'Thanks for submitting your sitemap',
|
442 |
'NOmessage' => 'Bad Request'
|
443 |
)
|
pages/aiow-premium-analytics.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
* @author Crunchify.com
|
5 |
-
* Plugin:
|
6 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
7 |
*/
|
8 |
?>
|
@@ -74,7 +74,7 @@ require_once (dirname ( __FILE__ ) . '/aiow-premium-header.php');
|
|
74 |
type="text" size="55"
|
75 |
value="<?php echo get_option('all_in_one_premium_sitemeter_analytics'); ?>" />
|
76 |
<?=$aiow_sitemeter_ana?>
|
77 |
-
<br />(src="<font color="red"><code>
|
78 |
</td>
|
79 |
</tr>
|
80 |
|
2 |
|
3 |
/**
|
4 |
* @author Crunchify.com
|
5 |
+
* Plugin: WP Webmaster
|
6 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
7 |
*/
|
8 |
?>
|
74 |
type="text" size="55"
|
75 |
value="<?php echo get_option('all_in_one_premium_sitemeter_analytics'); ?>" />
|
76 |
<?=$aiow_sitemeter_ana?>
|
77 |
+
<br />(src="<font color="red"><code>https://s44.sitemeter.com/js/counter.js?site=s44AShah</code></font>")<br />
|
78 |
</td>
|
79 |
</tr>
|
80 |
|
pages/aiow-premium-footer.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
pages/aiow-premium-google-authorship.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
pages/aiow-premium-header-footer.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
@@ -43,9 +43,9 @@ require_once (dirname ( __FILE__ ) . '/aiow-premium-header.php');
|
|
43 |
|
44 |
<a href="https://crunchify.com/all-in-one-webmaster/" target="_blank">Feedback</a>
|
45 |
|
|
46 |
-
<a href="
|
47 |
|
|
48 |
-
<a href="
|
49 |
|
50 |
<div class="submit">
|
51 |
<input name="my_aiowz_update_setting" type="hidden"
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
43 |
|
44 |
<a href="https://crunchify.com/all-in-one-webmaster/" target="_blank">Feedback</a>
|
45 |
|
|
46 |
+
<a href="https://twitter.com/Crunchify" target="_blank">Twitter</a>
|
47 |
|
|
48 |
+
<a href="https://www.facebook.com/Crunchify" target="_blank">Facebook</a>
|
49 |
|
50 |
<div class="submit">
|
51 |
<input name="my_aiowz_update_setting" type="hidden"
|
pages/aiow-premium-header.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
@@ -10,7 +10,7 @@
|
|
10 |
|
11 |
<form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
|
12 |
<input type="hidden" name="info_update1" id="info_update1"
|
13 |
-
value="true" /> <u><h2>
|
14 |
|
15 |
<div align="left">
|
16 |
<br> <a href="https://twitter.com/Crunchify"
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
10 |
|
11 |
<form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
|
12 |
<input type="hidden" name="info_update1" id="info_update1"
|
13 |
+
value="true" /> <u><h2>WP Webmaster Options</h2></u>
|
14 |
|
15 |
<div align="left">
|
16 |
<br> <a href="https://twitter.com/Crunchify"
|
pages/aiow-premium-home.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
@@ -72,7 +72,7 @@ require_once (dirname ( __FILE__ ) . '/aiow-premium-header.php');
|
|
72 |
type="text" size="55"
|
73 |
value="<?php echo get_option('all_in_one_premium_sitemeter_analytics'); ?>" />
|
74 |
<?=$aiow_sitemeter_ana?>
|
75 |
-
<br />(src="<font color="red"><code>
|
76 |
</td>
|
77 |
</tr>
|
78 |
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
72 |
type="text" size="55"
|
73 |
value="<?php echo get_option('all_in_one_premium_sitemeter_analytics'); ?>" />
|
74 |
<?=$aiow_sitemeter_ana?>
|
75 |
+
<br />(src="<font color="red"><code>https://s44.sitemeter.com/js/counter.js?site=s44AShah</code></font>")<br />
|
76 |
</td>
|
77 |
</tr>
|
78 |
|
pages/aiow-premium-misc.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
pages/aiow-premium-right-column.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
*/
|
6 |
?>
|
7 |
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
*/
|
6 |
?>
|
7 |
|
pages/aiow-premium-right-homepage.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
*/
|
6 |
?>
|
7 |
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
*/
|
6 |
?>
|
7 |
|
pages/aiow-premium-right-otherplugins.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
*/
|
6 |
?>
|
7 |
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
*/
|
6 |
?>
|
7 |
|
pages/aiow-premium-sitemap.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
@@ -20,7 +20,7 @@ require_once (dirname ( __FILE__ ) . '/aiow-premium-header.php');
|
|
20 |
Sitemap URL</label></th>
|
21 |
<td><input name="sitemap_URL" type="text" size="75"
|
22 |
value="<?php echo get_option('sitemap_URL'); ?>" /> <br />
|
23 |
-
(example:
|
24 |
</tr>
|
25 |
</table>
|
26 |
</div>
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
20 |
Sitemap URL</label></th>
|
21 |
<td><input name="sitemap_URL" type="text" size="75"
|
22 |
value="<?php echo get_option('sitemap_URL'); ?>" /> <br />
|
23 |
+
(example: https://example.com/sitemap.xml)</td>
|
24 |
</tr>
|
25 |
</table>
|
26 |
</div>
|
pages/aiow-premium-webmaster.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
-
* Plugin:
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
@@ -87,7 +87,7 @@ require_once (dirname ( __FILE__ ) . '/aiow-premium-header.php');
|
|
87 |
|
88 |
<tr valign="top">
|
89 |
<th scope="row" style="width: 32%;"><label>8) <b>Facebook Insights</b></label><?=$new_icon?><br>
|
90 |
-
<br> <a href="
|
91 |
title="Click to visit Facebook Insight"><?=$help_icon?></a><i><a
|
92 |
href="https://crunchify.com/facebook-insights-now-in-all-in-one-webmaster-wp-plugin/"
|
93 |
target="_blank">View Tutorial</a></i></th>
|
1 |
<?php
|
2 |
/**
|
3 |
* @author Crunchify.com
|
4 |
+
* Plugin: WP Webmaster
|
5 |
* URL: https://crunchify.com/all-in-one-webmaster/
|
6 |
*/
|
7 |
?>
|
87 |
|
88 |
<tr valign="top">
|
89 |
<th scope="row" style="width: 32%;"><label>8) <b>Facebook Insights</b></label><?=$new_icon?><br>
|
90 |
+
<br> <a href="https://www.facebook.com/insights/" target="_blank"
|
91 |
title="Click to visit Facebook Insight"><?=$help_icon?></a><i><a
|
92 |
href="https://crunchify.com/facebook-insights-now-in-all-in-one-webmaster-wp-plugin/"
|
93 |
target="_blank">View Tutorial</a></i></th>
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
Contributors: Crunchify
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZF6WATLYFELQ
|
4 |
-
Tags:
|
5 |
-
Requires at least:
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 15.
|
8 |
|
9 |
Sitemap submission to Google & Bing. Webmaster option 4 Google,Bing,Facebook,etc. Analytics option 4 Google, Quantcast, Clicky, Compete
|
10 |
|
@@ -12,12 +12,12 @@ Sitemap submission to Google & Bing. Webmaster option 4 Google,Bing,Facebook,etc
|
|
12 |
|
13 |
If you already know about the word SEO then you probably know about such webmasters tools like Google, Bing, and Yahoo. These tools help us to rank well in search engines just by getting a copy of our blog sitemap there in webmaster central. Doing this, the robots of these biggest search engines sit in our blog database and whenever a new is published there in our blogs these robots knock the search engines about the new posts and get our posts indexed.
|
14 |
|
15 |
-
This is very Simple but Powerful
|
16 |
|
17 |
Subscribe to <a href="https://twitter.com/Crunchify">Twitter</a> and <a href="https://www.facebook.com/Crunchify">Facebook</a> to get **latest update**
|
18 |
|
19 |
> <strong>Bug Reports and Contribution</strong><br><br>
|
20 |
-
> Bug reports for
|
21 |
|
22 |
[Feedback](https://crunchify.com/all-in-one-webmaster/) |
|
23 |
[Screenshots - Admin Panel and Preview](http://wordpress.org/extend/plugins/all-in-one-webmaster/screenshots/)
|
@@ -67,7 +67,7 @@ Subscribe to <a href="https://twitter.com/Crunchify">Twitter</a> and <a href="ht
|
|
67 |
* Visit these tutorials for: <a href="https://crunchify.com/how-to-find-google-webmaster-meta-tag-value-for-all-in-one-webmaster-premium/">Google Webmaster Meta Tag</a>, <a href="https://crunchify.com/how-to-find-bing-webmaster-metatag-value-to-verify-ownership-of-your-site/">Bing Webmaster Meta Tag</a>, <a href="https://crunchify.com/how-to-find-alexa-rank-meta-tag-value-for-all-in-one-webmaster-premium/">Alexa Rank Meta Tag</a>.
|
68 |
|
69 |
= Where should I put Google, Bing, Yahoo Webmaster, etc META-tags? =
|
70 |
-
* Visit links provided in `Settings ->
|
71 |
|
72 |
= Google Analytics Account ID =
|
73 |
* Find an Account ID, starting with UA- in your Google Analytics's Account overview page.
|
@@ -85,7 +85,7 @@ Subscribe to <a href="https://twitter.com/Crunchify">Twitter</a> and <a href="ht
|
|
85 |
* Please report your questions or bugs at Plugin <a href="https://crunchify.com/all-in-one-webmaster/" target="_blank">Homepage</a>.
|
86 |
|
87 |
== Screenshots ==
|
88 |
-
1. All New
|
89 |
2. Webmaster Options
|
90 |
3. Analytics Options
|
91 |
4. Google Authorship Options
|
@@ -95,6 +95,11 @@ Subscribe to <a href="https://twitter.com/Crunchify">Twitter</a> and <a href="ht
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
|
|
|
|
|
|
|
|
|
|
98 |
= 15.1 =
|
99 |
* Performance improvements and bug fixes
|
100 |
* Compatibility with WP 5.3
|
1 |
+
=== WP Webmaster ===
|
2 |
Contributors: Crunchify
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZF6WATLYFELQ
|
4 |
+
Tags: WP Webmaster, Webmaster, Pinterest, SEO, Google, Bing, Google Analytics, Alexa, Blog Central, Quantcast, Facebook Insights, Search Engine Optimization, JQuery, ToolTips, Crunchify Premium Plugin
|
5 |
+
Requires at least: 5.0
|
6 |
+
Tested up to: 5.5.1
|
7 |
+
Stable tag: 15.5
|
8 |
|
9 |
Sitemap submission to Google & Bing. Webmaster option 4 Google,Bing,Facebook,etc. Analytics option 4 Google, Quantcast, Clicky, Compete
|
10 |
|
12 |
|
13 |
If you already know about the word SEO then you probably know about such webmasters tools like Google, Bing, and Yahoo. These tools help us to rank well in search engines just by getting a copy of our blog sitemap there in webmaster central. Doing this, the robots of these biggest search engines sit in our blog database and whenever a new is published there in our blogs these robots knock the search engines about the new posts and get our posts indexed.
|
14 |
|
15 |
+
This is very Simple but Powerful WP Webmaster Tool for All WordPress Users. It adds your requested meta tags into header and java script code to footer of your blog. This plugin allows you to easily integrate them with your blog. It has option to add Google, Bing, Alexa, Blog Catalog, Yahoo's Webmaster and Analytics code (meat tags). Single click sitemap submission to Google and Bing. In addition to that it has option to add tracking code for Clicky, Quantcast, Compete.com, SiteMeter.com analytics!! Site-Verification-Option, Google XML sitemap submission. There are more to come in next releases.
|
16 |
|
17 |
Subscribe to <a href="https://twitter.com/Crunchify">Twitter</a> and <a href="https://www.facebook.com/Crunchify">Facebook</a> to get **latest update**
|
18 |
|
19 |
> <strong>Bug Reports and Contribution</strong><br><br>
|
20 |
+
> Bug reports for WP Webmaster are [welcomed on GitHub](https://github.com/Crunchify/All-in-One-Webmaster). Please note GitHub is _not_ a support forum and issues that aren't properly qualified as bugs will be closed.
|
21 |
|
22 |
[Feedback](https://crunchify.com/all-in-one-webmaster/) |
|
23 |
[Screenshots - Admin Panel and Preview](http://wordpress.org/extend/plugins/all-in-one-webmaster/screenshots/)
|
67 |
* Visit these tutorials for: <a href="https://crunchify.com/how-to-find-google-webmaster-meta-tag-value-for-all-in-one-webmaster-premium/">Google Webmaster Meta Tag</a>, <a href="https://crunchify.com/how-to-find-bing-webmaster-metatag-value-to-verify-ownership-of-your-site/">Bing Webmaster Meta Tag</a>, <a href="https://crunchify.com/how-to-find-alexa-rank-meta-tag-value-for-all-in-one-webmaster-premium/">Alexa Rank Meta Tag</a>.
|
68 |
|
69 |
= Where should I put Google, Bing, Yahoo Webmaster, etc META-tags? =
|
70 |
+
* Visit links provided in `Settings -> WP Webmaster` to get your META tag. This is an easiest way to authenticate your sites.
|
71 |
|
72 |
= Google Analytics Account ID =
|
73 |
* Find an Account ID, starting with UA- in your Google Analytics's Account overview page.
|
85 |
* Please report your questions or bugs at Plugin <a href="https://crunchify.com/all-in-one-webmaster/" target="_blank">Homepage</a>.
|
86 |
|
87 |
== Screenshots ==
|
88 |
+
1. All New WP Webmaster Main Menu
|
89 |
2. Webmaster Options
|
90 |
3. Analytics Options
|
91 |
4. Google Authorship Options
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
+
= 15.5 =
|
99 |
+
* Fixed insecure browser warnings. Updated links to use HTTPS.
|
100 |
+
* Performance improvements and bug fixes.
|
101 |
+
* Compatibility with WordPress 5.5.1
|
102 |
+
|
103 |
= 15.1 =
|
104 |
* Performance improvements and bug fixes
|
105 |
* Compatibility with WP 5.3
|
screenshot-4.png
DELETED
Binary file
|
screenshot-6.png
DELETED
Binary file
|
screenshot-7.png
DELETED
Binary file
|