Plugin at full functionality beta 1


Post Views for May :
andy
I am the creator of CommentLuv Premium
andy
andy
You can get your own content published on this site as long as you have CommentLuv installed on your site.

Doing so means you get exposure to thousands and thousands of other CommentLuv users and your posts get sent out to the massive subscriber list.

Google loves this site and indexes it multiple times per day and posts always get lots of comments so you can be sure of some excellent exposure.

See the Write For Us page for more details

btw.. you can get this author box here

24 May 2009
First beta is done!
Added last 2 functions, info box and click tracking.
removed jTip and pop jquery plugins and replaced with own function.

PHP used wp_set_comment_status action to update comluv with delete/approve status for a particular last blog/tweet/digg

add_action('wp_set_comment_status',array(&$this,'update_cl_status'), 1, 3); // call when status of comment changes
// hook

the set comment status action
function update_cl_status($cid, $status) {
// get comment stuff from id
if($status != 'spam') {
if($status != 'delete') {
$status = 'approve';
}
$comment = get_comment($cid);
if(strpos($comment->comment_content,"[rq=")){

Almost ready for first round of beta testers so keep an eye out in your inbox for news!