I was thinking about how to do this on my site. You beat me to it. Good work! I have a feature that you may want to make into a submodule that grabs the Open Graph info from links for posts. I haven't thought much about releasing it to the Drupal community because the last time I tried, I got hammered in the module release issue queue.
This must be the module you said you were working on at the last code sprint for Drupalcamp Twin Cities! It would be awesome if you could write another blog post on this. Can you provide a walk through of the code?
I'll try to find time for this but can't guarantee as I spent my 3 day weekend just get a release ready. There are some things to fix in the javascript especially.
I would be really concerned about performance if it went in that direction. I left the comments unloaded by default for performance reasons. A site with heavy traffic might get killed with that kind of feature.
I am focusing my realtime efforts on my Nodejs module that integrates with User Relationships module:
If I can ever find enough time to get that working well enough to release, I'd like to make a community site distribution featuring these modules as well.
Hey adding your plugin to Views > Content is very easy.... but is there any way that i can add it to views > user (i.e.) a view created to display set of users in a group using organic groups??
Comments
Very nice, can't wait to
Very nice, can't wait to integrate this.
Very nice!
I was thinking about how to do this on my site. You beat me to it. Good work! I have a feature that you may want to make into a submodule that grabs the Open Graph info from links for posts. I haven't thought much about releasing it to the Drupal community because the last time I tried, I got hammered in the module release issue queue.
I'd love to see it but ...
AFAIK Open Graph is for facebook. We aren't using facebook here.I just said it was somewhat like Facebook commenting
Great Work!
This must be the module you said you were working on at the last code sprint for Drupalcamp Twin Cities! It would be awesome if you could write another blog post on this. Can you provide a walk through of the code?
Code Walk through
I'll try to find time for this but can't guarantee as I spent my 3 day weekend just get a release ready. There are some things to fix in the javascript especially.
No promises but I'll try
Long polling
Can you add in the long polling technique to periodically ajax load the comments so that user A's comments are dynamically pushed to user B
Performance
I would be really concerned about performance if it went in that direction. I left the comments unloaded by default for performance reasons. A site with heavy traffic might get killed with that kind of feature.
I am focusing my realtime efforts on my Nodejs module that integrates with User Relationships module:
http://drupal.org/sandbox/ghankstef/1419424
If I can ever find enough time to get that working well enough to release, I'd like to make a community site distribution featuring these modules as well.
Anxious for Feedback ??
Awesome !!!!!!
How do i add this to a view created to display user ?
Hey adding your plugin to Views > Content is very easy.... but is there any way that i can add it to views > user (i.e.) a view created to display set of users in a group using organic groups??
thanks....
Drupal 7 - gotcha
As far as I understand, Drupal 7 does not support comments on users, so we are kind of out of luck.
In Drupal 6 you can use the content profile module to make profile node - and that should work.
Possibility of add it into a user profile ?
Also one more question is it possible to add this in the profile page of a user, just like fb wall or something of that sort ??
Drupal 7
As far as I understand, Drupal 7 does not support comments on users, so we are kind of out of luck.
In Drupal 6 you can use the content profile module to make profile node - and that should work.
How can this be added to the basic blog
Question im sort of new to this, but how would one go about adding this functionality to the comments off the standard blog module in D7?
Many thanks!