Jump to Navigation

Me on Twitter

  • RT @codinghorror: Don't forget to have an extra special scary programmer halloween.. by doing the SCARIEST THING IMAGINABLE... looking at y… 5 years 28 weeks ago
  • @instapaper @Pocket @wallabagapp I'm now using a personal instance of #wallabag and it really does the job ! 5 years 28 weeks ago
  • @instapaper @Pocket @wallabagapp I'm now using a personal instance of #wallabag and it really does the job ! 5 years 28 weeks ago
  • RT @gavinsblog: Spot the robot dog dancing to UpTown Funk is simultaneously both terrifying and hilarious. https://t.co/UNPsXZrXvh 5 years 29 weeks ago
  • Almost full screen cookie warning... On the cookie policy page ! The Internet is going crazy... #GDPR https://t.co/n3RtuNYJC8 5 years 29 weeks ago
  • @TwidereProject I hope not. Twidere is the best Twitter client around. I've tried many before, including Twitter's… https://t.co/XZWJNwqk1U 5 years 29 weeks ago
  • Not being aware of an exploit doesn't mean there wasn't... New Bluetooth Hack Affects Millions of Devices from Maj… https://t.co/Prjj3VMCnV 5 years 30 weeks ago
  • @_FranceConnect_ A est-il prévu pour fournir l'équivalent d'un justificatif de domicile à toute société le demandant ? 5 years 33 weeks ago
  • @GroupeLaPoste Bravo pour https://t.co/cBOQQDdlVq Le facteur est venu vérifier mon identité en 24h et mon identité… https://t.co/xixwTwxsCF 5 years 33 weeks ago
  • Soooo true.... https://t.co/vhEsNGV0uQ 5 years 34 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