4

Is it possible for me to test twitter card validation from a local host? i.e. http://127.0.0.1:3000/

Cheers

Robbo
  • 1,292
  • 2
  • 18
  • 41

1 Answers1

5

It's not, the twitter validator must be able to access the code, and it can't if its local. There are some free, limited hosting services, you should check some out if you don't have a server to try your code on right now.

EDIT: I just came across this other question on twitter cards: Twitter Card Validator error when in development

The OP's comment on the answer mentions him using https://ngrok.com/, this could be useful to you too

Community
  • 1
  • 1
gdvalderrama
  • 713
  • 1
  • 17
  • 26