lockit
Forum Replies Created
-
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
AlessandroOk 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.
same problem for me…
works only with alexmossSEO user, if I change the username parameter I got your same behaviour.I use it in a text widget.