Page 2 of 2

Re: Canonical url - problem with Facebook Sharing Debugger

Posted: Wed Jul 20, 2022 7:43 pm
by nox
Sure thing :D
If I find a better solution, I'll post it here.
Cheers

Re: Canonical url - problem with Facebook Sharing Debugger

Posted: Sat Jul 23, 2022 11:08 am
by wiz
Hello c0mposer and nox.

The appropriate fix for this would be to use the native WonderCMS function:

Code: Select all

<meta property="og:url" content="<?= $this->getCurrentPageUrl() ?>" />
We'll slowly start updating all themes to reflect this correct change.

Thank you both for reporting and for the efforts!

Re: [SOLVED] Canonical url - problem with Facebook Sharing Debugger

Posted: Sat Jul 23, 2022 11:27 am
by wiz
This update has been pushed out to the default sky theme. Update should be available within the next 24 hours in your WonderCMS panel.

Re: [SOLVED] Canonical url - problem with Facebook Sharing Debugger

Posted: Sun Jul 24, 2022 5:00 am
by nox
Thanks wiz, works like a charm.

Re: [SOLVED] Canonical url - problem with Facebook Sharing Debugger

Posted: Mon Jul 25, 2022 7:19 am
by c0mp0ser
Thank you, WIZ! 👍