-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
executable file
·91 lines (67 loc) · 4.09 KB
/
Copy pathreadme.txt
File metadata and controls
executable file
·91 lines (67 loc) · 4.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
=== Checkers ===
Contributors: hearvox
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VV9XJMN68B9UC
Tags: social, performance, accessibility
Author URI: https://hearingvoices.com/
Plugin URI: https://hearingvoices.com/tools/checkers/
GitHub Plugin URI: https://github.com/hearvox/checkers
Requires at least: 4.7
Tested up to: 4.9.9
Stable tag: 0.2
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Test your webpages with online page checkers, for performance, accessibility, and social shares.
== Description ==
Check your webpages' <span class="dashicons-before dashicons-performance">performance</span>, <span class="dashicons-before dashicons-universal-access-alt">accessibility</span>, and <span class="dashicons-before dashicons-share">shares</span> at:
<ol>
<li class="dashicons-before dashicons-performance">Google: Pagespeed Insights</li>
<li class="dashicons-before dashicons-performance">W3C: Markup Validation</li>
<li class="dashicons-before dashicons-share">Twitter: Search</li>
<li class="dashicons-before dashicons-share">Facebook: Link Preview</li>
<li class="dashicons-before dashicons-share">Facebook: Shares (data)</li>
<li class="dashicons-before dashicons-universal-access-alt">WebAIM: WAVE Accessibility Tool</li>
<li class="dashicons-before dashicons-universal-access-alt">Toptal: Colorblind Web Page Filter</li>
</ol>
Check your website's <span class="dashicons-before dashicons-chart-line">statistics</span>, <span class="dashicons-before dashicons-lock">security</span>, and <span class="dashicons-before dashicons-editor-code">technologies</span> at:
<ol>
<li class="dashicons-before dashicons-chart-line">SimilarWeb</a></li>
<li class="dashicons-before dashicons-chart-line">Alexa</a></li>
<li class="dashicons-before dashicons-chart-line">Quantcast</a></li>
<li class="dashicons-before dashicons-lock">Sucuri</a></li>
<li class="dashicons-before dashicons-lock">SSL Labs</a></li>
<li class="dashicons-before dashicons-editor-code">W3Techs</a></li>
<li class="dashicons-before dashicons-editor-code">BuiltWith</a></li>
</ol>
Other checking services included: Google's Mobile-Friendly and Structured Data test, the Moz Open Site Explorer, LinkedIn and BuzzSumo sharing stats, Wayback Machine archives, and the Tenon Accessibility Test.
== Settings screen ==
Submit an URL (or use the Search Posts screen) to get links to page and site checking services. Follow the links to begin processing your results.
== Installation ==
To install and use the Checkers plugin:
1. Upload the `checkers` directory and content to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to the Setting: Checkers options screen.
== Screenshots ==
1. Enter an URL to check a webpage.
2. Or search your posts and pages.
3. Submit the URL for links to results at webpage-checking services.
4. You also get links to results at website-checking services.
== Frequently Asked Questions ==
= How do I add or remove checking services? =
The <code>checkers_lists()</code> function has filters for all the services lists. See the main plugin file for <code>my_checkers_pages()</code>, an example of how to use these filters.
= How can I contribute to Checkers? =
Checkers is now on [GitHub](https://github.com/hearvox/checkers). Pull Requests welcome.
= How can I translate Postscript? =
This plugin is internationalized (default: English). Please contribute a translation in your language.
The WordPress.org Polyglots Team maintains a comprehensive [Translator’s Handbook](https://make.wordpress.org/polyglots/handbook/). All text strings in this plugin are localized, following the guidelines of the Wordpress.org Plugin Handbook's [Internationalization section](https://developer.wordpress.org/plugins/internationalization/).
= Credits =
Another [Storytelling Tool](https://www.rjionline.org/stories/series/storytelling-tools) from the Reynolds Journalism Institute.
== Changelog ==
= 0.1.1 =
* Adds filters.
* Combine list functions.
= 0.1.0 =
* Beta version.
== Upgrade Notice ==
= 0.0.9 =
Public release version is 0.1.1.