內容簡介
**摘要:**
這是一個外掛程式,用於顯示類似 Github 貢獻圖表的文章和評論熱力圖。
**問題與答案:**
1. 這個外掛的主要功能是什麼?
- 這個外掛主要用於展示文章和評論熱力圖,類似於 Github 的貢獻圖表。
2. 如何使用這個外掛?
- 在想要顯示熱力圖的地方添加 `<div id="hi_heatmap" class="hi_heatmap"></div>`,例如:主題的 sidebar.php 檔案。
- (選擇性)修改 CSS 檔案,以適應您的主題。
- (選擇性)確保您所使用的主題在 footer.php 或其他 PHP 檔案中包含 `<?php wp_footer() ?>`。
3. 這個外掛在哪裡可以得到更多資訊?
- 可以在以下網站找到更多資訊:
1. https://biji.io/
2. https://picocss.com/docs/tooltips.html
3. Github contributions.
外掛標籤
開發者團隊
原文外掛簡介
This is a plugin, for showing the post and comment heat map like Github Contribution Graph.
How to use
1. add
to where you want to show the heatmap. eg: theme's sidebar.php file.
2. optional, modify the css file, fit with your theme.
3. optional, make sure the theme you using with the in footer.php or other php file.
Thanks
1. https://biji.io/
2. https://picocss.com/docs/tooltips.html
3. Github contributions
