Skip to content

callumacrae/socialSharesBookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social shares bookmarklet

This is the repository for a bookmarklet which shows you how many times a link has been shared when you hover the mouse over it.

To use the bookmarklet, add the following as a bookmark:

javascript:(function(){var s=document.createElement('script');s.src='http://macr.ae/stuff/ssb/script.min.js';document.body.appendChild(s);})();

Unminified, it does the following:

(function () {
	var s = document.createElement('script');
	s.src = 'http://macr.ae/stuff/ssb/script.min.js';
	document.body.appendChild(s);
})();

About

A bookmarklet to show you how many times something has been shared.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published