Making your website accessible on smart phones means your clients can access your website anytime, anywhere. Any important information is at their fingertip, such as your business hours, your location, and a contact number. Help the client avoid having to type long URL and make it easier for them to open it on their phone.
People may have gotten interrupted or rushed to complete another task. A QR code allow the user to scan and open the same link on their phone, so that they can pick up what he left out and continue reading.
Normally company computers don't allow access to social media web-sites. Scanning a QR code can help the user immediately open the link on their smart phone and share it using Facebook app.
That being said, normally a full size QR code is too big and will not fit with your website’s appearance. Our solution is to place a little icon on the page which points to a dedicated page. This will encourage the mobile user to scan your website, while not compromising your website’s appearance. Here is the code you can paste on your website.
<a href="https://scan2d.com/tools/share.htm?url=http://your-domain.com">
<img border="0" src="http://scan2d.com/tools/share-icon.png" width="30" height="30">
Share
</a>
If your site use font-awesome, the code can be even more simple:
<a href="https://scan2d.com/tools/share.htm?url=http://your-domain.com"> <i class="fa fa-qrcode" ></i></a>
The final result will look like this:
Finally, here is the screenshot if the user follows the link. and here is a Live Demo