Deprecated: Assigning the return value of new by reference is deprecated in /customers/omblogs.dk/omblogs.dk/httpd.www/myplugins/wp-settings.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in /customers/omblogs.dk/omblogs.dk/httpd.www/myplugins/wp-settings.php on line 535

Deprecated: Assigning the return value of new by reference is deprecated in /customers/omblogs.dk/omblogs.dk/httpd.www/myplugins/wp-settings.php on line 542

Deprecated: Assigning the return value of new by reference is deprecated in /customers/omblogs.dk/omblogs.dk/httpd.www/myplugins/wp-settings.php on line 578

Deprecated: Function set_magic_quotes_runtime() is deprecated in /customers/omblogs.dk/omblogs.dk/httpd.www/myplugins/wp-settings.php on line 18
Plugin Blog » Blog Archive » CommentTweets


 16 Feb 2009 @ 11:02 PM 
 

CommentTweets

 

=== CommentTweets ===

Contributors: Therese Hansen
Tags: twitter, comments, widget
Requires at least: 2.7
Tested up to: 2.7

When a reply is made to a comment, a twitter notification (@twittername) will be sent to the original comment author to notify him/her of the reply. The notification will be sent from your Twitteraccount.
This will allow the users to follow up on the comment and expand the conversation if desired.

== Installation ==

1. Download the plugin archive and expand it (you’ve likely already done this).
2. Put the ‘CommentTweets’ folder into your wp-content/plugins/ directory.
3. Go to the Plugins page in your WordPress Administration area and click ‘Activate’ for ‘CommentTweets’.

== Frequently Asked Questions ==

= Is it possible to let the commenters decide if they want the notification =

In this version all commenters will receive the notification. In the next version it will be possible to check a checkbox to get the notification.

= Why do I need a twitter account to use this plugin? =

You need a twitter account to make this plugin work because the plugin needs a place to send the notifications from. If you don’t want to clutter your twitteraccount with these replies, make a new twitter account specifically for this purpose.

You can download the plugin here.

Tags Tags: , , ,
Categories: Uncategorized
Posted By: Therese
Last Edit: 18 Feb 2009 @ 01 15 AM

EmailPermalink
 

