Skip to content

Commit

Permalink
Added AddThis widget
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Oct 30, 2013
1 parent df5614d commit e380a98
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DurandalAuth.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,20 @@
} else {
<script type="text/javascript" src="/App/main-built.js"></script>
}

<!-- AddThis Smart Layers BEGIN -->
<!-- Go to http://www.addthis.com/get/smart-layers to customize -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-526ec65d59442092"></script>
<script type="text/javascript">
addthis.layers({
'theme' : 'transparent',
'share' : {
'position' : 'right',
'services' : "facebook,twitter,linkedin,more"
}
});
</script>
<!-- AddThis Smart Layers END -->

</body>
</html>

0 comments on commit e380a98

Please sign in to comment.