Created
September 27, 2011 21:56
-
-
Save mehdimehdi/1246363 to your computer and use it in GitHub Desktop.
JavaScript Snippet to drop on your template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" charset="utf-8"> | |
var is_ssl = ("https:" == document.location.protocol); | |
var asset_host = is_ssl ? "https://static.punchtab.com/" : "http://static.punchtab.com/"; | |
document.write(unescape("%3Cscript src='" + asset_host + "js/pt.js' type='text/javascript'%3E%3C/script%3E")); | |
</script> | |
<script type="text/javascript" charset="utf-8"> | |
var _ptq = _ptq || []; | |
var reward_widget_options = {}; | |
reward_widget_options.key = "13a1295c29f7312996986499f413af5d"; | |
reward_widget_options.display = "inline"; | |
reward_widget_options.defaultearning = []; | |
reward_widget_options.earningmap = false; | |
var reward_widget = new PT.reward_widget(reward_widget_options); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment