I'm developing a WordPress theme that has a sidebar and in it I've added the jetpack Facebook page widget.
I want to also add the Facebook customer chat plugin to the site.
The issue I'm having is that the rendered HTML for the customer chat plugin gets appended in the same context as the Facebook page widget which is causing a display bug - the plugin doesn't appear in the bottom right of the page, it sits just below the Facebook page plugin in the sidebar.
Is there a way to tell the Facebook SDK where to place the html for the chat plugin ?
I've looked through the API documentation but no dice.
Thanks!