Skip to content

Instantly share code, notes, and snippets.

@smgt
Created July 16, 2012 06:31
Show Gist options
  • Save smgt/3121118 to your computer and use it in GitHub Desktop.
Save smgt/3121118 to your computer and use it in GitHub Desktop.
Add flattr to AddThis
<html>
<head>
<title>AddThis Flattr Test Page</title>
</head>
<body>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_flattr.com"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ed0564132efbcfd"></script>
<script type="text/javascript">
var addthis_config = {
services_custom: {
name: "Flattr",
url: "http://flattr.com/submit/auto?url={{url}}&title={{title}}&user_id=Monsterbusters&category=text&language=en_GB",
icon: "http://flattr.com/_img/icons/flattr_logo_16.png"
}
}
</script>
<p>Code shown below is exactly as it is in the HTML.</p>
<xmp>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_flattr.com"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ed0564132efbcfd"></script>
<script type="text/javascript">
var addthis_config = {
services_custom: {
name: "Flattr",
url: "http://flattr.com/submit/auto?url={{url}}&title={{title}}&user_id=Monsterbusters&category=text&language=en_GB",
icon: "http://flattr.com/_img/icons/flattr_logo_16.png"}
}
</script>
<!-- AddThis Button END -->
</xmp>
</body>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment