It would be very nice if the make links function was a themeing function so that it could be overridden.

In the case where I would like to make the whole tweet body a link, instead of just the pictures or the @'s

function activitystream_twitter_makelinks($text) {

Ive attached a patch.

CommentFileSizeAuthor
activity_stream_twitter.patch2.21 KBkylebrowning

Comments

kylebrowning’s picture

Title: Make links function needs to be a theme function » Twitter Make links function needs to be a theme function
aaronbauman’s picture

Version: 6.x-2.0-beta1 » 6.x-2.x-dev

+1

morbus iff’s picture

Status: Active » Closed (won't fix)

7.x-3.x doesn't offer makelinks as a theme function, but if all you want is "the entire tweet is a link to its entry
on twitter.com", this is possible by fiddling around with the preprocess hooks in a custom module or theme.