Welcome To Your Data

Projects » WelcomeToYourData WordPress Plugin

Current Version: 1.1

Download it here: Download It Here WelcomeToYourData WordPress Mu Plugin

Open Source

This plugin is 100% open source. Check out the project page:

http://wordpress.org/extend/plugins/welcometoyourdata/

What Does It Do?

The WelcomeToYourData plugin makes it easy to track all of your statistics data from Google Analytics, Google Reader, Feedburner, and WP SlimStats in 1 easy to use plugin. WTYD installs on both WordPress 2.7 andWordPress Mu 2.7!

WelcomeToYourData downloads and stores a number of different feeds into your WordPress database. WTYD downloads and stores:

All of your starred items from Google Reader

  1. Your RSS feed’s statistics from Feedburner
  2. Visitor’s average time-on-site from Google Analytics
  3. Visitor’s bounce rate from Google Analytics
  4. Percent of new visitor’s from Google Analytics
  5. Number of total visitors from Google Analytics
  6. Number of events per visit from Google Analytics

WTYD also figures out peers into your blog database and figures out:

  1. Number of posts per month
  2. Number of comments per week
  3. Total number of words written per month
  4. Average words per post written per month

WTYD also lets you view and correlate all of this data in an easy to use graph in the WordPress admin console. Check out the sample graph on the bottom of my About page.

Other Utility Functions

WelcomeToYourData also provides an API for displaying a list of your starred items from Google Reader, as well as a list of recently popular content on your blog.

The following code displays 5 posts/pages that have been the most popular over the past 7 days, with green/red arrows describing if the posts have become more or less popular in that time.

[code lang=”php”]
$wtydPlugin->popular_posts(7, 5, true);
[/code]

The above code would display a list like the following sans title:

picture-45

Demo

This Blog!

The WelcomeToYourData plugin powers:

  1. The popular posts section of the home page‘s header
  2. The bookmarks section on the home page, as well as the dedicated Bookmarks page
  3. The statics graph on my About Me page

Sample Graph

Below is a screenshot of the graph you’ll be able to view in the WordPress admin console. You can also view a working demo on my About Me page.

picture-391

Documentation

The data graph is automatically added to WordPress’s admin console.

To display some recent number of starred items from Google Reader:

[code lang=”php”]
$wtydPlugin->readerShared(4);
[/code]

To show the X most popular posts within the last Y days:

[code lang=”php”]
$wtydPlugin->popular_posts(Y, X, true);
[/code]

To get the post data for the X most popular posts within the last Y days:

[code lang=”php”]
$data = $wtydPlugin->popular_posts(Y, X);
[/code]

Enjoy!

Thanks for your support, enjoy the plugin!

10 thoughts on “Welcome To Your Data

  1. Thanks for the plugin! You might want to fix the download though as it doesn’t include any of the subfolder files (e.g. those in lib, images and js); I had to grab those from googlecode. Work’s a treat now though. Thanks again!

  2. @Douglas, I had the directory name wrong in the download. instead of uploading a directory named “welcometoyourdata”, the plugin directory needs to be named “wp-wtyd”. renaming and reactivating should do the trick. A new .zip will be on wordpress.org soon w/ the correct directory structure. sorry for the confusion!

  3. Hi – Cool plugin! I am having one problem – the graph in the admin is working great – displays data, etc. But the code to pull out the most popular posts is not displaying anything.

    Any suggestions?

  4. After installing, the plugin could not be activated, an error was shown that it does not have a valid header. WP 2.8.4

    plugin is not on the plugins list and I cannot re-download it, as the newest version is installed..

Comments are closed.