I am having vendor address field for each post using custom field plugin.
In single post page.I want to generate bar code.When its scanned by mobile phone.It should display the address of the vendor in text format.
Is there any existing plugin.Or any gold suggestions are appreciated.
Thanks in advance !
No need for a plugin if you use the Google Chart tool api its very simple,
i have a function that i wrote a while back:
Usage:
which will give you this:
So once you have this function in your theme’s functions.php file you can call it in your template and pass the custom field value as the content:
http://wordpress.org/extend/plugins/wcs-qr-code-generator/
Seems like a good one. It just uses a shortcode for you to place the bar code wherever you like, the default makes a code for the post url, but you can specify a specific url to your vendor or whatever in the shortcode it looks like.
I haven’t tested this, but it seems to be working well for others. I’m not sure if it can be configured to grab the address from the custom field….. but it seems simle enough to add the address for yourself if that is acceptable