Skip to content

Instantly share code, notes, and snippets.

@stereodenis
Created July 14, 2013 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stereodenis/5995126 to your computer and use it in GitHub Desktop.
Save stereodenis/5995126 to your computer and use it in GitHub Desktop.
:javascript
(function() {
if (window.pluso)if (typeof window.pluso.start == "function") return;
var d = document, s = d.createElement('script'), g = 'getElementsByTagName';
s.type = 'text/javascript'; s.charset='UTF-8'; s.async = true;
s.src = ('https:' == window.location.protocol ? 'https' : 'http') + '://share.pluso.ru/pluso-like.js';
var h=d[g]('head')[0] || d[g]('body')[0];
h.appendChild(s);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment