Category archives: shortcode

 

 

 

0

Incrusta una web dentro de WordPress

Vale, seguro que vais a empezar a decir que eso de los iframes es un horror, que es un truño para el posicionamiento en buscadores y demás historias pero seguro que más de una vez has querido insertar una web en tu WordPress y no has sabido como hacerlo. A lo bestia, podrías copiar todo el código fuente de la web en cuestión y pegarlo en el modo HTML del editor de una entrada o página, pero si esa web cambia tu publicación no reflejaría los cambios, así que esa opción, válida pero bruta, no nos vale. La otra posibilidad, … Sigue leyendo que hay más

Read more

 

0

Create QR Codes For Your WordPress Posts

QR can be used by mobile devices to scan and get bits of data, they can even be used to display a web page. They are starting to become more and more popular the more mobile devices are being used. But creating your own QR codes can be difficult and if you want one for each post of your blog it can be very time consuming. There is a company called QR-Server which provide an API to create QR codes, all you have to do is query this API with the width and height of the QR code you want, the website you want it to redirect to and it will generate a QR code for you. http://api.qrserver.com/v1/create-qr-code/?size=150×150&data=url-or-text WordPress Shortcode Using this API we can create a QR code for any page, now we are going a WordPress shortcode to generate the QR of the current page. Just copy and paste the following into your […]

Read more