spence
07-09-2006, 10:19 PM
I've seen quite a few Pixelpost implementations with comments on the front page. Generally the comments are added thoughtfully by concealing the comment interface through a moo.fx script or other Ajax like effect.
I attempted (and failed) to implement comments on my site using this approach. The downside I discovered was that this approach requires merging the comments_template with the image_template. Add the additional complexity of moo.fx and I've found it all turns into quite a mess.
Recently I came across greybox (http://orangoo.com/labs/GreyBox/). Its similar to lightbox except renders HTML. I’ve since used Greybox to implement “front page” comments on my site. To see an example of it running in pixel post, visit rig.hteo.us (http://rig.hteo.us) and click "comments" (lower left corner).
Implementation was super easy--about 5 minutes. I still use the individual image and comment templates to maintain the code separately. All and all, I’m very happy with how this works & looks.
Thoughts / Questions?
I attempted (and failed) to implement comments on my site using this approach. The downside I discovered was that this approach requires merging the comments_template with the image_template. Add the additional complexity of moo.fx and I've found it all turns into quite a mess.
Recently I came across greybox (http://orangoo.com/labs/GreyBox/). Its similar to lightbox except renders HTML. I’ve since used Greybox to implement “front page” comments on my site. To see an example of it running in pixel post, visit rig.hteo.us (http://rig.hteo.us) and click "comments" (lower left corner).
Implementation was super easy--about 5 minutes. I still use the individual image and comment templates to maintain the code separately. All and all, I’m very happy with how this works & looks.
Thoughts / Questions?