Skip to main content

The value of twitter and other social media tools

Serendipity

Thanks to staff within my organisation (BR) and people like Chris Brogan, Cairo Walker and James Robertson the past couple of weeks have been very interesting for me because they've drawn togeather ideas I've been exposed to for a while. I think they've clicked.


The following is the true story of how serendipity helped save elephants - believe me it does relate to social media within the firewall.

“Moses lives in Africa, works for a large global organisation and is responsible for elephant human conflict resolution.

Abraham lives in India, works for the same large global organisation and is also responsible for elephant human conflict resolution.

Moses grew up in the African bush, where there is a kids story that a bee (rather than a mouse) can scare elephants. Moses noticed that those villages who kept beehives had less elephant conflict events than other villages, all other factors being equal. To test his theory he put beehives in those villages with the most number of elephant conflict events. Lo and behold conflict events went down. They went down in every village bees were introduced. The honey was also a money maker so there was a double win.

Now Abraham was commenting on the fact he hadn’t found any reliable solution to human elephant conflict to a visiting consultant, who just happened to have been to Africa and met Moses. Serendipitous, luck, call it what you will the consultant put Abraham in contact with Moses. Elephants people and bees across two continents benefitted”

Social media tools can do this for the enterprise.

That is the business value.

Serendipity


Still not convinced ?
Ask your senior management team why they play golf, or polker or belong to the old boys club.


How would serendipity go down as a social media deal clincher in your organisation?

Comments

Popular posts from this blog

To setup rails on IIS and enable it for multiple Applications. START Server 2003 Enterprise Edition SP1 IIS 6 RUBY Install ruby 185_22_rc2.exe You don't have to put it in c:\ruby I created the following folder c:\webdata\ruby, then ran the install. Run install into c:\webdata and say "YES" to deleting the existing ruby directory. During the install I ticked SciTE and Enable RubyGems Took 10mins 1000s of files Ruby GEMS Install Ruby Gems 0.9.1 (don't change it from the defaults) Extract zip file to temp directory, then double click setup.rb, does the default install (about 5mins) Then run at the command line gem pristine --all c:\> gem pristine --all I tried to install Ruby Gems in a particular directory, but couldn't get it working because if you use the command line SET command to put a value into GEM_HOME when the ruby gems installer setup.rb reads the registry it doesn't account for the fact that values in the registry contain double b...

Yammer and puddles

Recently I was asked " What are the top 10 points you think are important to get across to staff at all levels in an organisation about Yammer? " My initial reaction was "Tough ask", mainly because I've seen great write ups on what organisations get out of Yammer but very few that talk directly to the user benefits. Many articles give the usual cop out "users can't see the point, until they get it" I admit I was in that boat when I started using Twitter, a public micro blogging platform. But just like they said "once I used it I got it". What they didn't say was that it took a while and it suits certain people better than others. So as with all things in the social media space, be aware that culture change not the technology may be your biggest challenge. So what does Yammer, a microblogging platform for organisational use , do for real employees that is compelling enough for them to spend the time to "Get it" ? First off Y...

Add-PNPClientSideText Object reference not set to an instance of an object

When trying to use PNP to create SharePoint online pages I ran into this error. Add-PnPClientSideText -Page "Offices" -Text " City office Free phone: 12345 " -Column 2 -Section 5 -Order 5 Add-PnPClientSideText : Object reference not set to an instance of an object. At line:1 char:1 + Add-PnPClientSideText -Page "Offices" -Text " City office < ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : WriteError: (:) [Add-PnPClientSideText], NullReferenceException     + FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.ClientSidePages.AddClientSideText The error is caused by having the page open in a browser window in Edit mode. Once you click Publish on the page in the browser the code runs fine.