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.
| Comment | File | Size | Author |
|---|---|---|---|
| activity_stream_twitter.patch | 2.21 KB | kylebrowning |
Comments
Comment #1
kylebrowning commentedComment #2
aaronbauman+1
Comment #3
morbus iff7.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.