不显眼的自我托管评论功能可以放到现有的网页上 [英] Unobtrusive, self-hosted comments function to put onto existing web pages

查看:101
本文介绍了不显眼的自我托管评论功能可以放到现有的网页上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想要添加评论功能

我想创建一个新网站,其中包含动态网页和静态网页。到尽可能少的工作的网页。我很好奇这个解决方案是否存在于PHP中。



理想的功能集是:


  • 完全独立于周围的页面/站点:将PHP代码放入页面,添加页面标识,完成。 简单的编写评论表单

  • 使用PHP函数显示每个页面的注释 < ul>< li> .... 可以由周围的站点设置样式
  • 可选验证码

  • 可选的Gravatar敏感度
  • li>
  • 简化的管理区域可以缓和/删除注释,无ACL,可以使用.htaccess保护它


理想的整合将如下所示:

 <?php show_comments(my_page_name); ?> 

这将显示一个表单以添加一个新的评论,该评论会自动与<$ c $关联C> my_page_name ; 2.显示通过此表单通过此ID创建的所有评论。



有人知道这样的解决方案吗?


赏金

我设立了一个赏金,因为虽然有一些很好的建议,指向外部服务。我真的好奇,看看有没有自己托管的东西。
如果这还不存在,它肯定会很高兴看到作为开源项目。



解决方案

这个?:

http://www.gentlesource.com/comment-script/ - 已付款(如果已使用)商业,但... ...



http ://cellbiol.com/scripts/free_php_guestbook/free_php_guestbook.html - 基于页面的奇怪设计(...:]),但有免费的简单版本

http://www.playaparaiso.org/talkback/doc/ - 免费,如果你想删除他们的标志
,他们需要小额捐款

I am building a new site which will consist of a mix of dynamic and static pages.

I would like to add commenting functionality to those pages with as little work as possible. I'm curious as to whether such a solution exists in PHP.

The ideal set of features would be:

  • Completely independent from the surrounding page / site: PHP code gets dropped into page, a page ID is added, done.
  • Simple "write a comment" form
  • Comments for each page are displayed using a PHP function
  • Nice, clean output of <ul><li>.... that can be styled by the surrounding site
  • Optional Captcha
  • Optional Gravatar sensitivity
  • Minimalistic administration area to moderate/delete comments, no ACL, can protect it using .htaccess

The ideal integreation would be like this:

<?php show_comments("my_page_name"); ?>

this would 1. display a form to add a new comment that gets automatically associtated with my_page_name; and 2. display all comments that were made through this form using this ID.

Does anybody know a solution like this?

Bounty

I am setting up a bounty because while there were some good suggestions, they all point to external services. I'm really curious to see whether there isn't anything self-hosted around. If this doesn't exist yet, it sure would be great to see as an Open Source project.

解决方案

This?:

http://www.gentlesource.com/comment-script/ - paid if used commercial, but...

http://cellbiol.com/scripts/free_php_guestbook/free_php_guestbook.html - flat-based, weird design of page (... :]), but has free and simple version

http://www.playaparaiso.org/talkback/doc/ - free, they "require" small donation if you want to remove their logo

这篇关于不显眼的自我托管评论功能可以放到现有的网页上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