Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.08 KB

Readme.md

File metadata and controls

38 lines (26 loc) · 1.08 KB

social_detector

Inspired by http://www.tomanthony.co.uk/blog/detect-visitor-social-networks/

Usage

Simplest usage

<script src="social_detector.js"></script>
<script>
	social_detector({
		facebook: 'facebook_app_id',
		vkontakte: 'vkontakte_app_id'
	});
</script>

How to get appId

Described in seomoz blog post, section "Setup a Facebook App"

How to view report in GA

Described in seomoz blog post section "Setting up Google Analytics"

Options

facebook - Facebook appId. Required if you want detect login status for facebook.com
vkontakte - Vkontakte appId. Required if you want detect login status for vk.com (aka vkontakte.ru)
ga - Google analytics site's ID. If you set it, it will load GA script, set `_setAccount` and `_trackPageview`.
callback - Callback function. Set it if you don't want to report to GA, but process it manually

TODO

  • add detection of another social networks