Just a heads up that runkeeper has changed the html code that is generated and therefore the widget no longer runs and instead returns "Fatal error: Call to a member function find() on a non-object in urlname/wp-content/plugins/runkeeper-widget/runkeeper-widget.php on line 108
There are a couple of changes to the runkeeper-widget-php that need to be changed. I've fixed two so far but not being that familiar I'm stuck on the third change.
Change
accordion-m to accordion open
bubble-text to bubble
Need to correct
preg_match('/\-\d{1,2}/', $firstActivityHtml->find('div[class=day]', 0)->innertext, $matchday);
The website is now <div class="day 20"> where 20 is the day name of last change, but i'm not sure how to fix this...