Новый пост: telegram-comments
This commit is contained in:
parent
b729accf4c
commit
a4542cd862
BIN
content/posts/telegram-comments/comments.png
Normal file
BIN
content/posts/telegram-comments/comments.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
25
content/posts/telegram-comments/index.md
Normal file
25
content/posts/telegram-comments/index.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: Комментарии теперь в Telegram!
|
||||||
|
featured_image: miniature.png
|
||||||
|
date: 2024-04-26T18:51:54+03:00
|
||||||
|
draft: false
|
||||||
|
tags:
|
||||||
|
- telegram
|
||||||
|
- комментарии
|
||||||
|
- disqus
|
||||||
|
categories:
|
||||||
|
- news
|
||||||
|
lastmod: 2024-04-26T22:54:27+03:00
|
||||||
|
telegram_entry_id: mmotium/8
|
||||||
|
---
|
||||||
|
|
||||||
|
Исторически на сайте использовались комментарии [Disqus](https://disqus.com), но я решил попробовать перенести комментарии в мессенджер Telegram,
|
||||||
|
где все сейчас активно общаются.
|
||||||
|
|
||||||
|
Теперь получится быстрее отвечать на комментарии, да и в принципе вести диалоги там привычнее.
|
||||||
|
|
||||||
|
Со прошлыми комментариями подумаю что делать, постараюсь перенести. Пока что для старых постов оставлю Disqus.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
![comments](comments.png)
|
BIN
content/posts/telegram-comments/miniature.png
Normal file
BIN
content/posts/telegram-comments/miniature.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
@ -25,7 +25,11 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="comments">
|
<section class="comments">
|
||||||
{{ template "_internal/disqus.html" . }}
|
{{ if .Param "telegram_entry_id" }}
|
||||||
|
{{ partial "partials/telegram-comments" . }}
|
||||||
|
{{ else }}
|
||||||
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
{{ partial "sidebar.html" . }}
|
{{ partial "sidebar.html" . }}
|
||||||
|
@ -22,6 +22,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="https://old.mmote.ru">Старый сайт</a>
|
<a href="https://old.mmote.ru">Старый сайт</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="https://t.me/mmotium">Telegram</a>
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<!--commit-->
|
<!--commit-->
|
||||||
</p>
|
</p>
|
||||||
|
6
themes/mmotium/layouts/partials/telegram-comments.html
Normal file
6
themes/mmotium/layouts/partials/telegram-comments.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<script async
|
||||||
|
src="https://telegram.org/js/telegram-widget.js?22"
|
||||||
|
data-telegram-discussion="{{ .Param "telegram_entry_id" }}"
|
||||||
|
data-comments-limit="15"
|
||||||
|
data-color="404c5e"
|
||||||
|
data-colorful="1"></script>
|
Loading…
Reference in New Issue
Block a user