Renamed tags

This commit is contained in:
Oliver Davies 2015-04-11 23:21:27 +01:00
parent 787265c628
commit 8f9c42322f
59 changed files with 186 additions and 184 deletions

View file

@ -5,10 +5,11 @@ use:
- posts
slug: create-block-social-media-icons-using-cck-views-and-nodequeue
tags:
- Drupal Planet
- Drupal 6
- Views
- Nodequeue
- drupal-planet
- drupal-6
- drupal
- views
- nodequeue
- oliverdavies.co.uk
---
I recently decided that I wanted to have a block displayed in a sidebar on my site containing icons and links to my social media profiles - [Twitter](http://twitter.com/opdavies), [Facebook](http://facebook.com/opdavies) etc. I tried the [Follow](http://drupal.org/project/follow) module, but it lacked the option to add extra networks such my [Drupal.org](http://drupal.org/user/381388) account, and my [RSS feed](http://oliverdavies.co.uk/rss.xml). I started to create my own version, and then found [this Blog post](http://www.hankpalan.com/blog/drupal-themes/add-your-social-connections-drupal-icons) by Hank Palan.