Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

QRCode Generator – Adsense

Beschreibung

It also enables you to place dynamic QR codes using widget. Dynamic QR codes are easier to scan and enable you to track number of scans, device type, and change URL destination.

How to auto generate QR codes for each post/page

Open plugin settings and choose static QR code (for simple QR codes without analytics). Each page/post will have unique QR code redirecting user which scans it to that page.
If you create free CodeQRCode account and paste ApplicationID, dropdown list will show your dynamic QR codes also.

Checkout how to create QR code contact vcard and place it :

How to place AdSense ad code ?
Just copy & paste AdSense or any other third party Ad code to box and optionally add name. Choose default Ad for each post and page. Go to Dashboard > Appearance > Widgets and Drag n Drop desired code to desired position. Thats it!

Advantages of Dynamic QR codes:

  1. Easier to scan (because codeqrcode uses short URL)
  2. Ability to change URL later (after placing it on your web site or printing it) – by using codeqrcode dashboard you can change destination URL whenever you want.
  3. Scan analytics – using codeqrcode dashboard you can have insight in number of scans, device types used to scan, whether the scan is new or returning, date, time and much more…

You can read more about dynamic vs static QR codes

Screenshots

  • CodeQRCode AdSense plugin configuration
  • How to get Application ID ?
  • CodeQRCode Dashboard where you can analyze QR code scans
  • Drag n Drop QR code to desired position (or place AdSense or other Ad code).

Installation

How to activate and use CodeQRCode dynamic QR codes on your wordpress website

1. step : Get CodeQRCode wordpress plugin :
Login to your wordpress dashboard as administrator, go to Plugins> Add New and type „codeqrcode“, click install!
or manually :
* get plugin and
* Upload and unzip plugin to the /wp-content/plugins/ directory
* Activate the CodeQRCode plugin through the ‚Plugins‘ menu in WordPress

Go to your WordPress administration panel, go to plugins and settings for CodeQRCode plugin.

2. step : Click on red button „Create your FREE account“ to get free CodeQRCode.com account and autopopulate Application ID field.
After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed.

3. step OPTIONAL :
Optionally if you didn’t get Application ID in previous step you can copy paste it manually
Sign in and get your CodeQRCode Application ID
After logging in, go to your profile and copy Application ID from CodeQRCode and paste it in wordpress plugin.

WELL DONE! CodeQRCode is now active on your WordPress website and you should be able to see your dynamic QR codes in plugin settings and CodeQRCode drag n drop widget.

Now you can Log in to the CodeQRCode and create more dynamic QR codes or to track statistics and for get additional configuration to CodeQRCode dashboard.

Questions? Contact us!

Click here for customer support >>

FAQ

Installation Instructions

How to activate and use CodeQRCode dynamic QR codes on your wordpress website

1. step : Get CodeQRCode wordpress plugin :
Login to your wordpress dashboard as administrator, go to Plugins> Add New and type „codeqrcode“, click install!
or manually :
* get plugin and
* Upload and unzip plugin to the /wp-content/plugins/ directory
* Activate the CodeQRCode plugin through the ‚Plugins‘ menu in WordPress

Go to your WordPress administration panel, go to plugins and settings for CodeQRCode plugin.

2. step : Click on red button „Create your FREE account“ to get free CodeQRCode.com account and autopopulate Application ID field.
After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed.

3. step OPTIONAL :
Optionally if you didn’t get Application ID in previous step you can copy paste it manually
Sign in and get your CodeQRCode Application ID
After logging in, go to your profile and copy Application ID from CodeQRCode and paste it in wordpress plugin.

WELL DONE! CodeQRCode is now active on your WordPress website and you should be able to see your dynamic QR codes in plugin settings and CodeQRCode drag n drop widget.

Now you can Log in to the CodeQRCode and create more dynamic QR codes or to track statistics and for get additional configuration to CodeQRCode dashboard.

Questions? Contact us!

Click here for customer support >>

I have pasted CodeQRCode Application ID but do not see any Dynamic QR Codes

Is Application ID correct? When you save changes, does the list of your dynamic QR codes appear in dropdown? If you see only static QR code option, please Log in to codeqrcode.com and create first dynamic QR code.

QR codes are not showing below posts (single page post) or pages.

Go to plugin configuration and check if the checkbox is enabled for single posts and/or pages on your wordpress site.
Change type from static to dynamic QR codes if desired.

Where can I find analytics for QR code scans?

login to CodeQRCode and click statistics for desired QR code. Please note that only scans of dynamic QR codes are tracked.

Can I use this plugin to serve Ad Sense or any other Ad code?

Yes you can! This is bonus feature for you! Just go to plugin settings and enable Ad serving checkbox. It will reveal 3 fields where you can paste your ad code. Later in Appearance -> Widgets you can drag and drop CodeQRCode-Adsense widget to desired position.

Rezensionen

24. Oktober 2016 1 reply
I installed this plugin which destroyed the database of my site, let me explain how... I got "maxconnection" errors a few minutes after setting up a dynamic QRcode on the homepage. By security the service provider closed every access to my website (including PhpMyAdmin) so I had no other alternative than reverting to day-1 backup. A likely reason is that the code dealing with dynamic QRcode performs an "open" statement and forgets to close, which ends up saturating the site if the page is often accessed. I spent another day trying other plugins for (static) QRcodes, one of which created PHP errors resulting in disrupted display of the theme... In the end, I understood that the simplest and safest way to produce QRcode is to install a PHP widget and run the following code that calls Google's service to display a QRcode with the URL of the current page (or anything else you wish): ========== <?php function curPageURL() { $pageURL = 'http'; if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";} $pageURL .= "://"; if ($_SERVER["SERVER_PORT"] <> "80") { $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"]; } else { $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; } return $pageURL; } $url = curPageURL(); $call = "https://chart.googleapis.com/chart?cht=qr&chl=".$url."&chs=160x160"; echo ""; ?> ============ This code is for instance running on my page: http://lebonheurestpossible.org/dawn-phenomenon/
Lies alle 2 Rezensionen

Mitwirkende & Entwickler

„QRCode Generator – Adsense“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Änderungsprotokoll

2.1.1

  • QR code width fix
  • Theme influence fix

2.1.0

  • Improved communication with CodeQRCode API
  • Warning fixed when dragging widget

2.0.1

  • Small layout fixes

2.0.0

  • Tested up to 4.9.2 (newest wp version)
  • Improved API communication engine
  • Improved Authorization process. Easier to get Application ID with one click.
  • Added dynamic QR code preview in plugin settings
  • Now supports SSL communication with codeqrcode.com

1.3.3

  • Tested up to 4.6.1 (newest wp version)

1.3.2

  • Tested up to 4.5.3 (newest wp version)

1.3.1

  • Added Benefits & Cross promotion tool video tutorial

1.3

  • Tested up to 4.3 (newest wp version)

1.2

  • Added please „rate and review“ link in plugin section
  • Tested up to 4.2.3 (newest wp version)

1.1

  • Added option to enable/disable shadow for qrCodes

1.0

  • First version of CodeQRCode AdSense plugin widget