Inertiajs Meta Tag preview is not working in third party site #1113
Unanswered
hlaporthein
asked this question in
Help
Replies: 4 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
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
-
This is still an issue in at least Discord, Groupme, and Facebook. Can we expect this to ever be fixed? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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