QRMemo

Описание

QRMemo is a versatile WordPress plugin that enables you to automatically generate and display QR codes at the end of specific post types. The QR codes added automatically contain the URL of the page or post they are appended to, making it easy for users to share or save the page.

The plugin also supports generating QR codes using a shortcode, allowing you to insert a QR code with custom text anywhere in your content.

Key Features:
* Automatically add QR codes containing the page URL to the end of posts, pages, and other custom post types.
* Customize which post types should display QR codes.
* Generate QR codes via shortcode, specifying custom text, size, margin, and alignment.

Libraries Used:
* Endroid QR Code — A powerful library for generating QR codes in PHP.

License

This plugin is licensed under the GPLv2 or later. For more details, see https://www.gnu.org/licenses/gpl-2.0.html.

Скриншоты

  • Settings Page — The settings page allows you to select which post types should display QR codes automatically.

Установка

  1. Upload the qrmemo folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Configure the plugin settings under ‘Settings’ -> ‘QRMemo’.

Часто задаваемые вопросы

How do I insert a QR code in my content?

You can use the [qrmemo] shortcode to insert a QR code anywhere in your content. For example:

[qrmemo text="Hello World" size="150" margin="10" align="center"]

This shortcode generates a QR code with the specified text, size, margin, and alignment.

Can I choose which post types display QR codes automatically?

Yes! In the plugin settings, you can select the post types where QR codes should be automatically added.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«QRMemo» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «QRMemo» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • Initial stable release with support for adding QR codes to selected post types and shortcode generation.
  • Simplified settings and removed unnecessary options for a streamlined user experience.