When I try to share my webpage on google plus it shows as link is invalid. Also for FB share it shows as 404 not found. While on FB Share debugger the URL crawls correct.
<a class="jssocials-share-link" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.example.com%2Fofficial-store%3Futm_campaign%3Dcampaign_name%26utm_medium%3Dshare_button%26utm_source%3Dgoogleplus" target="_blank" onclick="window.open('https://plus.google.com/share?url=https%3A%2F%2Fstaging.example.com%2Ftext1-text2%3Futm_campaign%3Dcampaign_name%26utm_medium%3Dshare_button%26utm_source%3Dgoogleplus','_blank','directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no, scrollbars=yes, resizable=yes, width=800, height=600');"><i class="icon-google-plus white jssocials-share-logo"></i></a>
Please suggest what can be the problem. I have followed https://developers.google.com/+/web/share/ , cant find any information regarding this.