0

When I try (for testing) to post a link from my vue.js project in my facebook page, the link preview section does not work as expected although I've added the needed <meta /> facebook tags.

Here is an example of the result: enter image description here

How could it be fixed? Thanks.

1 Answer 1

2

Facebook's crawler doesn't execute JavaScript. As such, it only sees what you'd see if you hit "view source" on the page - in the case of a Vue app, that's very little.

You'll need to dig into server-side rendering of your components.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.