This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Click Info

Description

Counts User Clicks on all external links via Ajax. This plugin needs no annoying and irritating redirect Page to count the Clicks of your external links.
By default all external links will become the target=”_blank” attribute and a nice Wiki Like Image via CSS to visualize your visitors that this is an external link.

In addition there are top reports available in the administration area.
Top Target urls, Top Referrer urls, Top Target by Referrer, Top Referrer by Target and a Top 10 Targets report in the Dashboard.

Screenshots

  • Backend
  • Frontend
  • Dashboard
  • Options
  • Timeline
  • Reportfilter by domain-name
  • Post Editor
  • Front-End
  • Live-Tracking

Installation

This section describes how to install the plugin and get it working.

  1. Upload wp-click-ckeck.php to the /wp-content/plugins/wp-click-info/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

When I activate the plugin WP Click Info write the following error: “Fatal error: Allowed memory size of xyz bytes exhausted (tried to allocate xyz bytes) in …/wp-admin/includes/schema.php”

Add a memora limit to the top of your wp-config.
ini_set(“memory_limit”,’64M’);

Reviews

Read all 7 reviews

Contributors & Developers

“WP Click Info” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Click Info” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

    2.7.4
  • Does not add external link icon to linked images.
  • Fixed a bug when “Do not open a new window” option was enabled. The plugin tracked always “javascript:void(0);” instead of correct href.
  • Tested up to: 3.4.2

2.7.3

  • Added autocomplete suggestion to reporting textfilter (Exclude) textbox!

2.7.1

  • New function : Live Tracking!
  • New function : css class “igno” can be used to ignore special links.

2.6.1

  • Front end reports. Please take a look at http://saquery.com/wordpress/wp-click-info/ for more infos.

2.5.8

  • Improved report-listing by ranking number for a better overview.
  • Improved reportings by text-filter for inclusion and/or exclusion of matched items.
  • Added a custom limit of Items for report-listings.

2.4.7

  • Added an optional Date-Range-Filter to top target/referer reports. You can now choose a start date and an enddate to external link click analytics.

2.3.6

    New User Options:

  • Record Admin User Clicks.
  • Record Registered User Clicks.
    2.2.5
  • Finaly fixed postition of legend for Timeline.
  • Improved Plugin Header with a link to the Changelog page.
    2.2.4
  • Fixed postition of legend for Timeline.
    2.2.3
  • Hide statistcs in external link titles.
  • Donation in dashboard is now hidden by default.
  • Sidebarmenuitem title fixed.
    2.1.3
  • Improved title attribute of external links in front end with more informations.
  • Date/Time info of last click.
  • Number of total clicks.
    2.0.1
  • Fixed SQL selector bug for timeline.
  • Improvements for new timeline function.
    2.0
  • Added a prototype of a WP-Click-Info Timeline. The first one shows the top targets within the last month.
  • Zoom into view by select an area within the chart.
  • Double Click to Zoom out.
    1.2.3
    New User Option:

  • Reset Database Records.
    1.2.2
    New User Options:

  • Do not open a new window – To avoid waiting times for your visitors it is recommended that this option is disabled.
  • Hide external link icons
    1.2.1

  • Fixed external link detection for Javascript links, # anchor and empty links.
    1.2

  • Fixed wrong header text for click reportings in admin’ s backend.
  • Improved click reportings table layout for a better overview.
    1.1

  • Fixed Documentation.
    1.0

  • Initial Import.