• Can anyone tell me why my site won’t load my latest tweets with this code? my site is http://www.diversifiedent.com, and the tweets are supposed to load on the bottom of the page, but they’re permanently stuck on loading.

    $clearcloud_latest_tweet = get_option(‘clearcloud_latest_tweet’);
    $zenverse_global_twitter = get_option(‘zenverse_global_twitter’);
    if ($clearcloud_latest_tweet != ” && $clearcloud_latest_tweet > 0 && is_numeric($clearcloud_latest_tweet) && $zenverse_global_twitter!=” ) { ?>
    <h3>Latest Tweets <span class=”foot_follow”>“>Follow</span></h3>
    <ul id=”twitter_update_list”>

  • The topic ‘Twitter Feed’ is closed to new replies.