Jump to Navigation

Me on Twitter

  • #OAuth on mobile : apps hide the location bar of the provider's page. How do we check if it's not phishing ? #fail #antipattern 11 years 3 days ago
  • http://t.co/6WtJmlWzkU Sometimes I wonder... #whataworld 11 years 3 days ago
  • #SwitchDataSwitch 2.1 released... This app is still useful today for stock ROMs if you want to save your battery ! http://t.co/QtoWFPqR5r 11 years 4 days ago
  • How I learned that my 3G #nexus7 did not offer #android.hardware.telephony : "adb shell pm list features" http://t.co/qdOV6afq1R 11 years 5 days ago
  • #SwitchDataSwitch just passed the 'subway' test. Releasing soon... 11 years 6 days ago
  • One day only: Free Android apps and games from Amazon - http://t.co/lVi8dkvn0b Downloading..! 11 years 1 week ago
  • @levelupstudio what I miss in #plume : offline favorites and quick add to @pocket (might be custom button in tweet's bar) 11 years 1 week ago
  • @TheBrousse aussi pour découvrir ou il faut déjà connaitre @appcelerator ? 11 years 1 week ago
  • RT @guerwan: Droidcon Paris : les 17/18 Juin 2013 ! http://t.co/vnR2Zk4VJl 11 years 1 week ago
  • RT @TheBrousse: 4e edition du Titanium Meetup Paris demain soir. #tiparis Venez nombreux! http://t.co/Qvnul6OSYr @appcelerator 11 years 1 week 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