-1

One the client requested to hide the Yammer post comments box in the yammer embed feed section on few pages. Since it is iframe we were not able to handle using CSS.

We have tried yammer event with JS to hide. But it didn't worked.

Is there any other way to achieve this?

Moinuddin Quadri
  • 46,825
  • 13
  • 96
  • 126
  • – Bharath Jan 26 '17 at 09:58

1 Answers1

0

There is not a supported way to achieve this using Yammer Embed. As you noted the content is served within an iframe.

If the requirements are to not sure a publisher you could always use supported endpoints here (https://developer.yammer.com/docs/rest-api-rate-limits) and try and build a feed using the messages api.

Good luck!

Brian Davis
  • 129
  • 2