使用mastodon/gotosocial作为评论系统
在模板文件中插入
<div class=comments>
<?php if ($this->is('post')): ?>
<?php
$fediverseComments = FediverseSync_Plugin::getFediverseComments($this->cid);
echo FediverseSync_Plugin::renderFediverseComments($fediverseComments);
?>
<?php endif; ?>
复制链接
https://blog.sgcd.net/archives/1465/
复制成功!