Weston Ruter
@westonruter on WordPress.org and Slack
- Member Since: May 16th, 2007
- Location: Portland, OR, USA
- Website: weston.ruter.net
- GitHub: westonruter
- Job Title: Developer Programs Engineer
- Employer: Google
Bio
Contributions Sponsored
Contribution History
Weston Ruter’s badges:- Core Contributor Core Contributor
- Core Team Core Team
- Documentation Contributor Documentation Contributor
- Meta Contributor Meta Contributor
- Plugin Developer Plugin Developer
- WordCamp Speaker WordCamp Speaker
-
Posted a reply to The easiest way to publish PWA created with the plugin to the app stores, on the site WordPress.org Forums:
I don't know, but this article probably has some good places to get started: https://css-tricks.com/how-to-get-a-progressive-web-app-into-the-google-play-store/…5 hours ago
-
Posted a reply to Saving a post takes 1 minute to finish, on the site WordPress.org Forums:
What about attempting to click the Validate link in the admin bar? What is the…1 day ago
-
Posted a reply to Saving a post takes 1 minute to finish, on the site WordPress.org Forums:
Also, if you are on the frontend and you look at the admin bar, are…2 days ago
-
Posted a reply to Call to a member function query() on null, on the site WordPress.org Forums:
You may want to try uninstalling and re-installing the AMP plugin. Some WordPress installs fail…2 days ago
-
Posted a reply to Call to a member function query() on null, on the site WordPress.org Forums:
Hummm. This is the code in question: foreach ( $dom->xpath->query( '//body//script[ @custom-element or @custom-template or…2 days ago
-
Posted a reply to FOUC (flash of unstyled content), on the site WordPress.org Forums:
This is only prevents FOUC for the Code block. It can't help with FOUC for…2 days ago
-
Posted a reply to No able to change the style, on the site WordPress.org Forums:
Here's how to specify the colors via PHP instead of via the Customizer: https://github.com/westonruter/syntax-highlighting-code-block/wiki#specifying-the-styles2 days ago
-
Committed [2302245] to Plugins Trac:
Committing assets for 1.2.02 days ago
-
Committed [2302244] to Plugins Trac:
Tagging 1.2.02 days ago
-
Committed [2302243] to Plugins Trac:
Committing 1.2.0 to trunk2 days ago
-
Posted a reply to Linked AMP version is valid with warnings, on the site WordPress.org Forums:
This isn't an AMP issue, as the error also shows up for the non-AMP page:…2 days ago
-
Posted a reply to URL validation failed error, on the site WordPress.org Forums:
Excellent. We'd appreciate a plugin review!3 days ago
-
Posted a reply to URL validation failed error, on the site WordPress.org Forums:
I've filed an issue in the AMP plugin to address this: https://github.com/ampproject/amp-wp/issues/4678 I've also opened…3 days ago
-
Posted a reply to URL validation failed error, on the site WordPress.org Forums:
@kerm131 Interesting. I don't actually see any JSON validation error. I'm able to pass that…3 days ago
-
Posted a reply to site brokes!, on the site WordPress.org Forums:
Sorry you're having trouble. However, this review isn't helpful. Please provide details about what broke.…3 days ago
-
Posted a reply to Twitter and Google News not serving the AMP posts/pages, on the site WordPress.org Forums:
When searching Google for "New version of the Doom Eternal Restoration Graphics Mod brings new…3 days ago
-
Posted a reply to URL validation failed error, on the site WordPress.org Forums:
@kerm131 please copy to the output of the second one into a Gist, for example.…4 days ago
-
Posted a reply to URL validation failed error, on the site WordPress.org Forums:
Humm. In the past I saw this happen when a site had a plugin that…5 days ago
-
Posted a reply to Post Embed Preview missing on AMP, on the site WordPress.org Forums:
I mean, the link inside the iframe. You can't click the title in the iframe…5 days ago
-
Posted a reply to Website bugging and not showing AMP version, on the site WordPress.org Forums:
You're using the Cache Enabler plugin which has an AMP compatibility issue. Previously reported: https://wordpress.org/support/topic/move-from-amp-to-amp/…6 days ago
-
Posted a reply to Endless reloading of pages, on the site WordPress.org Forums:
The reloading happened most likely because you already have a service worker installed on your…6 days ago
-
Posted a reply to Amp update issue, on the site WordPress.org Forums:
You're not using the official AMP plugin. You're using another one. Please use the appropriate…6 days ago
-
Posted a reply to Post Embed Preview missing on AMP, on the site WordPress.org Forums:
I believe you're describing this known issue: https://github.com/ampproject/amp-wp/issues/809 Can you share the markup (e.g. in…6 days ago
-
Posted a reply to Amp for category, on the site WordPress.org Forums:
This is not yet supported, but we're working on it. It should be a capability…6 days ago
-
Posted a reply to LA VALIDACION DE LA URL fallo debido a un JSON, on the site WordPress.org Forums:
@cubeinthebox Please open a new support topic or even an issue on GitHub (it seems…6 days ago
-
Posted a reply to Disqus comments won’t show on AMP sites, on the site WordPress.org Forums:
Hi there. Disqus itself is AMP-compatible (or at least there is a mechanism to do…6 days ago
-
Posted a reply to PHP Recoverable fatal error – when switching AMP mode, on the site WordPress.org Forums:
Opened a PR with the fix: https://github.com/flowdee/widget-options/pull/937 days ago
-
Posted a reply to Standard Template Mode – internal error, on the site WordPress.org Forums:
Opened a PR with this fix: https://github.com/flowdee/widget-options/pull/937 days ago
-
Posted a reply to PHP Fatal error: Uncaught Error: Object of class AMP_Validation_Callback_Wrappe, on the site WordPress.org Forums:
This is a known compatibility issue with the Widget Options plugin which you reported before:…7 days ago
-
Posted a reply to Enable Amp Toggle Not Working, on the site WordPress.org Forums:
I was able to reproduce this issue. The problem is the Custom Fields advanced panel…1 week ago
-
Posted a reply to AMP page Validations and manual removal, on the site WordPress.org Forums:
@zotezo No. But you can see this for yourself, as the issue is still open.…1 week ago
-
Posted a reply to Multisite with AMP supported in ASTRA theme, on the site WordPress.org Forums:
WordPress.com has the AMP plugin and it is a huge multisite install. It should work…1 week ago
-
Posted a reply to Multisite with AMP supported in ASTRA theme, on the site WordPress.org Forums:
Yes1 week ago
-
Posted a reply to Enable Amp Toggle Not Working, on the site WordPress.org Forums:
What custom post type is it that isn't working? According to the Site Health info,…1 week ago
-
Posted a reply to 1.5.1 slow, causes high request time, on the site WordPress.org Forums:
I looked at the transients and nothing jumped out at me as being a red…1 week ago
-
Posted a reply to test amp cookie-tmp cookie, on the site WordPress.org Forums:
This cookie is being set in AMP itself: https://github.com/zhouyx/amphtml/blob/5d94316dd702748ec4aa3c16eca060f6deaa04bd/src/cookies.js#L27 You can see how it is…1 week ago
-
Posted a reply to Default schema markup, on the site WordPress.org Forums:
The best way to do that is to just filter the data to be empty:…1 week ago
-
Posted a reply to Really sick of getting errors from AMP, on the site WordPress.org Forums:
This appears to be a conflict with the Cache Enabler plugin which has been reported…1 week ago
-
Posted a reply to SG Optimizer breaks AMP validity, on the site WordPress.org Forums:
I don't have a site on SiteGround to test this. I'm relaying reports from users…1 week ago
-
Posted a reply to Can I send push notifications to a specific user, on the site WordPress.org Forums:
I don't have any specific recommendations for you, other than what is returned from doing…2 weeks ago
-
Posted a reply to Doesn’t work for me, on the site WordPress.org Forums:
HTTPS is required for service workers. This is a web platform requirement, not any limitation…2 weeks ago
-
Posted a reply to Can I send push notifications to a specific user, on the site WordPress.org Forums:
Yes, but being that's a general PWA question it's not best suited for this forum.2 weeks ago
-
Posted a reply to Server Side Rendered is available in version 1.5.0, on the site WordPress.org Forums:
Yeah, we've currently made WP_DEBUG the default way to disable the SSR. However, you can…2 weeks ago
-
Posted a reply to ?amp Appended to ALL Internal Links in Transitional Mode, on the site WordPress.org Forums:
This came up before: https://wordpress.org/support/topic/non-amp-url/ You have a few options: You can use the amp_to_amp_excluded_urls…2 weeks ago
-
Posted a reply to Eklenti Hakkında, on the site WordPress.org Forums:
I suppose the plugin is the one on Code Canyon? Unfortunately since it is a…2 weeks ago
-
Posted a reply to Eklenti Hakkında, on the site WordPress.org Forums:
Also, please share the URL to the plugin you are using.2 weeks ago
-
Posted a reply to The tag ‘img’ should be replaced with an equivalent ‘amp-img’ tag., on the site WordPress.org Forums:
Hi, I just checked that URL as well and there is no validation error: https://validator.amp.dev/#url=https%3A%2F%2Fmarineandoffshoreinsight.com%2F4th-engineer-duties-and-responsibilities%2Famp%2F2 weeks ago
-
Posted a reply to The tag ‘img’ should be replaced with an equivalent ‘amp-img’ tag., on the site WordPress.org Forums:
I'm not seeing any validation error for https://marineandoffshoreinsight.com/marine-engine-governors/amp/ You can see it is passing validation:…2 weeks ago
-
Posted a reply to When do we get Stories?, on the site WordPress.org Forums:
The team working on the Stories editor is currently aiming for a release next month.2 weeks ago
-
Posted a reply to images not showing, on the site WordPress.org Forums:
SG Optimizer is still running on your site and it is breaking AMP compatibility. I've…2 weeks ago
Developer
-
Accessibility (a11y) Speech Synthesis
Active Installs: Less than 10
-
AMP
Active Installs: 500,000+
-
Better Code Editing
Active Installs: 40+
-
Customize Comments
Active Installs: Less than 10
-
Customize Inline Editing
Active Installs: 20+
-
Customize Object Selector
Active Installs: 100+
-
Customize Posts
Active Installs: 5,000+
-
Customize Snapshots
Active Installs: 400+
-
Customizer Browser History
Active Installs: 70+
-
Customizer Dev Tools
Active Installs: Less than 10
-
Customizer Everywhere
Active Installs: Less than 10
-
Customizer Responsive Server-Side Components Device Preview
Active Installs: 100+
-
Dependency Minification
Active Installs: 100+
-
Feature Policy
Active Installs: 200+
-
Force Featured Image
Active Installs: 60+
-
JS Widgets
Active Installs: 20+
-
Listenability
Active Installs: Less than 10
-
Media Placeholders
Active Installs: 300+
-
Override Post Title with First Content Heading
Active Installs: 200+
-
PWA
Active Installs: 30,000+
-
Sectionize
Active Installs: Less than 10
-
Spoken Word
Active Installs: 100+
-
Syntax-highlighting Code Block (with Server-side Rendering)
Active Installs: 400+
-
User Photo
Active Installs: 10,000+
-
Widget Favorites
Active Installs: 40+
Contributor
-
Code Syntax Block
Active Installs: 3,000+
-
Mentionable
Active Installs: 600+
-
Quicklink for WordPress
Active Installs: 1,000+
-
Reporting API
Active Installs: 20+
Plugins
-
Accessibility (a11y) Speech Synthesis
-
Admin Color Schemes
-
AMP
-
Batcache
-
Better Code Editing
-
Big Emoji Comments
-
Bulk User Management
-
Category Checklist Tree
-
Cron View
-
Customize Inline Editing
-
Customize Object Selector
-
Customize Posts
-
Customize Snapshots
-
Customize Widgets Plus
-
Customizer Browser History
-
Customizer Dev Tools
-
Customizer Everywhere
-
Debug Bar
-
Debug Bar Console
-
Debug Bar Cron
-
Debug-Bar-Extender
-
Dependency Minification
-
Developer
-
Edit Flow
-
Google Authenticator
-
Google XML Sitemaps
-
Gutenberg
-
HyperDB
-
Jetpack by WordPress.com
-
Jetpack Follow Link for P2
-
Media Grid
-
Media Placeholders
-
Members - Membership & User Role Editor Plugin
-
Memcached Object Cache
-
MEXP Picasa
-
Ostrichcize
-
P2 By Email
-
P2 Likes
-
P2 Resolved Posts
-
Pantheon HUD
-
Plugin Dependencies
-
Posts 2 Posts
-
Proper Network Activation
-
Public Post Preview
-
PWA
-
Query Monitor
-
Quicklink for WordPress
-
Reactions
-
Redirection
-
Restrict Widgets
-
Restricted Site Access
-
Revision Notes
-
Rewrite Rules Inspector
-
Shortcake (Shortcode UI)
-
Simple Page Ordering
-
Site Kit by Google
-
Slack
-
Speedy Page Redirect
-
Stream
-
Styles
-
Super Emoji Plus+
-
Syntax-highlighting Code Block (with Server-side Rendering)
-
SyntaxHighlighter Evolved
-
Theme Check
-
Timber
-
Timber Debug Bar
-
Two-Factor
-
User Switching
-
WordPress Importer
-
WordPress MU Domain Mapping
-
WordPress REST API (Version 2)
-
WordPress Widgets Refresh
-
WP GDPR Cookie Notice
-
WP Multi Network
-
WP-CFM
-
WP-Post-Meta-Revisions