Remove Social (O) button

Hello,

I’m looking to figure out how to remove/hide the Social button in the bottom left of the screen. I’ve been Googling, and found references to Macro’s but can’t seem to get any of them to work.

Any help would be appreciated.

Thanks!

/run ChatFrameMenuButton:Hide()

1 Like

That seems to have removed the chat icon (which thank you!), but not the social button.

That raises another question - is it possible to hide the microphone icon there on the lefthand as well? Basically I want to hide those three icons (Social, chat and microphone) to reduce clutter.

Thanks for your help

type /fstack and hover the mouse over the button. The fstack dialog should give you the name of the button like ChatFrameChannelButton or ChatFrameMenuButton.

/run [name of frame]:Hide()

The frame name is case sensitive.

/ftsack to turn off again.

2 Likes

Prat will let you toggle the visibility of them all.

2 Likes

Prat was the all-in-one answer.

Thanks!