You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Social Timeline was created as a beautiful way to present data collected using ThinkUp, an open source web application that captures your social activity.
1
+
# Social Timeline
2
+
3
+
Social Timeline was created as a beautiful way to present data collected using ThinkUp.
4
+
5
+
## About ThinkUp
6
+
7
+
ThinkUp is a PHP/MySQL application that captures your social interaction on sites like Twitter, Facebook, and Google+. Visit the [ThinkUp](http://thinkupapp.com) website for more informatiom.
8
+
9
+
## Getting Started
10
+
11
+
Social Timeline requires a [ThinkUp](http://thinkupapp.com) installation to communicate with. If your ThinkUp installation and Social Timeline are on different domains, you may need to modify your headers to allow the cross-origin request (I used [this guide](http://enable-cors.org/#how-apache) for Apache).
12
+
13
+
To display media you'll need the Expand URLs plugin enabled in ThinkUp and an [Embed.ly](http://embed.ly/) key (there *is* a free plan).
14
+
15
+
Create a directory for the timeline and upload all the necessary files. Next, make a copy of config.sample.js named config.js and enter the required settings. Enjoy!
16
+
17
+
## License
18
+
19
+
Social Timeline's source code is licensed under the
20
+
[GNU General Public License](http://www.gnu.org/licenses/gpl.html),
0 commit comments