Responsible
Viewport resizing comes to the WordPress admin bar.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3890 days ago • 8 reviews
Is Responsible abandoned?
Possibly abandoned (last update 3890 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Test your responsive website from the WordPress admin bar. This plugin uses the excellent Viewport Resizer bookmarklet to add a responsive button to the WordPress admin bar. Once pressed you can easily test your site in a range of common viewport sizes (e.g. iPhone, Tablet and Desktop).
The plugin is handy for testing during development and also for writers and editors to preview their content on different devices.
Banner illustration above by Gemma Garner.
Installation
To install this plugin:
- Upload the
responsiblefolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- That’s it!
Alternatively you can search for the plugin from your WordPress dashboard and install from there.
Frequently Asked Questions
Hooks & Filters
The plugin has one filter that allows you register a custom bookmarklet. You can generate your own here.
add_filter('responsible_bookmarklet', 'custom_bookmarklet');
function custom_bookmarklet() {
return ''; // add your generated JS/HTML here
}
Review feed
Slick UI makes responsive testing more fun
Changelog
1.1
- Only load CSS assets when admin bar is visible
1.0
- Initial release

