บทความ

กำลังแสดงโพสต์จาก มกราคม, 2019

การทำ line liff เบื้องต้น

1.สร้างไฟล์  html 2.ดาวน์โหลด lineliff.js มาใส่ใน folder เดียวกัน  https://github.com/line/line-liff-starter.git 3.เพิ่ม code แทรกไป  <script src="https://d.line-scdn.net/liff/1.0/sdk.js"></script>     <script src="liff-starter.js"></script> 4.เข้าไป line developer เลือก chatbot เลือก  menu liff

การทำ line quick reply

doc   https://developers.line.me/en/docs/messaging-api/using-quick-reply/ ------------------ for postman -------------------------- {     "to":"C20ac4ddc58f3fcb24c69da0a4dc4916d",    "messages": [ {   "type": "text",   "text": "สนใจข้อมูลใดบ้างครับ",   "quickReply": {     "items": [       {         "type": "action",         "imageUrl": "https://f.ptcdn.info/716/040/000/o3npyu1b2ovxUqEPxDb-o.jpg",         "action": {           "type": "message",           "label": "วันรับเงินเดือน",           "text": "วันรับเงินเดือน"         }       },       {         "type": "action",         "imageUrl": "https://f.ptcdn.info/716/040/000/o3npyu1b2ovxUqEPxDb-o.jpg",         "action": {           "type": "message&q