• tom

    Hi,

    your plugin seems really nice, but i can´t add any feed in setting.

    • Brian

      Hey Tom happy to help- what happens when you try to add a new feed?

  • Pablo

    Hi Brian,

    I get the same issue.

    Go through the set up adding Feed name, user name and number of tweets, but when I click the ADD NEW TWEET FEED, nothing happens?

    Thanks in advance!

    • Brian

      Thanks for the detail Pablo, I was able to reproduce this on a different setup and it should be fixed now. I've updated the copy on WP.org so hopefully you'll be able to use the automatic upgrade to fix it, but if that's not showing up as an option you can delete and reinstall from WP-Admin or just download the github copy linked above in my post.

      Pablo, Tom, thanks so much for reporting this!

      • Pablo

        All fixed :)

        Many thanks!

  • tom

    Big thanks for your fix Brian, your plugin works now – you can see on http://www.14all-all41.net/astraldefragmentation/… .

    Now some small work on styles .css ;) .

    I got 2000 seconds for refresh interval – is it OK ?

    Look on the right side for same twitterstream in widgets area – twitter tracker widget – the tweets are 1 day younger (same user twitter setting ).

    Cheers tom

    • Brian

      Glad to hear you got the update Tom!

      Actually from the looks of that page, it appears the shortcode feed is from a specific user AstralDefrag, and the widget is showing tweets from users Vigilantemty2 and AstralDefragmentatio (that’s three different users altogether.)

      If I had to guess, I’d suspect that the widget is using a search based feed for the term AstralDefrag.

      Either way if you want to troubleshoot, the most reliable test will be to configure your shortcode and widget to use the same feed (meaning if the widget uses a feed named “widget” and the shortcode uses a feed named “shortcode”, set both widget and shortcode to use the feed named “widget” and see if they match up.)

      Let me know your results.

  • http://leadingthechase.com jo

    So this may be a rudimentary question, but I've been working on adding this plug-in to my wp site and I've had great success with feeds and lists and the like. The CSS and formatting hasn't gone so well. The program is responding well to all the custom info I've put in on the Settings/Tweet panel but all of the tweets are getting cut off… any idea why?

    • Brian

      Hi Jo-

      The theme you're using has a rule in the CSS stylesheet here – http://leadingthechase.com/wp-content/themes/drop… that looks like this:

      .right-box ul li span {

      line-height: 17px;

      display: block;

      padding-top: 3px;

      overflow: hidden;

      height: 39px;

      }

      The tweets are placed in span tags and inherit these rules, which means anything that goes beyond a 39px height is going to be cut off.

      You might be able to override it with the following

      span.tweet_text {

      height:auto !important;

      }

      Let me know your results.

      • http://leadingthechase.com jo

        Absolutely wonderful and simple fix! Thank you SO SO much.

        • Brian

          Glad I could help Jo! :)

  • Kimi Wei

    Hi Brian, I can't get tweets to display on http://is.gd/QEIcGu. I thought the issue was old tweets not getting picked up, but I posted new one today and that didn't show up either. BTW, I tried posting this message three times in Safari and it didn't appear.

  • malatmals

    It's working on https….blablabl but not http… any ideas?

    • beezeee

      Strange to hear, sounds more like a server config than anything else. Are you running on a VPS or shared hosting? If you have server support you can reach out to, they may be able to shed some light.