Inertiajs Meta Tag preview is not working in third party site #1113
Unanswered
hlaporthein
asked this question in
Help
Replies: 3 comments 1 reply
-
having similar issue, used meta tags but facebook debugger cannot identify the inertia head meta tags. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue. Somebody told me if you can make ssr then it will work on vue inertia. But it is not working. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Inertia js with Vue 3 and Laravel. Everthing is working fine except meta. I could view meta tag in source code on browser, meta tag is injected through inertia.js but when I share twitter or facebook, preview image or description is not working.
Below is the code I created custom meta component to reusable Meta.vue file
When I insert Meta.vue file in pages in vue like below
The above code is working fine, meta tag is available in browser source but when I share link in facebook or twitter... meta title, image and description is not showing. What am I missing? I setup as documentation said. I also check sample Ping CRM , it is not working either. Please let me know how should I debug or inspect to work
Beta Was this translation helpful? Give feedback.
All reactions