Facebook Fitness Report: a small update
A very small update of my ‘runner-oriented’ webapp Facebook Fitness Report.
With a single line of code i have resolved a bug that caused an incompatibility with Internet Explorer:
courseDate = courseDate.replace("+0000","");
(Internet Explorer have some problems parsing datetime from opengraph feed)
I have introduced also a Facebook sharing button, that permits to share a simple report of the year’s workouts.
The updated source code is available on my GIT repository.