• roppolo

    (@roppolo)


    This is kinda odd, but I decided to drop the twitter plugin that I use and actually get the widget code straight from twitter. The first time I attempted to place it inside of a text widget, it failed to actually update after waiting for about a minute, then my server blacklisted my IP. After getting that resolved with my host, I attempted again to place the code into a text widget. It would start to load but never update. It would also cause me to have to restart my admin CP. Here is the actual code twitter suggested I paste in. Any ideas what may be causing this conflict?

    <script charset="utf-8" src="https://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
      version: 2,
      type: 'profile',
      rpp: 6,
      interval: 30000,
      width: 'auto',
      height: 500,
      theme: {
        shell: {
          background: '#ffffff',
          color: '#030003'
        },
        tweets: {
          background: '#ffffff',
          color: '#000000',
          links: '#ff0022'
        }
      },
      features: {
        scrollbar: false,
        loop: false,
        live: false,
        behavior: 'all'
      }
    }).render().setUser('batonrougetoday').start();
    </script>
  • The topic ‘Problem adding twitter feed from twitter.com’ is closed to new replies.