How to link mobile website url to Line app

sal picture sal · Sep 24, 2015 · Viewed 7.9k times · Source

I can link from my mobile website to whatsapp fairly easily and I'm looking for a way to do this with Line app. According to their instructions here http://media.line.me/howto/en/,

line://msg/<CONTENT TYPE>/<CONTENT KEY>

should work, but I'm getting a "This version of Line does not support this URL" error with this code:

<a href="line://msg/Check this out! https://www.mywebsite.com">Link</a>

Any ideas why?

Answer

sal picture sal · Sep 24, 2015

Ah, I forgot to specify the content type. SOLVED.