Changeset 2346320
- Timestamp:
- 07/25/2020 12:48:40 AM (5 years ago)
- Location:
- dts-debugger
- Files:
-
- 18 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified dts-debugger/trunk/css/styles.css ¶
r2341111 r2346320 14 14 border-bottom: 1px solid #eee; 15 15 margin: 0 1%; 16 padding: 5px;16 padding: 0; 17 17 font-weight: normal; 18 18 background-color: #fefefe; … … 26 26 display: inline-block; 27 27 margin: 1%; 28 padding: 10px;29 background-color: #eee;28 padding: 0; 29 background-color: transparent; 30 30 text-align: center; 31 31 } … … 54 54 55 55 .debug-btn img:hover { 56 -webkit-transform: scale(1. 2);57 transform: scale(1. 2);56 -webkit-transform: scale(1.05); 57 transform: scale(1.05); 58 58 } 59 59 -
TabularUnified dts-debugger/trunk/dts-debugger.php ¶
r2341111 r2346320 1 1 <?php 2 2 /* 3 Plugin Name: DT's Debugger4 Plugin URI: https:// dtweb.design/debugger/5 Description: Simplify page debugging via Facebook Developer Tools, Google's Structured Data Testing Tool, PageSpeed Insights, W3C Validation, Google AMP Test. Found in page/post sidebar metabox and edit posts/pages/CPT lists.6 Version: 0.5. 07 Author: Michael R. Dinerstein 8 Author URI: https://www. linkedin.com/in/michaeldinerstein/3 Plugin Name: Scrape and Debug 4 Plugin URI: https://www.missionmike.dev/scrape-and-debug-wordpress-plugin/ 5 Description: Simplify page debugging via Facebook Sharing Debugger, LinkedIn Post Inspector, Google's Structured Data Testing Tool and Rich Results Test, PageSpeed Insights, W3C Validation, and Google AMP Test. 6 Version: 0.5.1 7 Author: Michael R. Dinerstein (Mission Mike) 8 Author URI: https://www.missionmike.dev/ 9 9 License: GPL2 10 10 */ … … 168 168 function dts_dbggr_settings_post_types_text() 169 169 { 170 echo '<p>Select which post types <strong>display</strong> the <em> DT\'s Debugger</em> panel and quicklinks:</p>';170 echo '<p>Select which post types <strong>display</strong> the <em>Scrape and Debug</em> panel and icon links:</p>'; 171 171 } 172 172 … … 250 250 251 251 /** 252 * Add DT's Debuggerto Settings Menu252 * Add Scrape and Debug to Settings Menu 253 253 */ 254 254 function dts_dbggr_init_menu() … … 259 259 include(plugin_dir_path(__FILE__) . 'dts-settings.php'); 260 260 } 261 add_options_page(__(' DT\'s Debugger', 'dts-debugger'), __('DT\'s Debugger', 'dts-debugger'), 'manage_options', 'dts-debugger', 'dts_dbggr_options_page');261 add_options_page(__('Scrape and Debug', 'dts-debugger'), __('Scrape and Debug', 'dts-debugger'), 'manage_options', 'dts-debugger', 'dts_dbggr_options_page'); 262 262 } 263 263 add_action('admin_menu', 'dts_dbggr_init_menu'); … … 272 272 273 273 $new_columns = array( 274 'dts_quicklinks' => __(' Debug Quicklinks', 'dts-debugger')274 'dts_quicklinks' => __('Scrape and Debug', 'dts-debugger') 275 275 ); 276 276 … … 364 364 if (!empty($options[$setting_option]) && $options[$setting_option] === '1') : 365 365 366 add_meta_box('sm-debug-post', __(' DT\'s Debugger', 'dts-debugger'), 'dts_dbggr_social_media_metabox', null, 'side', 'core');366 add_meta_box('sm-debug-post', __('Scrape and Debug', 'dts-debugger'), 'dts_dbggr_social_media_metabox', null, 'side', 'core'); 367 367 368 368 endif; … … 445 445 'name' => 'facebook', 446 446 'url' => 'https://developers.facebook.com/tools/debug/sharing/?q=' . $permalink, 447 'title' => 'Open Graph Object Debugger', 448 'image' => 'facebook.png' 449 ), 447 'title' => 'Facebook Sharing Debugger', 448 'image' => 'facebook.png', 449 ), 450 array( 451 'name' => 'linkedin', 452 'url' => 'https://www.linkedin.com/post-inspector/inspect/' . $permalink, 453 'title' => 'LinkedIn Post Inspector', 454 'image' => 'linkedin.png', 455 ), 456 457 'Performance', 458 459 array( 460 'name' => 'pagespeed', 461 'url' => 'https://developers.google.com/speed/pagespeed/insights/?url=' . $permalink, 462 'title' => 'Google PageSpeed Insights', 463 'image' => 'pagespeed.png', 464 ), 465 array( 466 'name' => 'w3c', 467 'url' => 'https://validator.w3.org/nu/?doc=' . $permalink, 468 'title' => 'Nu Html Checker (W3C)', 469 'image' => 'w3c.png', 470 ), 471 472 'SEO', 473 450 474 array( 451 475 'name' => 'google-rich', 452 476 'url' => 'https://search.google.com/test/rich-results?url=' . $permalink, 453 477 'title' => 'Rich Results Test', 454 'image' => 'google.png' 478 'image' => 'google.png', 455 479 ), 456 480 array( … … 458 482 'url' => 'https://search.google.com/structured-data/testing-tool/u/0/?hl=en#url=' . $permalink, 459 483 'title' => 'Structured Data Testing Tool (Deprecated)', 460 'image' => 'google-deprecated.png' 461 ), 462 463 'Performance', 464 465 array( 466 'name' => 'pagespeed', 467 'url' => 'https://developers.google.com/speed/pagespeed/insights/?url=' . $permalink, 468 'title' => 'PageSpeed Insights', 469 'image' => 'pagespeed.png' 470 ), 471 array( 472 'name' => 'w3c', 473 'url' => 'https://validator.w3.org/nu/?doc=' . $permalink, 474 'title' => 'Nu Html Checker (W3C)', 475 'image' => 'w3c.png' 476 ), 477 478 'Specialized', 479 484 'image' => 'google-deprecated.png', 485 ), 480 486 array( 481 487 'name' => 'amp', -
TabularUnified dts-debugger/trunk/dts-settings.php ¶
r2341111 r2346320 4 4 5 5 <div class="wrap"> 6 <h2> DT's DebuggerSettings</h2>6 <h2>Scrape and Debug Settings</h2> 7 7 8 8 <form method="post" action="options.php"> -
TabularUnified dts-debugger/trunk/readme.txt ¶
r2341111 r2346320 1 === DT's Debugger===1 === Scrape and Debug === 2 2 Contributors: MissionMike 3 3 Tags: debug, facebook, google, open graph, w3c, validator, structured data, html, pagespeed, amp 4 Donate link: https:// dtweb.design/debugger/4 Donate link: https://www.missionmike.dev/scrape-and-debug-wordpress-plugin/ 5 5 Requires at least: 2.8 6 6 Tested up to: 5.4 … … 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Simplify page debugging via Facebook Developer Tools, Google's Structured Data Testing Tool, PageSpeed Insights, W3C Validation, and nowGoogle AMP Test.10 Simplify page debugging via Facebook Sharing Debugger, LinkedIn Post Inspector, Google's Structured Data Testing Tool and Rich Results Test, PageSpeed Insights, W3C Validation, and Google AMP Test. 11 11 12 12 == Description == 13 #About DT's Debugger13 #About Scrape and Debug 14 14 15 This plugin was created to speed up SEO and Social Media testing via public tools provided by Google, W3C, and Facebook. Found in page/post sidebar metabox. Some services (like Facebook's Opengraph Debugger) require an account with the respective service to use (i.e., aFacebook account).15 This plugin was created to speed up SEO and Social Media testing via public tools provided by Google, W3C, Facebook, and LinkedIn. Found in page/post sidebar metabox. Some services (like Facebook's Sharing Debugger) require an account with the respective service to use (i.e., a free Facebook account). 16 16 17 DT's Debuggerdoes **not** allow you to change any meta titles, keywords, open graph data, etc. It is only providing quick-links to debug the existing data and values set for those fields by other 3rd-party SEO plugins, or to test your general page speed and HTML validity.17 Scrape and Debug does **not** allow you to change any meta titles, keywords, open graph data, etc. It is only providing quick-links to debug the existing data and values set for those fields by other 3rd-party SEO plugins, or to test your general page speed and HTML validity. 18 18 19 19 Links to quickly debug and check posts are found in the sidebar when editing posts, as well as in a column (Quicklinks) when listing posts or pages in admin. … … 27 27 == Frequently Asked Questions == 28 28 N/A 29 30 =v0.5.1= 31 32 * Added support for LinkedIn Post Inspector 29 33 30 34 =v0.5.0= … … 43 47 =v0.3= 44 48 45 * Added Google AMP debugger. If page/post has valid <link rel="amphtml" src="..."> tag, Google's AMP Test will request to validate it. Check DT's Debuggersettings to show the AMP Test option.49 * Added Google AMP debugger. If page/post has valid <link rel="amphtml" src="..."> tag, Google's AMP Test will request to validate it. Check Scrape and Debug settings to show the AMP Test option. 46 50 47 51 =v0.2.2=
Note: See TracChangeset
for help on using the changeset viewer.