I have implemented facebook share on
www.prod.example.com/aboutus. When I do facebook share from there, is it possible to share the page that www.example.com/aboutus.
Already i have changed the og:url meta tag as
<meta property="og:url" content="http://www.example.com/aboutus">
But its not affect anything.
Actual result : After share it in FB, if user clicks on it(in facebook) then it should open www.prod.example.com/aboutus
Expected result : After share it in FB, if user clicks on it(in facebook) then it should open www.example.com/aboutus
www.example.com/aboutus ----> Share it in FB ----> on click shared item, it will come back to www.example.com/aboutus ((default behaviour - Working))
www.prod.example.com/aboutus ----> Share it in FB ----> on click shared item, it should go to www.example.com/aboutus (( Expecting for this too ))