Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Thanks jrowny.
Views integration I suppose you mean exposing to Views the counting of retweets.
I think that can be useful but is difficult to achieve because the counting is not stored in the database or processed in the module itself. This value is loaded dinamically via javascript from their servers once that the page is loaded.
Anyway I will have it in mind and leave this issue open to suggestions/brainstorming.
Topsy supports multiple per page pretty well. It's a little bit slow, but not bad. I have implemented this in views using views themeing. See here: http://www.klutchonline.com/
How did you do it ? Calling directly to theme_topsy_button from a view template?
Note that I just updated the module (beta1) to better integration with Views.
So now if you are using the module "CCK Topsy Retweet Button", then it should provide automatically a field for Views: "Content: field_topsy" or whatever name you gave to the field from CCK
Comments
Comment #1
corbacho commentedThanks jrowny.
Views integration I suppose you mean exposing to Views the counting of retweets.
I think that can be useful but is difficult to achieve because the counting is not stored in the database or processed in the module itself. This value is loaded dinamically via javascript from their servers once that the page is loaded.
Anyway I will have it in mind and leave this issue open to suggestions/brainstorming.
Comment #2
jrowny commentedTopsy supports multiple per page pretty well. It's a little bit slow, but not bad. I have implemented this in views using views themeing. See here: http://www.klutchonline.com/
Comment #3
corbacho commentedCool :) Good integration.
How did you do it ? Calling directly to theme_topsy_button from a view template?
Note that I just updated the module (beta1) to better integration with Views.
So now if you are using the module "CCK Topsy Retweet Button", then it should provide automatically a field for Views: "Content: field_topsy" or whatever name you gave to the field from CCK
It's better documented in the README.txt
Comment #4
jrowny commentedYea, I just icnluded
and then included
via a theme file for the "path" field.
On my site, http://www.jrowny.com I put the settings in the javascript so it loads a bit faster.
Comment #5
corbacho commentedjrowny , if you are using this module still, notice that has been deprecated and Topsy will discontinue the service on 12th of Feb