December 11, 2009
I was looking for something to do today and decided to check out some other people's blogs to see what they have that I don't. The biggest thing I noticed that most other blogs have were comments at the bottom of a post.
After doing a quick Google search for "add comments to a blog" I stumbled upon this nice little script:
<script src="http://js-kit.com/comments.js"></script>
Source site here.
Throwing this into a new PHP file, I can simply add a "?php include" tag to reference that file at the bottom of each page. I'm not entirely sure how well this will play out in the end. If it ends up failing hardcore in the end, it'll be a simple edit of one file to get rid of it all (ie - delete the script from the comments.php file. The file will still have two line breaks, so it won't be referencing an empty file).
-tk