Viewing 15 replies - 16 through 30 (of 32 total)
  • The suggestion from markdeboer worked for me.

    Changed from:
    //define(‘MAGPIE_CACHE_AGE’, 120);
    define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug
    define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’);

    to:
    define(‘MAGPIE_CACHE_AGE’, 120);
    // define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug
    define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’);

    Now it works great (WordPress 2.7)

    My tweets showed up yesterday, when I installed the plugin. Now, none of the proposed fixes work for me… Any advice?

    My site is
    lacarmina.com/blog
    Thanks!

    I’m with lacarmina. On the initial install, it worked perfectly. 5 minutes later it didn’t and the all the code changes listed above don’t seem to change the situation one bit.

    https://www.keempoo.com

    Now it’s working after 20 minutes using the code from markdeboer:

    define(‘MAGPIE_CACHE_AGE’, 240);
    // define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug
    define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’);

    Maybe it just needs time to work it’s magic.

    Using the following line:

    define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug

    causes my page to display “No Public Twitter Feeds”

    However, when I comment it out and un-comment the following:

    define(‘MAGPIE_CACHE_AGE’, 240);

    as suggested by markdeboer, my posted tweet is not my latest (it posts one from over a month ago).

    Any ideas?

    update to my last post:

    I posted a new tweet on Twitter and now everything is working ok using, in other words no longer posting an outdated tweet. Using the following code (WP 2.7):

    define(‘MAGPIE_CACHE_AGE’, 120);
    // define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug
    define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’);

    I try everything from this topic, but nothing gone to help mi.
    My status disappear after few minutes. i try uninstall, reinstall, turn on/off cache – don’t work anything :/

    I’m using the same one as uglymunky and I think it’s working. It no longer keep showing the “no tweets to display”. ??

    I’ve tried all the above fixes and it’s not working for me either using 2.7.1

    lowlight

    (@lowlight)

    How’s this for weird: The plugin is working for me on one WordPress install, but not on another. Using the same version of WordPress and the plugin, and the same Twitter account, but on different server hardware.

    skb

    (@skb)

    I’m using 2.7.1 and I can’t get it to display anything other than “No public Twitter messages” regardless of which code option I try from the ones above.

    Has anyone figured this out?

    skb

    (@skb)

    Can’t edit my previous post. After repeated refreshing, it now works.

    martinjy

    (@martinjy)

    When I first activate the plugin it works, but when I refresh my blog’s page it fails and I get the “No public messages” message.

    If I deactivate then reactivate it works. Then I refresh and it fails again.

    My tweets are less than 24hrs old and I’m on WP 2.7.1.

    It looks great when it’s working, so I’m hoping there’s an explanation/fix on the way….

    ** Edit: Looks like Twitter was down when the plugin was failing for me before. I tried to log in and got the fail whale.

    So maybe the message in the plugin is what’s making people (including me) think that the plugin is failing? “No public messages” is technically correct, but if the reason for that is because Twitter’s down then perhaps should the message be something along the lines of “Twitter is down” instead?

    rfr

    (@rfr)

    This is just crazy – i have tried all the code above and it doesn’t seem to work. Further I am way below the 100 tweets threshold. The way this is acting I cant believe this is not coming from Twitter. There is no way we would see this kind of flux…

    I have found twitter to be full of bugs anyway so this doesnt surprise me at all.

    Rob
    https://www.robfrazzini.com

    Any updates to this? I can’t get Twitter for WordPress to work with 2.7.1–get ‘no public twitter messages’–have tried using widget and php code.

Viewing 15 replies - 16 through 30 (of 32 total)
  • The topic ‘[Plugin: Twitter for WordPress] Not seeming to pick up new twits’ is closed to new replies.