網頁外掛功能:GA,Share,Comments
國立臺北大學經濟學系-經濟時事與多媒體出版
2018-05-18
課程大綱
電子書網址:https://bookdown.org/tpemartin/minicourse-webplugins/
課前準備
首先你必需:
- 註冊Github.com: https://www.github.com
- 安裝Github desktop: https://desktop.github.com/
- 連到https://gitter.im用你的Github帳號登錄。
- 安裝Atom:https://atom.io/
- 註冊codepen: https://codepen.io/
- 設立一個粉專(練習用)
- 註冊Facebook developer帳號。
- 註冊LINE developer帳號
- 註冊Google analytics帳號
環境設定
建立課堂練習網站
- Fork https://github.com/tpemartin/webbasic_example 且開啟Github page功能。
- 開啟電腦Github desktop,並
- File->Clone repository (複製repo)
- Repository->Open in Atom
- File->Clone repository (複製repo)
- Atom:
- 點index.html->滑鼠右鍵:Copy Full Path
- 點index.html->滑鼠右鍵:Copy Full Path
- 打開Chrome:
- 貼上Full path
修改隱私政策條款(Privacy Policy)
在Atom:
點privacypolicy.html
將以下兩個訊息換成你的訊息
https://your_website_url
your_email
Commit並上傳Github
參考資料
- Compile
.less
: http://lesscss.org/