Skip to content

Instantly share code, notes, and snippets.

@merkle-sitecore-gists
Last active February 27, 2019 16:59
Show Gist options
  • Save merkle-sitecore-gists/f0b2462d67c87aa654be089a0b0f3793 to your computer and use it in GitHub Desktop.
Save merkle-sitecore-gists/f0b2462d67c87aa654be089a0b0f3793 to your computer and use it in GitHub Desktop.
Bugfix for Sitecore 9 SocialConnect module fixing the social network window visibility
...
protected void PostFacebook(string ApplicationFacebookItemId)
{
try
{
this.ClearController(); // new line of code, clears all controller.
Database database = Factory.GetDatabase("master");
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment