Widget presents a QR-code that could be scanned by the visitors. After that it is just one click (confirmation) for adding your contact. Now more manual typing and your data will be always correct. For example, add the following fragment to your HTML code:
<script language="JavaScript">
var qr_shareName = 'Coldbeans';
var qr_shareEmail = 'info@servletsuite.com';
var qr_shareURL = 'http://www.servletsuite.com';
</script>
<script type="text/javascript" src="http://www.servletsuite.com/qr-address.js"></script>
and you will get this:
Of course, you can set more details (phone, address) as well as a new size for QR-code image. See MECARD JavaScript widget for more details.
No comments:
Post a Comment