Facebook Feed Module
Design and Skin Customization
Does it need to be a module?
You could add another field to their profile with the 'Form Designer' then use that info in the templates to pull in the feed.
{if strlen($something_guitar) > 2}
//do something
{/if}
{if strlen($profile_split) > 2}
The date they split was: {$profile_split}
{/if}
{$whatever_that_output_var_is|strip_tags|truncate:250:"..."}