wp-side-comments
wp-side-comments copied to clipboard
Based on aroc's Side Comments .js to enable inline commenting
@richardtape , there is another wordpress plugin with the same name on the "wordpress network". This causes a problem with this plugin, since they have the same name (wp-side-comments). On...
Commenting causes username eg. "ds" to be listed in database as Author Name instead of "David Stenbeck" EDIT: I had my username as nicename on the site in question. The...
Each comment could easily have a permalink - ensure that if visiting a permalink directly that the side commentd drawer is opened and the relevant comment is highlighted.
First; do comment replies make sense in this scenario. Second; if they do (big if), how do we handle permalinks to replies and styling.
At the moment, if the user isn't logged in, they can't comment. (actually there's a JS error, but that will be fixed in the next commit) Allow for the user...
The comments container can get hidden behind elements which don't move. Need to really bump up the z-index so it's on top.
It's kinda pathetic. Sort your life out, Tape.
At the moment all of the Javascript is loaded in one (unminified...this is beta ;) ) file. Separate and provide minified versions.