Jump to Navigation

Me on Twitter

  • Ah ah ah https://t.co/Ou3BoHpLA8 2 years 27 weeks ago
  • on the other hand, @AtomEditor's git GUI is very productive, so it still has my preference over @code 2 years 27 weeks ago
  • I wonder if #vscode users do use #git... The GUI is just impractical on a daily basis, I always end up switching to command line 2 years 27 weeks ago
  • Important to know that this exists ! This new technology called a "Speaking Portrait" allows any still photo to be… https://t.co/AP8GVnst2N 2 years 30 weeks ago
  • RT @Thom_astro: Le Vésuve et #Naples. Les montagnes sont toujours plus spectaculaires prises avec un léger angle qu’à la verticale parfaite… 2 years 30 weeks ago
  • Knew that already, but may be of some interest for tech beginners... https://t.co/9WIhTRIYyW 2 years 33 weeks ago
  • RT @stefanolaru: 3 hours of debugging can save you 5 mins of reading the docs. 2 years 33 weeks ago
  • Like a #scifi movie, except it's real 2 years 35 weeks ago
  • First paragraphs are just so confuse... Anyway the rest is a great & straight description of #sleep states in… https://t.co/dDLejX0SXO 2 years 35 weeks ago
  • RT @github: A pixel editor in the terminal? Why not! https://t.co/0d2xHvyyXJ 2 years 35 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