Jump to Navigation

Me on Twitter

  • The subway : probably the most insecure place to make a #ContactlessPayment http://t.co/bfQWmiN33K 10 years 36 weeks ago
  • Got my #nexus4 re-rooted after JB 4.3 update. Thanks to @WugFresh & co 10 years 37 weeks ago
  • All right. #AngryBirdsScore for Android updated to 1.0.2 : it now works with #AngryBirdsFriends. Enjoy ! http://t.co/jwjA4r4Ywb 10 years 38 weeks ago
  • Comment Bruxelles se prépare à enterrer la neutralité du Web http://t.co/ZH9gc4AuZg 10 years 38 weeks ago
  • Found #AngryBirdsFriends keys ! Stay tune for an update to #AngryBirdsScore... 10 years 38 weeks ago
  • #AngryBirdsScore app icon refreshed ! http://t.co/9QoXoKLPSv 10 years 41 weeks ago
  • Dumb but 5 stars fun game ! I highly recommend it (buy it with a bundle) #McPixel - http://t.co/49KEJf5fww 10 years 41 weeks ago
  • To play preloaded videos from #youtube #android app you have to have network until it's started. #WhatAPainInThe6ss 10 years 41 weeks ago
  • Facebook – Après l’espionnage, l’envoi de données ! C'en devient risible http://t.co/d3lQd70OXc 10 years 41 weeks ago
  • L’ARCEP publie son rapport annuel 2012 http://t.co/h8TQxPjdUd 10 years 42 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