We are having some issues in EasyDiscuss v4.0.6 (latest version)
3) Facebook sharing / like - is configured, but we are not seeing it in front-end in Forum (EasyDiscuss) -
www.opgroeigids.nl/forum/gezondheid/mijn...eeft-een-teek-wat-nu
4) Also having an issue on ED with JFBConnect, can't login with social on EasyDiscuss page:
www.opgroeigids.nl/forum/gezondheid/mijn...eeft-een-teek-wat-nu
This is the response from StackIdeas team:
Regarding with your Facebook social button missing from frontpage issue :
I've checked in your site, it seems like you hitting following error : (You can check my following screenshot.)
sdk.js:98 Uncaught Error: invalid version specified
Then I found out some solution regarding this thread -> stackoverflow.com/questions/27621187/inv...k-share-plugin-error
After that I try open page source, then I noticed one of the plugin calling this sdk.js. When I temporary disable all of Jfbconnect plugin from backend, the Facebook social button is appear.
Perhaps you can consult with Jfbconnect developer regarding this is there a way to change this following code in their plugins?
From:
//connect.facebook.net/en_GB/sdk.js
To:
//connect.facebook.net/en_GB/all.js
also see attached screenshots