Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hmmiller01

    (@hmmiller01)

    What portion of the script should I change?

    Currently it reads like this in Appearance > Editor > footer.php

    <?php if(is_home()) {
    $twitterID = get_option('T_twitter_ID');
    $twitterURL = "https://twitter.com/statuses/user_timeline/".$twitterID.".json?callback=twitterCallback2&count=1";
    ?>
    <script type="text/javascript" src="https://twitter.com/javascripts/blogger.js"></script>
    <script type="text/javascript" src="<?php echo $twitterURL; ?>"></script>
    <?php } ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Thread Starter hmmiller01

    (@hmmiller01)

    I have not. I will try doing that and get back to you.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)