资 源 简 介
Introduction
This class should easily enable the users to generate offline Buttons (QR-Codes) for Liking a Facebook Profile, Following a Twitter account or watching a YouTube video. With this codes you can connect your virtual social accounts with the real world outside.
Simply put this stickers to wherever you want. On your school bag, your DJ desk or to the shopping window of your shop. Generate more likes and follower with this QR Codes.
How to use
```
include "qrcode.class.php";
$qr = new SocialQrCode ();
$qr->setType ( SocialQrCode::QRCODETYPEPNG );
$qr->generate ( "http://www.facebook.com/cocacola" );
$qr->show ();
```
Download Source Code
http://social-qr-codes.googlecode.com/svn/trunk/qrcode.class.php
Working Demo
http://qrcodescript.com