Post QR Code Link
This plugin shows a QR code with the current permalink in a backend metabox for quick-access to the page/post via tablet or phone.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1486 days ago
Is Post QR Code Link abandoned?
Possibly abandoned (last update 1486 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Supports posts and pages.
How to Use this Plugin
- Just activate this plugin and you’ll see a new meta-box showing a QR-Code with the permalink to the current post/page
ToDo
There will be an admin page to activate or deactivate this meta-box feature for the post-types you like. As for now you can use the
filter qrcode_link_post_types to return a string-array of post-types you want this feature for.
Example:
add_filter(‘qrcode_link_post_types’, ‘qrcode_post_types’);
function qrcode_post_types($post_types){
return [‘post’, ‘page’, ‘product’];
}
Installation
Frequently Asked Questions
Review feed
Changelog
1.0.1
- Updated outputted values to be escaped and added filter-support for post-type-array
1.0.0
- First release
