mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-11 19:24:07 +02:00
social
This commit is contained in:
15
index.html
15
index.html
@@ -60,5 +60,20 @@
|
|||||||
</article>
|
</article>
|
||||||
|
|
||||||
<script src="article.js"></script>
|
<script src="article.js"></script>
|
||||||
|
|
||||||
|
<!-- for social stuff -->
|
||||||
|
<script>
|
||||||
|
if(window.location.toString().indexOf("localhost") === -1) {
|
||||||
|
// no tracking info: http://support.addthis.com/customer/portal/articles/1013558-removing-all-hashtags-anchors-from-your-urls
|
||||||
|
var addthis_config = addthis_config||{};
|
||||||
|
addthis_config.data_track_clickback = false;
|
||||||
|
addthis_config.data_track_addressbar = false;
|
||||||
|
var script = document.createElement("script");
|
||||||
|
script.setAttribute("async", true);
|
||||||
|
script.src = "http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-516a3187281448fc";
|
||||||
|
document.head.appendChild(script);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user