Viewing 1 replies (of 1 total)
  • Facebook recently changed the API for social sharing. The issue was resolved in the latest version. You just need to find the following function crpOpenFBDialog() in /wp-content/plugins/career-portfolio-premium/js/crp-social.js and replace it with the following one:

    function crpOpenFBDialog(datasource){
         var url = "https://www.facebook.com/dialog/feed?app_id=145634995501895&link=" + encodeURI(datasource.url) + "&caption=" + encodeURI(datasource.caption);
        var w = window.open(url, "ftgw", "location=1,status=1,scrollbars=1,width=600,height=400");
        w.moveTo((screen.width / 2) - (300), (screen.height / 2) - (200));
    }

    Thanks,
    Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Facebook Share Issue’ is closed to new replies.