Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Local twitter card validation

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

Cheers

like image 776
Robbo Avatar asked Oct 18 '25 15:10

Robbo


1 Answers

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

like image 126
gdvalderrama Avatar answered Oct 21 '25 06:10

gdvalderrama