默认 615 0

    使用mastodon/gotosocial作为评论系统

    在模板文件中插入

    <div class=comments>
    <?php if ($this->is('post')): ?>
        <?php 
        $fediverseComments = FediverseSync_Plugin::getFediverseComments($this->cid);
        echo FediverseSync_Plugin::renderFediverseComments($fediverseComments);
        ?>
    <?php endif; ?>