Hi John,
I’m not familiar with the plugin you are using to generate those social media goodies, but perhaps you could reach out to the plugin author(s) and ask if they can provide some code to conditionally disable those items?
On our end, you should be able to use something like this to detect if a single event is being processed:
if (tribe_is_event_query() && is_singular()) {
/* ... code to remove social media items ... */
}
If the team behind the other plugin can provide the rest of the puzzle you should be able to put a solution together 🙂