around 18 months ago i employed a person to rebuild my website from scratch using CMS MadeSimple so that i could add new content myself and have a site that was easily manageable.
for the most part they provided a workable site, but unfortunately they greatly let me down by not fully completing all the work that i paid them for and basically done a runner with my money.
with my very little experience I've managed to work around some of the issues they left me with, but there are certain things that are simply beyond my capabilities and i would therefore be greatly appreciative if someone could offer any advice
the main issue i now have is that one section of my website has just suddenly stopped working for what appears to be no particular reason...one day it was fine, the next day it was broken
here is my website - http://www.E-Cig-Reviews.com
in the top right hand corner you can see that there is an area which is meant to display my social stats with regard to number of YouTube subscribers, number of Twitter followers and number of Facebook likes...but as you can see, the numbers are no longer visible for YouTube and Facebook
the Twitter stats still shows as that is one i have to manually add myself, but YouTube and Facebook stats work via getting that info automatically and updating itself
that section is a Global Content Block and the code used is as follows:-
<div class="box" title="Youtube subscriber count for ECR">
<div class="cell_1"><a href="http://youtube.com/user/igetcha69" target="_blank"><img class="icon" src="img/youtube.png" alt="" /></a></div>
<div class="cell_2"> </div>
<div class="cell_3 black"><a href="http://youtube.com/user/igetcha69" target="_blank"><span style="margin-right: 5px;">Channel Subscribers</span></a></div>
</div>
<div class="box" title="Twitter Followers count for ECR">
<div class="cell_1"><a href="http://twitter.com/igetcha69" target="_blank"><img class="icon" src="img/twitter.png" alt="" /></a></div>
<div class="cell_2"><a href="http://twitter.com/igetcha69" target="_blank"><span id="twitter-followers" class="count">{global_content name="twitterfollowers"}</span></a></div>
<div class="cell_3 google-red"><a href="http://twitter.com/igetcha69" target="_blank"><span style="margin-right: 5px;">Twitter Followers</span></a></div>
</div>
<div class="box" title="Number of Likes for ECR Facebook page">
<div class="cell_1"><a href="https://www.facebook.com/pages/E-Cig-Re ... 83?fref=ts" target="_blank"><img class="icon" src="img/facebook.png" alt="" /></a></div>
<div class="cell_2"> </div>
<div class="cell_3 facebook-blue"><a href="https://www.facebook.com/pages/E-Cig-Re ... 83?fref=ts" target="_blank"><span style="margin-right: 5px;">Facebook Likes</span></a></div>
</div>
i have not changed the code so I'm rather puzzled as to why it has suddenly stopped working?
not sure if this helps but my CMS version is 1.11.9 and my current PHP version is 5.3.20
if anyone has any ideas how i could get this working again i would be very grateful

cheers
scott