I can’t check it, because it seems to be behind a paywall.
Can you check what function the theme uses to show the URL? Is it wp_get_shortlink or something different?
here’s a link to a free access article for you to see. https://ecran-total.fr/2024/07/11/la-3%e1%b5%89-edition-du-prix-gloria-palatine-serie-series-est-lancee/
yes, using wp_get_shortlink.
thanks for the help!
Do you maybe use page caching and the cache was not invalidated after installing the plugin?
sadly, we don’t have cache on this site now. and this used to work fine. any other areas i can look to find the solution? how come the backend shows the right link? is there a specific function i can use to spit out the shortened url instead of that one?
🤔
It seems to also work in the frontend, because the HTML header is showing: <link rel="shortlink" href="https://etlink.fr/b/1HxD" />
Can you maybe share the code snippet you use to show the shortlink?
with pleasure:
echo '<div class="post-copy-link flex flex--align-center">';
echo '<p>Copier le lien</p>';
echo '<div id="copy" style="display:none">' . wp_get_shortlink() . '</div>';
echo '<button onclick="copyToClipboard(\'#copy\')" class="color--primary">' . wp_get_shortlink() . '</button>';
echo '</div><!-- .post-copy-link -->';
I just checked with my site and I have the same issue! Thanks for reporting, I work on a fix and will release a new version ASAP!
thank you! keep me posted 😉
Done, after you downloaded the updated version it should simply work!
amazing support and great work! you did it 😉 thank you!
