課程大綱

電子書網址:https://bookdown.org/tpemartin/minicourse-webplugins/

課前準備

首先你必需:

  1. 註冊Github.com: https://www.github.com
  2. 安裝Github desktop: https://desktop.github.com/
  3. 連到https://gitter.im用你的Github帳號登錄。
  4. 安裝Atom:https://atom.io/
  5. 註冊codepen: https://codepen.io/
接著,針對Facebook, LINE及Google(我們先假設你已 經有三者的使用帳號),你必需註冊相關服務帳號:
  1. 設立一個粉專(練習用)
  2. 註冊Facebook developer帳號。
  3. 註冊LINE developer帳號
  4. 註冊Google analytics帳號

環境設定

建立課堂練習網站

  1. Fork https://github.com/tpemartin/webbasic_example 且開啟Github page功能。
  2. 開啟電腦Github desktop,並
    • File->Clone repository (複製repo)
    • Repository->Open in Atom
  3. Atom:
    • 點index.html->滑鼠右鍵:Copy Full Path
  4. 打開Chrome:
    • 貼上Full path

修改隱私政策條款(Privacy Policy)

在Atom:

  1. 點privacypolicy.html

  2. 將以下兩個訊息換成你的訊息

    • https://your_website_url

    • your_email

  3. Commit並上傳Github

參考資料