Twitter feed not showing up *custom* the .json file is failing IMPORTANT

Discussion in 'HTML & Website Design' started by Steam, Oct 22, 2012.

  1. #1
    This is the website I maintain for work so its very important it gets fixed today!

    My issue is my .Json file is shooting this out when it worked before without any change that im aware of. {"errors":[{"message":"Sorry, that page does not exist","code":34}]}

    I used this website for reference

    http://www.paulohsms.com/en/#/en/twitter-widget-sem-plugin/

    So my website has the following codes

    <ul id="twitter_update_list"><li>Tweet info here</li></ul>
    HTML:
    <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
    <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/USUARIO.json?callback=twitterCallback2&count=3"></script>
    </body>
    Code (markup):
    Than the decoration of the css is the same (I didn't alter it because I wouldn't think that would affect the actual twitter feed.

    #twitter_update_list {
    	font-size: 13px;
    	line-height: 21px;
    	list-style: none;
    	}
    #twitter_update_list li {
    	background: url('img/divisor.gif') bottom left repeat-x;
    	padding-bottom: 7px;
    	margin-bottom: 9px;
    	}
    #twitter_update_list span, {
    	color: #444444;
    	text-decoration: none;
    	}
     
    #twitter_update_list span a {
    	color: #445566;
    	}
     
    #twitter_update_list span a:hover {
    	color: #223344;
    	}
     
    #twitter_update_list a {
    	color: #445566;
    	}
    Code (markup):
     
    Steam, Oct 22, 2012 IP
  2. Steam

    Steam Guest

    Messages:
    611
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Steam, Oct 22, 2012 IP
  3. Steam

    Steam Guest

    Messages:
    611
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Please someone?
     
    Steam, Oct 22, 2012 IP