• Resolved lockit

    (@lockit)


    If I try to change the username, the plugin doesn’t retrieve the tweets…

    It work fine ONLY if I want to show alexmossSEO tweets…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lockit

    (@lockit)

    Ok I got it work, but I had to use a workaround …

    The problem is that the way to retrieve the posts from twitter doesn’t retrieve any post for any accounts that I’ve tried.

    So I just add a custom mode where I putted the url to retrieve my tweets.

    Ugly workaround, and the image option doesn’t work as well, but at least I got my tweet in my wp page.

    Plugin Contributor Peadig

    (@pleer)

    Hi,

    Can you tell me the workaround you made please? Can you DM me on Twitter?

    I have found a few people have seen issues with no feed appearing and has to do with the RSS the plugins grab rather than the plugin itself. In the next update I will have another option called “planB” or something so that it retrieves from anther RSS.

    Thread Starter lockit

    (@lockit)

    Hi Alex,

    I just follow your urls in the plugin and saw that twitter doesn’t find any account that I know with that search method… might be a twitter search bug, but still doesn’t works for any of mine accounts.

    To fix the problem I’ve added this mode to the plugin:

    if ($mode == “sws”) { $twitter_rss = “http://api.twitter.com/1/statuses/user_timeline.rss?user_id=16541667”; }

    I know is not elegant to do and the images doesn’t work as well, but it fixed my problem.

    Cheers
    Alessandro

    Plugin Contributor Peadig

    (@pleer)

    Thanks for this. The API URL is the one I used in the earlier plugin versions.

    I will definitely have to put this back in on the next update using these alternate RSS URLs. Thanks again. I will update this post once it’s released.

    Plugin Contributor Peadig

    (@pleer)

    I have now updated the plugin to Version 1.0.1:
    http://pleer.co.uk/wordpress/plugins/wp-twitter-feed/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Twitter Feed for WordPress] It works only with alexmossSEO twitter user’ is closed to new replies.