QRCodes
开发者 |
holyhope
|
更新时间 |
2016年5月12日 14:40 |
PHP版本: |
4.1 及以上 |
WordPress版本: |
4.4 |
版权: |
GPLv2. |
版权网址: |
版权信息
|
详情介绍:
QRCodes is a plugin very usefull, when visitor print pages, it add qrcodes which redirect to the current url. So people who read your posts (and pages) can find easily your website.
It automatically generate qrcode for wordpress posts and pages (they are cached so your site will still be as fast as before you install this plugin).
Moreove, it add qrcodes on the go to all other visited pages.
Help your visitor and everyone to find and reach your website.
安装:
- Extract plugin to the
/wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress. If you have a multisite installation it may take few minutes.
- Enjoy your qrcodes by printing home page!
屏幕截图:
更新日志:
2.1
- Register only one setting to store all general options for better performances.
- Add many settings to the option page:
- width
- primary-color
- secondary-color
- correction-level
- Add theme supports arguments to overwrite options:
- width
- primary-color
- secondary-color
- Fix media option sanitizer.
2.0
- Completly rewritten to build qrcodes in browser instead of server.
- Add support theme
qrcodes
for not include the built in style.
- Use qrcodesjs to generate qrcodes.
- Add documentation.
1.3.4
- Format code to respect WordPress standard.
- Fix some rare security issues.
- Rewrite description of the plugin.
1.3.3
- Fix postbox on admin page.
- Fix tooltip to autoclose when another is opened.
1.3.2
- Add tooltip in admin pages.
- Fix sources path in langage project.
1.3.1
- Format code to respect WordPress standard.
- Rename files to respect WordPress standard.
1.3
- Embed QRCode PHP library.
- Fix #wpadminbar element over .qrcodes images.
- Now qrcodes are indexed per site.
- Add qrcodes list per site in admin panel.
- Single or massive delete in one throw.
- Display data and path.
- Show a previex of qrcodes.
- Add qrcodes-generate action triggered when a qrcode is generated.
- Add qrcodes-remove triggered when a qrcode is successfully removed.
- Date of generation is now a difference time from current time.
- Fix
[user-id]
shortcode functionality by setting it to 0 for unknown users.
- Fix qrcodes generation for all site (previously generated only for default site).
- Remove qrcodes of site on deletion.
- Remove qrcode of post on deletion.
- Add documentation in readme.txt about:
QRCODES_LIB_PATH
QRCODES_BASEDIR
QRCODES_BASEURL
1.2
- Fix qrcodes generation.
- Use now correctly Settings API.
- Upgrade media query management interface.
- Use postbox and nav-tab style for admin pages.
- Add some screenshots.
- Move admin files to /admin folder
- Add a default value for media query at plugin activation:
- add print medium placed at the top right of pages.
- Set option autoload to true (decrease load time) for few options.
1.1
- Fix save settings.
- Add requirement section in readme.txt.
- Add
[user-id]
, [blog-id]
, [current-url]
shortcodes so you can use in qrcodes url (ex: http//domain.com/qrcodes?redirect=[current-url]).
- add many options:
- Generate all qrcodes for all blog.
- Add and manage media query (active or not and qrcodes position).
- Manage qrcodes redirection for blogs through network administration.
- Manage qrcodes redirection through blog's administration.
1.0
- First release.
- Generate 404 QRCodes on
wpmu_new_blog
hook.
- Display .qrcode on print media by default, but you can add other Media queries.
- Generate QRCode on
save_post
hook and save them.
- Delete saved QRCode on
delete_post
hook.
- Generate QRCode on the go during
get_header
hook for other page.
- Create QRCode folder in
QRCODES_BASEDIR
if defined, or by default /uploads/qrcodes
.
- Delete all QRCodes on plugin deactivation (
register_deactivation_hook
).
- It is actually displayed on the top right corner, but more options will come.