Wednesday, July 01, 2009

Contact info

Let us present a new way for sharing your contact info. You can publish your data right on your site (blog) in the form allowed one click transfer to phone address book. A simple JavaScript widget lets you do that (see MECARD widgets).

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:

Coldbeans contact

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: