Open Graph Object Debugger does not match Facebook Share from site -
i implementing facebook share button in angularjs app , after doing necessary stuff meta tags updated , read facebook's crawler, seeing mismatch between facebook's debugger tool , share dialog shows.
if run debugger on link, successful scrape pulls of meta tag content , shows share dialog should like. if click on preview see actual share dialog, different result if not reading meta tag content. same goes share button on actual website.
any thoughts?
this might issue protocol inconsistancy. check you're not using http:// on debugger, vs https:// on actual site, , vice versa. ensure of og tags have correct protocol set, , protocol not omitted.
Comments
Post a Comment