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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -