Jump to Navigation

Me on Twitter

  • @louistouzet @CedN plus de place pour scala. Je suis inscrit pour android ! 11 years 24 weeks ago
  • @louistouzet @twandroid @louistouzet excellent ! De quoi m'inciter a réinstaller #jellybean 11 years 24 weeks ago
  • Just noticed that I've started to drink coffee lately. Wonder why... #Scala 11 years 24 weeks ago
  • #Scala sometimes u just want 2 fix ur code a bit... and u just spend the rest of the evening figuring out how to get back the working code ! 11 years 24 weeks ago
  • RT @Etalab: Encore 1 MOIS pour concourir a #Dataconnexions 2. RDV sur http://t.co/bX6ino3d pour s' inscrire et faire gagner vos applic ... 11 years 25 weeks ago
  • RT @vogella: RT @w1bble The Lance Armstrong bug - when the code never fails a test, but evidence shows it's not behaving as it should. 11 years 25 weeks ago
  • @Viadeo : Un site web à la française http://t.co/AbcWAaQi 11 years 26 weeks ago
  • @agoncal spéciale dédicace à @IBM @IBM_AppServer #websphere 11 years 27 weeks ago
  • @rovio @badpiggies is a game that calls for sharing fun moments! It deserves in-game screenshot & video capture facilities... 11 years 27 weeks ago
  • Like crashing or not crashing... 11 years 27 weeks ago

drupal

drupal AddThis for Drupal

This small article might help you to figure out quickly how to work with the AddThis module for Drupal.
It is not a substitute to the original documentation : it just provides a concrete view of the configuration process from my experience.

Here is a sample "toolbox" generated with the AddThis module : AddThis : nicobo's sample toolbox

Here is an overview of the main steps to get AddThis working on Drupal :

  1. install the module : http://drupal.org/project/addthis
  2. choose in which nodes it appears : page, story, teasers, ...
  3. select which type of widget you want : they are called "button" and "toolbox" in the configure tab
  4. build the widget by adding components to it (only for "toolbox") : components includes popular buttons like facebook like, google +1, tweet, but also custom elements like separator, addthis 'more' button
  5. add a service customization for each component you listed : this step simply provides each component with adequate parameters
  6. customize it more using the numerous other options

[...]

drupal Displaying your tweets on your Drupal blog

If you want to display your latest tweets on your Drupal blog, you will probably want to use the dedicated Twitter module. Among other features, this module provides a new block type that lists a selection of tweets from an account. Tweets are retrieved via a cron job and stored in your website's database, making them available even through corporate firewalls that banish twitter.com. Just-what-you-need !

There are a few catches however : it will likely not work if you are on a shared host because Twitter puts rate limits to the usage of their API, and there is a bug in the block view that can be circumvented.

Syndicate content