I made the following tweak in the module and wanted to share with everyone...

On line 104, I added link tags to have the status link to my status feed:

    $status = "<a href=$statusurl>". (string) $statusobject->channel->item[0]->title . "</a>";

To link to anywhere else such simply substitute $statusurl on this line with the URL of choice.

Cheers!

Comments

ButchC.’s picture

I'd like to turn the title into an link to my facebook status but can't finde the correct lines of code to post it into … any ideas?

Thanks

spiffyd’s picture

Which TITLE are you talking about? This module has no titles...

yelvington’s picture

I've added this functionality to a new version of fbstatus and will release it shortly. The title (the Facebook status field) is linked to the associated post on Facebook, so a Facebook user can follow the link and post a comment. The linking can be enabled/disabled on the module's settings page.

yelvington’s picture

Status: Active » Fixed
yelvington’s picture

Status: Fixed » Closed (fixed)