PureNews

PureNews is an amazingly sleek and powerful news theme with unlimited color variations.

View full feature list Check out the live demo Buy this theme today

Another way of checking inbound links to your blog

Posted by on 8th Jun 2007 Blogging 4 comments

A brand new stats tracker was launched yesterday by Patrick Altoft. The site is called BlogStorm and the service allows you to track the number of blogs which link to you using link data from Yahoo.

To be able to retrieve the data you need to get an API key from Yahoo and then add the key to the following file :


<?php

$url=$_GET["url"];
/*
1. Replace the xxxxxxxxx below with your Yahoo API Key, available at:
https://developer.yahoo.com/wsregapp/index.php

2. Upload the script to your server.

3. Rename the file as a php file such as script.php rather than a txt file

4. Visit http://www.blogstorm.co.uk/add.php and submit your details.

*/
$yahooapikey="xxxxxxxxxxxxxxxxxxxxxxxx";

$request = 'http://search.yahooapis.com/SiteExplorerService/V1/inlinkData?appid=';
$request.=$yahooapikey;
$request.='&query=';
$request.=$url;
$request.='&output=php';
$request.='&omit_inlinks=domain';
$output = unserialize(file_get_contents($request));
$incoming_links=$output[ResultSet][totalResultsAvailable];

echo"$incoming_links";

?>

After uploading the file you need to add your site to BlogStorm’s tracker. When you have completed this, BlogStorm then generates two graphs for you showing you the number of links to your blog. Here are the first graph that it generated for BloggingTips.com :

Blogstorm

It only takes a few minutes to get your API key and submit your site to the tracker so i’d recommend using BlogStorm. Although Technorati will also show incoming links to your latest posts, BlogStorm displays this information much better with links to each post seperately instead of just the latest links in chronological order (which is what Technorati does).

:)

Kevin Muldoon is a webmaster and blogger who lives in Central Scotland. His current project is WordPress Mods; a blog which focuses on WordPress Themes, Plugins, Tutorials, News and Modifications and useful resources such as 101 Places To Find Images For Your Blog Posts.

4 comments - Leave a reply
  • Posted by Jonathan Street on 8th Jun 2007

    I'm confused as to why you need to get your own API key. The last I knew, admittedly this was a few months ago, is that Yahoo and Microsoft limited access to their API using the IP and not the API key. One API key could perform millions of queries as long as no one IP address submitted more than 2000 a day.

    Has this all changed?

  • Posted by shypys on 8th Jun 2007

    I dont understand the graph there. It's obviously messed up but… Ah well, nevermind.

    Currently I'm very happy with Technorati and G-Analytics.

  • Posted by Kevin on 8th Jun 2007

    Jonathan – im not sure why the api key is needed

    shypys – it shows the number of links back to posts on a given day on bloggingtips