/ 網站開發

2022年06月09日 80

一些常用的網站工具


整理一些網站開發常用的線上工具、外掛套件、產生器,記錄一下,方便下次用到時查找:

社群線上工具

  1. Page Poker-LINE強制更新縮圖與網址資訊:https://poker.line.naver.jp/
  2. Facebook分享偵錯工具:https://developers.facebook.com/tools/debug/
  3. Facebook粉專外掛程式:https://developers.facebook.com/docs/plugins/page-plugin

 

線上產生器

  1. 免費的社群按鈕產生器:https://getbutton.io/
  2. QR-Code產生器:https://qr.ioi.tw/zh/
  3. Sitemap XML產生器:https://www.xml-sitemaps.com/
  4. 特殊符號產生器:https://tw.piliapp.com/symbol/
  5. 線上CSS格式壓縮產生器:https://www.ifreesite.com/css-formatting.htm

 

JS外掛套件

  1. jQuery輪播套件(Slick):http://kenwheeler.github.io/slick/
  2. 密碼強度提示(Password Strength Indicator):https://dotblogs.com.tw/shadow/2018/05/24/175916
  3. 行事曆套件(FullCalender):https://fullcalendar.io/

 

JS圖表套件

  1. Chart.js:https://www.chartjs.org/docs/latest/samples/information.html
  2. Apache ECharts:https://echarts.apache.org/zh/index.html
  3. Beautiful HTML5 Charts & Graphs:https://canvasjs.com/

標籤: #Html , #Javascript , #jQuery