Avez-vous déjà voulu générer un code de réponse rapide (QR code) pour un article ou une page de votre site web WordPress ? Ce snippet va générer un QR-code pour chaque article.
Instructions :
Ajoutez ce petit extrait au fichier single.php de votre thème WordPress à l’intérieur de la boucle à l’endroit où vous souhaitez afficher le code QR. Pour ajuster la taille de l’image QR, il suffit de modifier l’attribut src
comme suit : size=100x100.
Par exemple, pour créer une image de 200px par 200px, changez la valeur en size=200x200.
<img src="http://api.qrserver.com/v1/create-qr-code/?size=100x100&data=<?php the_permalink(); ?>" alt="QR: <?php the_title(); ?>"/>
Note : Si c’est la première fois que vous ajoutez des extraits de code dans WordPress, veuillez consulter notre guide sur la façon d’ajouter correctement des extraits de code dans WordPress, afin de ne pas endommager accidentellement votre site.
Si vous avez aimé cet extrait de code, n’hésitez pas à consulter nos autres articles sur le site tels que : Qu’est-ce qu’un blog ? Blog vs. site web et comment fonctionnent-ils ?
can anyone that tried this share a page/post to see how it works??
It works by getting an image from this link: http://api.qrserver.com/v1/create-qr-code/?size=100×100&data=
The
data
value of the query string needs to have the permalink added to it in order to work, as shown in the snippet.syntax error could you post the code the way its to be placed in the PHP file
You may want to check out this guide on adding code snippets, as the code can be pasted in many ways inside a theme template file: https://www.isitwp.com/properly-add-code-snippets-wordpress-site/
Runned into this site a few day’s ago and are always carefull with registering and commenting else where. But i have to admit that this is a great recource for learing and understanding php. Thanks and keep up this knowledgebase..
This is good!
This is good!
This is good!
Thank You
why should I generate a QR-code for a page/post I’m already on?
For example, you’re using a page from your PC & with the QR Code, you can easily open the page on your phone without typing the url. Also helps in sharing post to sites.
Great tip, thank you!
Very useful, thanks for sharing
[…] to Kevin Chard for the tip! If you enjoyed this article, please consider sharing it! tweetmeme_style = […]