Skip to content

Instantly share code, notes, and snippets.

@cartoonistarif
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save cartoonistarif/40a8288f8aa4ec287435 to your computer and use it in GitHub Desktop.

Select an option

Save cartoonistarif/40a8288f8aa4ec287435 to your computer and use it in GitHub Desktop.
A Pen by Cartoonist ARiF.
<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
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment