I’ve checked your page and could not identify any issues (e.g. javascript errors). Are you familiar with serverside debugging of wordpress applications?
Slightly. This is not from the production server but from my development maschine which has a different stack (namely nginx and php-fpm). But I guess it’s related since that environment has the same issue.
[01-Feb-2016 16:51:53 UTC] 'Facebook Social Stream' (FBSS_ExtensionFactory) line 17: getInstalledExtensions.
[01-Feb-2016 16:51:53 UTC] 'Facebook Social Stream' (WP_FB_SocialStream) line 196: ajaxForceUpdateSocialStream.
[01-Feb-2016 16:51:54 UTC] 'Facebook Social Stream' (FBSS_Template) line 23: Init configuration for template 'default'.
[01-Feb-2016 16:51:54 UTC] 'Facebook Social Stream' (FBSS_ExtensionFactory) line 17: getInstalledExtensions.
[01-Feb-2016 16:51:54 UTC] 'Facebook Social Stream' (FBSS_SocialStream) line 250: Store social stream for page 'y12v7i1963' in DB.
[01-Feb-2016 16:51:54 UTC] 'Facebook Social Stream' (FBSS_SocialStream) line 393: Get page-id by page-name 'y12v7i1963'.
[01-Feb-2016 16:51:54 UTC] 'Facebook Social Stream' (FBSS_Facebook) line 25: getFBPageID by page-name 'y12v7i1963'.
[01-Feb-2016 16:51:54 UTC] 'Facebook Social Stream' (FBSS_SocialStream) line 398: Could not retrieve page_id for page 'y12v7i1963'!
Not sure what to make of that… I’ll try to find out how I access the php logs of the production server.
I’ve never tried the plugin with nginx and php-fpm, but I recieve the same error
Could not retrieve page_id for page 'y12v7i1963'
on my local test environment.
Have you checked your Facebook page settings so that it is public accessible?
Oh wow. Thats what I was thinking first so I checked and the settings were still on public like before.
But what actually was causing the issue was the country access setting which restricts the access to specific origins. I removed all of them and now it’s working again!
Thank you very much for your support, after all FBSS was not at fault 😉
Have a nice evening!
great 😀
Thanks for posting your solution