X

Cómo generar códigos QR para entradas y páginas

Snippets by IsItWP

¿Alguna vez has querido generar un código de respuesta rápida (código QR) para un artículo o página de tu sitio web WordPress? Este fragmento generará un código QR para cada artículo.

Instrucciones:

Añade este pequeño snippet al archivo single.php de tu tema WordPress dentro del Loop en el lugar que desees mostrar el código QR. Para ajustar el tamaño de la imagen QR, simplemente cambie lo siguiente dentro del atributo src: size=100x100. Por ejemplo, para hacer una imagen de 200px por 200px, cambie el valor a size=200x200.

<img src="http://api.qrserver.com/v1/create-qr-code/?size=100x100&data=<?php the_permalink(); ?>" alt="QR:  <?php the_title(); ?>"/>

Nota: Si es la primera vez que añade fragmentos de código en WordPress, consulte nuestra guía sobre cómo añadir correctamente fragmentos de código en WordPress, para no romper accidentalmente su sitio.

Si le gustó este fragmento de código, por favor considere revisar nuestros otros artículos en el sitio como: ¿Qué es un Blog? Blog vs. Sitio Web y ¿Cómo Funcionan?

Comentarios   Deja una respuesta

  1. can anyone that tried this share a page/post to see how it works??

    1. 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.

  2. syntax error could you post the code the way its to be placed in the PHP file

    1. 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/

  3. 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..

  4. This is good!

  5. This is good!

  6. This is good!

  7. Thank You

  8. why should I generate a QR-code for a page/post I’m already on?

    1. 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.

  9. Great tip, thank you!

  10. Very useful, thanks for sharing

  11. How to automatically generate a QR code for your posts julio 9, 2012 en 10:12 am

    […] to Kevin Chard for the tip! If you enjoyed this article, please consider sharing it! tweetmeme_style = […]

Añadir un comentario

Nos alegra que haya decidido dejar un comentario. Tenga en cuenta que todos los comentarios se moderan de acuerdo con nuestra política de privacidad , y que todos los enlaces son nofollow. NO utilice palabras clave en el campo del nombre. Tengamos una conversación personal y significativa.

WordPress Launch Checklist

La lista definitiva para lanzar WordPress

Hemos recopilado todos los elementos esenciales de la lista de comprobación para el lanzamiento de su próximo sitio web de WordPress en un práctico ebook.
Sí, envíeme el ¡gratuito!