tOOns MaG Facebook Page Badge Facebadge with Jquery http://www.toonsmag.com/
A Pen by Cartoonist ARiF on CodePen.
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width"> | |
| </head> | |
| <body style="margin: 20px"> | |
| <div class="test"></div> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
| <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script> | |
| <script src="http://api.ning.com:80/files/0jwS8IDgkuW65ActbRaAWUdj-ylirtDeQvd4i2MHaQ18oDfPsyiiT0ne6ILyxo3sSkZQRevK-TDNCC36JJaLqtAVFD*wJxo2/main.css"></script> | |
| </body> |
| $(document).ready(function() { | |
| $(".test").faceBadge({ | |
| pageId: "toonsmag", | |
| loaderText: "Creating badge...", | |
| width: 350, | |
| coverHeight: 120, | |
| showDesc: true, | |
| linkToPage: true | |
| }); | |
| }); |
tOOns MaG Facebook Page Badge Facebadge with Jquery http://www.toonsmag.com/
A Pen by Cartoonist ARiF on CodePen.