Responses to this post » (29 Total)

 
  1. Richard says:

    Tried to install CommentTwitter, but it does not appear on the dashboard. Tried both manual install and the Plugin Browser/Installer. Very strange! Any suggestions as to how to troubleshoot?

    I’m running WordPress 2.7.1

    follow @RAMilewski on twitter

  2. Therese says:

    Hi Richard.

    Sorry that you have cannot install the plugin. I have not tested it with wordpress 2.7.1, but I will try that now.

    Just to make sure that I know your problem: You cannot see the menu Settings->CommentTweets as described here:
    http://omblogs.dk/myplugins/2009/02/new-wordpress-plugin-commenttweets/. Right?

    /Therese.

    follow @qedtherese on twitter

  3. Therese says:

    Now I have tested it with wordpress 2.7.1 and I don’t have this problem. Can it be a conflicting plugin? Is there a warning message when you activate the plugin, Richard?

    follow @qedtherese on twitter

  4. Rasmus says:

    I’ve also tried to install the plugin in WP 2.7.1, and it didn’t even appear in the list of installed plugins.
    When I look in the wp-content/plugins folder on the server, I can see that the plugin has been downloaded and unzipped. But instead of having the files directly in wp-content/plugins/commenttweets, they are located in wp-content/plugins/commenttweets/src. When I move them to wp-content/plugins/commenttweets, the plugin shows up on the list of installed plugins.

    follow @nerdd on twitter

  5. [...] har nemlig lige installeret CommentTweets, et plugin lavet af min tutor fra min tid på universitetet, [...]

    follow @andiojeda on twitter

  6. Therese says:

    Thank you, Rasmus. I will correct the structure of the zip-file!

    follow @qedtherese on twitter

  7. baron says:

    hi. Thanks for plugin

    perfect.

    Regards

  8. Rasmus says:

    I’ve discovered a problem with the plugin on my blog. It isn’t sending out tweets, instead it is outputting the following in my error log:


    PHP Warning: Missing argument 3 for cn_wrap_main_twitter_notification_2() in ...wp-content/plugins/commenttweets/TwitterCommentNotification.php on line 123
    PHP Warning: Missing argument 2 for cn_main_twitter_notification() in ...wp-content/plugins/commenttweets/TwitterCommentNotification.php on line 132

    This is on a WP 2.7.1 - it looks as though the comment_post and transition_comment_status hooks on 2.7.1 send the same arguments to the action functions as earlier versions of WP.

    follow @nerdd on twitter

  9. Therese says:

    I have looked into this and I just can’t figure out what the problem is.

    transition_comment_status is used like this:
    do_action(’transition_comment_status’, $new_status, $old_status, $comment);
    which should give the function cn_wrap_main_twitter_notification_2 3 arguments.

    And comment_post is used like this:
    do_action(’comment_post’, $comment_ID, $commentdata['comment_approved']);
    which should give the two arguments comment id and comment status.

    I will try to ask the wordpress support.

    follow @qedtherese on twitter

  10. Rasmus says:

    I hope they can help - I’m really looking forward to be able to use the plugin :)
    follow @nerdd on twitter

  11. Jason says:

    I get the following error:
    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/39/d151152039/htdocs/MYSITE/blog/wp-content/plugins/commenttweets/TwitterCommentNotification.php on line 96

    when trying to install. I have tried via CP and manual download and FTP and I get the same result.

    Any ideas?

    follow @d12welve on twitter

  12. Therese says:

    Hi Jason.

    Thank you for the bug report. I googled the problem and found a possible fix for it.

    It is now in version 0.2 - please let me know if it fixed your problem. The new version is uploaded to wordpress.org.

  13. Steve says:

    Having a problem getting this plugin to work. When testing it out and trying enter comments I get this error:

    Warning: Missing argument 2 for cn_main_twitter_notification() in /home/thefilm1/public_html/blog/wp-content/plugins/commenttweets/TwitterCommentNotification.php on line 132

    Warning: Cannot modify header information - headers already sent by (output started at /home/thefilm1/public_html/blog/wp-content/plugins/commenttweets/TwitterCommentNotification.php:132) in /home/thefilm1/public_html/blog/wp-includes/pluggable.php on line 850

    I’m using Wordpress 2.7.1

    follow @eastmav on twitter

  14. Therese says:

    Thank you for the bug report, Steve.

    It is very similar to another bug report I have had but your extra information is helpful. I am working on the problem.

    follow @qedtherese on twitter

  15. Steve says:

    Hi Therese,

    I see you issued a new version of your plugin, but I got the same error when I activated it and tried to leave a comment.

    Best of luck on getting this plugin up and running.

    follow @eastmav on twitter

  16. Therese says:

    Hi Steve.

    The new version was a bug fix for another problem - I am still working on your bug report. I have left a description of the problem on the wordpress support forum and I’m trying to reproduce the problem so I can find a fix.

    Thank you for the feedback.

    follow @qedtherese on twitter

  17. Christa says:

    Great plugin :D
    However, I get the same error as Steve.
    It installed perfectly, got the login screen in the Settings and everything.

    It will still post the comment AND send the update to Twitter. It’s just that it’s giving me that error instead of sending me back to the post.

    follow @christastjean on twitter

  18. Therese says:

    Thank you for your bug report, Christa.

    I just released version 0.5 which have solved this problem for some people - I hope this will solve your problem too.

    follow @qedtherese on twitter

  19. Yuna says:

    I always get this :
    Warning: domdocument() expects at least 1 parameter, 0 given in /homepages/10/d85752826/htdocs/wp-content/plugins/commenttweets/TwitterCommentNotification.php on line 87 Fatal error: Call to undefined method: domdocument->loadxml() in /homepages/10/d85752826/htdocs/wp-content/plugins/commenttweets/TwitterCommentNotification.php on line 88

  20. Steve says:

    Yeah, seems to be humming along now. Thanks for the great plugin!

    follow @eastmav on twitter

  21. Therese says:

    Thank you for the bug report, Yuna. Can you tell me which version of wordpress, you are using?

    I will look into this ASAP.

    follow @qedtherese on twitter

  22. Tinh says:

    I got problem on my blog as it shows errors all the time the comments make comments. They complained with me then I deactivated it. Sorry

    follow @blogviet on twitter

  23. Therese says:

    Hi Tinh.

    Can you tell me which version of Wordpress, you are using? And was this with version 0.5 of my plugin? I would like to look into this problem but I need some more information about it.

    follow @qedtherese on twitter

  24. Yuna says:

    Hi I´m using Wp WordPress 2.7.1 the german version

  25. Christa says:

    Hi Therese :)

    Something weird happened in my blog with this plugin and I had to inactivate it.
    All of a sudden all Twitter signatures were replaced on new comments with this: follow @show on twitter, and that signature was added no matter if the visitor are using Twitter or not. It started the other day, so it’s fairly new.

    Is this some kind of spam or did I miss something?

    follow @show on twitter

  26. Christa says:

    Oops….nevermind that. My partner just told me that it’s Twitter’s end that is a bit broken right now.
    I’ll just keep this deactivated for now and keep an eye on it :)
    follow @show on twitter

  27. Therese says:

    Thank you for telling me, Christa!

    I will make sure to update the plugin as soon as I finish my thesis work - You will be the first to know.

    Sorry for the wait - I love Twitter, but developing plugins using a changing API is not fun.

Post a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

\/ More Options ...
Change Theme...
  • Users » 2
  • Posts/Pages » 4
  • Comments » 38
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

Questions



    No Child Pages.