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.



2 Comments
Thank you!
I had no idea what the hell was going on. This seems to have gotten rid of my name before every post too, which drove me nuts. I never start a sentence with my name!
I know! This glitch turned out awesome!