Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Dynamic QR Code Generator

Beschrijving

(Quick Response code) A two-dimensional bar code that is widely used to cause a Web page to download into the user’s smartphone when scanned with a mobile tagging app. ‘Dyanomic QR Code Generator’ plugin generate qr code for each and every page, post and site url . Its easy to use from your sidebars. No setting up needed just plug and play.

Shortcode

  • [dqr_code] – shows QR code for permalink of current post, page or custom post type.
  • [dqr_code url=”http://example.com”] – shows QR code for “http://example.com”.
  • [dqr_code post_id=”99″] – shows QR code for permalink of post ID “99”. (supports post,page or custom post type).
  • [dqr_code url=”http://example.com”] – shows QR code for “http://example.com” and the ‘post_id’ parameter will be denied.
  • [dqr_code url=”http://example.com” size=”300″ color=”#000000″ bgcolor=”#ffffff”] – shows QR code for “http://example.com”. Where the QR code will be 300px X300px size and will have “#000000” as color and “#ffffff” as background color. Defaults: Size= 200, Color=”#000000″, Background Color=”#ffffff”;

Key Feratures:

  • Easy install
  • Very easy to configure.
  • Easy to use shortcode.

Rate us/ Feedback:

Please take the time to let us and others know about your experiences by leaving a review, so that we can improve the plugin for you and other users.

Need More?

Please contact us if you need custom features or any other things.

Schermafdrukken

  • QR code for Site URL
  • QR code on Sidebar of Page Editor
  • QR code on Sidebar of Post Editor

Installatie

1.Download the Plugin.
1.Unzip the pluginusing 7Zip or Winzip.
1. Upload dynamic_qr_code_generator to the /wp-content/plugins/ directory
1. Activate the plugin through the ‘Plugins’ menu in WordPress
1. Enjoy the power of QR codes.

FAQ

Installation Instructions

1.Download the Plugin.
1.Unzip the pluginusing 7Zip or Winzip.
1. Upload dynamic_qr_code_generator to the /wp-content/plugins/ directory
1. Activate the plugin through the ‘Plugins’ menu in WordPress
1. Enjoy the power of QR codes.

Is this plugin 100% free?

Yes! and always will be.

Is this Ad-free?

Yes. 100% Ad-free.

Can I use it commercialy?

Yes! You are always free to use coomercially.

Beoordelingen

19 januari 2021
how do i share the qr code pls like share the code to fb or twitter...etc
21 oktober 2018
Downloaded to create a dynamic QR code on specific pages but this plugin returns post pages by default which does not work with BuddyPress. To fix this, I've replaced the following code at line 91 in dynamic_qr_code_generator.php $url= get_permalink(); with $url= $current_url="https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; at time of writing, this is returning a working QR code for the page URL 🙂 Aside from that, perfect plugin! Big ups to the developer for their work!
3 juni 2018
9 Months not updated anymore:( please update your plugin please:) Regards, Vincent
Lees alle 7 beoordelingen

Bijdragers & ontwikkelaars

“Dynamic QR Code Generator” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Dynamic QR Code Generator” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

=0.0.5=
Move to JS for being future proof.
Added shortcode [dqr_code]

0.0.1

Minor fixes in functionality