I just resolved this by adding a “/” to the end of the Facebook URL meta tag. So, changed
<meta property="og:url" content="http://example.com/path"/>
to
<meta property="og:url" content="http://example.com/path/"/>
and that did the trick!
I just resolved this by adding a “/” to the end of the Facebook URL meta tag. So, changed
<meta property="og:url" content="http://example.com/path"/>
to
<meta property="og:url" content="http://example.com/path/"/>
and that did the trick!