I'm trying to get social share links to work but they result in an error.
For example,clicking LinkedIn button results in the following error:
"We're sorry. Something unexpected happened and your request could not be completed. Please try again." so basically no way to post article. I'm running into similar issues for others and for Facebook, I can't get it work even though the SDK is public.
I've created a code pen
var topButtonsVisible = !0,
bottomButtonsVisible = !1,
GooglePlusUrl,
redditUrl,
bindInviews = function() {
$("#myShareButtonsBottom").bind("inview", function(a, b) {
bottomButtonsVisible = b ? !0 : !1
});
$("#myShareButtonsTop").bind("inview", function(a, b) {
topButtonsVisible = b ? !0 : !1
})
},
setShareEvents = function() {
$(".myFacebookBtn").click(function() {
FB.ui({
...