Correct me if this belongs somewhere else... but on the old Twitter Pull module (old API) the name of the tweeter would be on top, but then the actual feed would also start with the twitter-author which was linked to their full twitter feed on twitter.com.

I'm not seeing this in the new dev version (which I have installed).

Comments

Pepper’s picture

It looks like the screenname variable isn't getting pulled in.

theunraveler’s picture

StatusFileSize
new583 bytes

Here's a patch that seems to fix it. It looks like the $user is coming in from Twitter as an array; this patch casts it to an object.

Pepper’s picture

That worked perfectly, thank you :D

Is it just supposed to say RT rather than the name of the poster for retweets?

Pepper’s picture

(deleted - I thought it was showing acct user name for RT's but it's not)

Joel MMCC’s picture

Status: Active » Needs review

#2 works fine for me, too. Given two successful review tests, I’m setting Status to “needs (more) review.” If no one else has a problem with it, it should soon be set to rtbc, and I think that this should be rolled into a new -dev ASAP.

Joel MMCC’s picture

Not so fast. #2 does now allow me to see the icons and names and properly formatted links and Follow buttons for all Tweets posted by the actual user I’m displaying tweets of, but all retweets by other users to or mentioning this user still show as if not being pulled in!

jec006’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.