My status “minifeed” on my sidebar kept duplicating itself. I’d get one line with my status that links to my Facebook account, then right underneath I’d get a second line of the same status. Weird.
I did some Google searching and came up empty handed. Since I couldn’t find the cause of the duplicate feed status, I decided to work around it with good ol’ CSS.
If your Facebook status feed shows up twice just add this bit of code to your blog’s theme style.css:
span.headline {display: none;}
That’s it! This actually worked out better than the original since my status no longer links away from my blog. I just want the text to show up – I don’t care if anyone visits my Facebook page.


