How to facebook share of another site url(page) from my site?

67 views Asked by At

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 ))

Facebook debugger message is here, enter image description here

enter image description here

0

There are 0 answers