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
Comment #1
ButchC. commentedI'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
Comment #2
spiffyd commentedWhich TITLE are you talking about? This module has no titles...
Comment #3
yelvington commentedI'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.
Comment #4
yelvington commentedComment #5
yelvington commented