Jump to Navigation

Me on Twitter

  • "Selon les services allemands de cybersécurité, Windows 10 vous surveille de 534 façons [...] et montre qu’à moins… https://t.co/t2qXSX6xt6 5 years 11 weeks ago
  • Stop saying, “We take your privacy and security seriously” - https://t.co/MippyEQMtx 5 years 11 weeks ago
  • Introducing Ionic 4: Ionic for Everyone | The Ionic Blog - https://t.co/bwFrpypFNY 5 years 15 weeks ago
  • Récit de la découverte des bitcoins dans la fresque « La Liberté guidant le peuple 2019 » – https://t.co/0NryL5qjxT… https://t.co/ilKQOA172k 5 years 15 weeks ago
  • Why does decentralization matter? - Official Mastodon Blog - https://t.co/v7zfx38YvF 5 years 18 weeks ago
  • RT @HenrikJoreteg: This is so awesome. PWAs on Android can now tap into native sharing both as the sharer and share target if you're using… 5 years 18 weeks ago
  • Slack shuts down accounts belonging to Iranian expats and users who visited Iran - https://t.co/POPoBOuZql 5 years 19 weeks ago
  • Very interesting alternative, decentralized public network. The LibreRouter project aims to make mesh networks simp… https://t.co/X8evx8jdtE 5 years 19 weeks ago
  • Got it! To me one year, tough... https://t.co/UeYMWIJlsw #puzzle #nutcase #christmas https://t.co/QM7lOQrNZA 5 years 20 weeks ago
  • RT @gpeal8: Wow, using the internet in Europe sucks. GDPR pop ups on every single website can't have been the original intention of the law. 5 years 22 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