SimpleReach

Categories

Component ID

2163477

Component name

SimpleReach

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module allows you to implement simplereach on your site simply by entering the appropriate SimpleReach assigned Publisher ID (PID). Code is applied to any available categories on your site.

Simple Reach is primarily used to track content in real-time across the social web. This was originally developed from source code originally provided via SimpleReach here:


__reach_config = {
  pid: '$pid',
  title: '$title',
  url: '$canonical_url',
  date: '2011-12-01 00:02:11 UTC',
  authors: ['$author'],
  channels: ['$chan1'],
  tags: ['$tag1','$tag2'],
  landing_url: '$url',
  iframe: true,
  ignore_errors: false,
  domain: '$my_domain'
};
(function(){
  var s = document.createElement('script');
  s.async = true;
  s.type = 'text/javascript';
  s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';
  (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
})();