If you just downloaded or updated to the new iTunes 10.0.1 for Mac OS X, then you’ll notice that in your library, next to every song (when selected) there’s a drop-down menu called “Ping“. It looks like this:
It shows even if you don’t have a Ping profile, and when you click it—it shows options to “Like”, “Post”, “Show Artist Profile”, “Show in iTunes Store”, etc. This new menu is similar to the iTunes Store arrows (which it seems to have replaced). There’s no option in the iTunes Preferences to remove this functionality.
So, how do I hide the Ping drop-down? Easy. As reported by a user on Apple Discussions, all you have to do is:
- Open Terminal (search in Spotlight or go to your Applications folder)
- Copy and paste the following, and press enter:
defaults write com.apple.iTunes hide-ping-dropdown -bool TRUE
- Restart iTunes, and the Ping drop-down in your library will be gone!
To undo this (make it come back), simply do the same, but instead use:
defaults write com.apple.iTunes hide-ping-dropdown -bool FALSE
That’s all folks. Now tell your Mac-user friends!


[...] This post was mentioned on Twitter by Daniel Page, Rudi Baum. Rudi Baum said: How to hide/remove iTunes Ping drop-down next to songs in library? READ HERE: http://wp.me/p159M7-J iTunes v10.0.1 #apple #itunes #ping [...]
Any idea how to do the same in Windows?
Try this: http://www.johnhorneguitar.com/2010/09/26/banishing-ping-in-itunes-for-windows/
Cheers.
thank you so much! That was going to drive me crazy.
Thank you, it worked like a charm!
n the Terminal app,
Turn off Ping next to songs
defaults write com.apple.iTunes hide-ping-dropdown -bool FALSE
Turn on store arrows next to songs
defaults write com.apple.iTunes show-store-arrow-links -bool TRUE
Change arrows to point to library instead of store
defaults write com.apple.iTunes invertStoreLinks -bool Yes
[...] get rid of the drop-down menus, open Terminal, and type in the following (thanks to BaumDesign for this [...]
thanks for the quick and easy solution. It worked flawlessly.
Apple just released iTunes 10.1 a few days ago. If you download that, you can turn Ping off in the preferences.
Thanks so much! What a quick and easy fix! (And thanks for explaining where to find Terminal — I am that technologically illiterate.)