Experimental project
This is a sandbox project, which contains experimental code for developer use only.
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);
})();
| Attachment | Size |
|---|---|
| Simple Reach Module and Install Instructions | 3.5 KB |
Project information
- Project categories: Content editing experience
- Created by holyfire on , updated

