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?
Ah, I forgot to specify the content type. SOLVED.