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 Team
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- WordCamp Speaker
-
Posted a reply to Your submission failed and Menus No Longer Responsive, on the site WordPress.org Forums:
The issue is most likely the same as this one: https://github.com/ampproject/amp-wp/issues/4191 This has been on…1 day ago
-
Posted a reply to Lightstone and more not picking up as PWA, on the site WordPress.org Forums:
I don't see that you are using this PWA plugin. You seem rather to be…3 days ago
-
Posted a reply to CSS content seems to gets stripped, on the site WordPress.org Forums:
I'm not sure. Please share a URL that has the problem.3 days ago
-
Posted a reply to CSS content seems to gets stripped, on the site WordPress.org Forums:
What is the Font Awesome stylesheet URL you are using? You may be using v5…3 days ago
-
Posted a reply to Remove ?Amp in all urls when in AMP version, on the site WordPress.org Forums:
In Reader mode, this AMP-to-AMP linking is only active if you have Mobile Redirection enabled.4 days ago
-
Posted a reply to Not a valid amp page, on the site WordPress.org Forums:
The redirect loop may be an issue with page caching, similar to what was reported…4 days ago
-
Posted a reply to Error on recheck validation, on the site WordPress.org Forums:
@casacochecurro Which plugin were you using specifically? We'd want to investigate the compatibility issue.4 days ago
-
Committed [2461923] to Plugins Trac:
Bump 1.0.1 to use README.md and make obsolete in WP 5.75 days ago
-
Posted a reply to Translation, on the site WordPress.org Forums:
That notice is part of your browser, so it depends on what language your system…5 days ago
-
Posted a reply to Redirect ?amp with Regex, on the site WordPress.org Forums:
Seems fine to me.5 days ago
-
Posted a reply to Redirect ?amp with Regex, on the site WordPress.org Forums:
That ?amp in the URLs should go away automatically when Google re-indexes your site because…6 days ago
-
Posted a reply to is_amp_endpoint() not working in plugin class consstructir, on the site WordPress.org Forums:
The function is probably being called too early. You should move all that logic so…1 week ago
-
Posted a reply to Google Analytics – AMP Direct View, on the site WordPress.org Forums:
Sorry, since you're commenting on someone else's topic I identified their site instead of yours.…1 week ago
-
Posted a reply to Integrating push notifications, on the site WordPress.org Forums:
I believe we are waiting on OneSignal to solve this issue: https://github.com/OneSignal/OneSignal-Website-SDK/issues/6151 week ago
-
Posted a reply to Integrating push notifications, on the site WordPress.org Forums:
I'm not entirely sure what you modified exactly as I don't see any service worker…1 week ago
-
Posted a reply to Integrating push notifications, on the site WordPress.org Forums:
But the result is that two service workers are being installed, right? Only one is…1 week ago
-
Posted a reply to Disable lightbox on images, on the site WordPress.org Forums:
@douglasferraz89 Here's a mini plugin you can activate which will prevent auto-lightboxes: https://gist.github.com/westonruter/b6691407af1648b402b09371a9faf7f0 We'll likely…1 week ago
-
Posted a reply to Integrating push notifications, on the site WordPress.org Forums:
@azbce So did you do something like this: add_action( 'wp_front_service_worker', function( \WP_Service_Worker_Scripts $scripts ) {…1 week ago
-
Posted a reply to PWA is not compatible with Cloudflare Rocket Loader., on the site WordPress.org Forums:
How does it handle non-HTML responses from WordPress like for feeds and the REST API?…1 week ago
-
Posted a reply to Compatibility with WooCommerce, on the site WordPress.org Forums:
Yes, it should be.1 week ago
-
Posted a reply to AMP disables itself after changing post template, on the site WordPress.org Forums:
We'd appreciate a plugin review if you get a chance.1 week ago
-
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
If your AMP page has been indexed by Google Search, then you should assume it…1 week ago
-
Posted a reply to PWA is not compatible with Cloudflare Rocket Loader., on the site WordPress.org Forums:
Unfortunately, this won't work since many server configurations think that JS file extensions mean that…1 week ago
-
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
I don't understand.1 week ago
-
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
As for setting the max-age, here is some PHP code you can use in a…1 week ago
-
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
If the URL is valid AMP, then it is eligible to be served from an…1 week ago
-
Posted a reply to PWA is not compatible with Cloudflare Rocket Loader., on the site WordPress.org Forums:
Can you share your site URL so I can see the issue?1 week ago
-
Posted a reply to AMP disables itself after changing post template, on the site WordPress.org Forums:
Yes, you can use this PHP plugin code: add_filter( 'amp_post_status_default_enabled', '__return_true' ); You can put…1 week ago
-
Committed [2459203] to Plugins Trac:
Tagging 0.6.01 week ago
-
Committed [2459202] to Plugins Trac:
Committing 0.6.0 to trunk1 week ago
-
Posted a reply to Change AMp URL, on the site WordPress.org Forums:
The only way to do that without changing version is to switch to legacy Reader…1 week ago
-
Posted a reply to Google Analytics – AMP Direct View, on the site WordPress.org Forums:
@the5krunner I'm still seeing the JavaScript-based redirection being done. Specifically, your non-AMP page at https://fitium.nl…1 week ago
-
Posted a reply to Plugin not working at all, on the site WordPress.org Forums:
If you look at the source code of https://frugalflyer.ca/blog/compilation-of-us-to-canada-mail-forwarders/ you'll find: <link rel="amphtml" href="https://frugalflyer.ca/blog/compilation-of-us-to-canada-mail-forwarders/amp/"> So…1 week ago
-
Posted a reply to AMP disables itself after changing post template, on the site WordPress.org Forums:
Is the plugin disabling itself or just AMP being disabled for that one post? You…1 week ago
-
Posted a reply to Properly size images, Serve images in next-gen formats, on the site WordPress.org Forums:
I've filed an issue regarding this: https://github.com/ampproject/amp-wp/issues/57881 week ago
-
Posted a reply to Properly size images, Serve images in next-gen formats, on the site WordPress.org Forums:
Also, for images I suggest using Jetpack plugin's Site Accelerator image CDN (aka Photon) as…1 week ago
-
Posted a reply to Ask url problem before using this plugin, on the site WordPress.org Forums:
For whatever reason, the $wp_rewrite variable is not defined when that code is running on…2 weeks ago
-
Posted a reply to Ask url problem before using this plugin, on the site WordPress.org Forums:
For readability: PHP Fatal error: Uncaught Error: Call to a member function using_permalinks() on null…2 weeks ago
-
Posted a reply to Edit amp page footer, on the site WordPress.org Forums:
The error is occurring in the gt3_wp_head_custom_code() function which is defined in the GT3 Themes…2 weeks ago
-
Posted a reply to Edit amp page footer, on the site WordPress.org Forums:
@wpeight Thanks for sharing that. I can see the issue is that you have a…2 weeks ago
-
Posted a reply to [AMP] AMP and Cloudflare, on the site WordPress.org Forums:
@tjalexander70 Excellent. Thank you very much for testing. This will give us more confidence to…2 weeks ago
-
Posted a reply to Edit amp page footer, on the site WordPress.org Forums:
Yes, please submit your site information via our private form: https://forms.gle/AXLsn3TNBjhLJxMK92 weeks ago
-
Posted a reply to Edit amp page footer, on the site WordPress.org Forums:
We can advise on how to customize the footer template, but it may be Monday…2 weeks ago
-
Posted a reply to How to direct “Leave Comment” to “Exit Mobile”, on the site WordPress.org Forums:
That's correct but it shouldn't have been needed since we did something similar already in…2 weeks ago
-
Posted a reply to Ask url problem before using this plugin, on the site WordPress.org Forums:
@mbandqs While opening a new support topic would be best, while waiting for it to…2 weeks ago
-
Posted a reply to AMP and Cloudflare, on the site WordPress.org Forums:
Ah yes. We are reaching out to authors of AMP-compatible themes to add that metadata…2 weeks ago
-
Posted a reply to AMP and Cloudflare, on the site WordPress.org Forums:
It's good to see that you're using a Reader theme. Did you add an amp_reader_themes…2 weeks ago
-
Posted a reply to AMP and Cloudflare, on the site WordPress.org Forums:
🎉2 weeks ago
Developer
-
Accessibility (a11y) Speech Synthesis
Active Installs: Less than 10
-
AMP
Active Installs: 500,000+
-
Better Code Editing
Active Installs: 30+
-
Customize Comments
Active Installs: Less than 10
-
Customize Inline Editing
Active Installs: 10+
-
Customize Object Selector
Active Installs: 100+
-
Customize Posts
Active Installs: 4,000+
-
Customize Snapshots
Active Installs: 700+
-
Customizer Browser History
Active Installs: 50+
-
Customizer Dev Tools
Active Installs: Less than 10
-
Customizer Everywhere
Active Installs: Less than 10
-
Customizer Responsive Server-Side Components Device Preview
Active Installs: 80+
-
Dependency Minification
Active Installs: 80+
-
Feature Policy
Active Installs: 200+
-
Force Featured Image
Active Installs: 50+
-
JS Widgets
Active Installs: 10+
-
Lazy Loading oEmbed Iframes
Active Installs: Less than 10
-
Listenability
Active Installs: Less than 10
-
Media Placeholders
Active Installs: 200+
-
Override Post Title with First Content Heading
Active Installs: 100+
-
PWA
Active Installs: 40,000+
-
Sectionize
Active Installs: Less than 10
-
Spoken Word
Active Installs: 100+
-
Syntax-highlighting Code Block (with Server-side Rendering)
Active Installs: 800+
-
User Photo
Active Installs: 10,000+
-
Widget Favorites
Active Installs: 30+
Contributor
-
Code Syntax Block
Active Installs: 5,000+
-
Mentionable
Active Installs: 600+
-
Quicklink for WordPress
Active Installs: 1,000+
-
Reporting API
Active Installs: 50+
Support Rep
-
Web Stories
Active Installs: 20,000+
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 - WP Security, Backup, Speed, & Growth
-
Jetpack Follow Link for P2
-
Log in with Google
-
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