Just Nudge

IBM Connections

Today we are proud to release our latest widget for IBM Connections. This widget allows an IBM Connections user to associate their profile with their twitter feed and have the feed displayed when someone views their profile.

 

This widget uses a profile extension to allow the user to populate their twitter username using the edit profile functionality of IBM Connections.

For a limited time, Just Nudge is releasing this widget to the IBM Connections community free of charge.  To get the widget see our Twitter widget product page.  If you require any further information please contact us via email at sales@justnudge.com.

 

 

The IBM Connections wiki mentions checking out the configuration files to perform administrative changes to IBM Connections.  The method shown in the wiki is similar to the following:

LCConfigService.checkOutConfig("/temp", "foo01Cell01")

The cell name is often hard to remember and differs between environments.  To run the command without having to specify the cell name, run the command as follows:

LCConfigService.checkOutConfig("/temp", AdminControl.getCell())

After much feedback from our customers we are proud to release the latest version of the IBM Connections Profile Progress widget.  The widget provides a user with graphical feedback on their profile’s maturity together with useful hints on how to improve their profile.

The new version of the widget includes easier customisation of the metrics and a reporting module that can give IBM Connections administrator’s an overview of their IBM Connections installation maturity.

For more details or to purchase the widget, please visit the widget product page or contact us at sales@justnudge.com.

 

 

We have been creating a custom IBM Connection’s widget for a client that allows a user to upload a series of predefined tags to their (or someone else’s) profile. This in effect gives the user a catalogue of tags to choose from that are broken into sections, allowing them to rapidly populate their profile with tags that have meaning across the organisation. A couple of things came up as part of this development, firstly, what is the format of the ATOM message that is required?

To save you from using the help, what you need to do is upload the entire tags for the user, which means that if you want to add a single tag, you need to download the existing tags and add the additional tags to the list. The format of the ATOM file that needs to be sent is as follows (note this needs to be sent as a HTTP PUT):

1
2
3
4
5
6
7
8
<categories xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:snx="http://www.ibm.com/xmlns/prod/ns">
<atom:category term="arabic"></atom:category>
<atom:category term="english"></atom:category>
<atom:category term="french"></atom:category>
<atom:category term="italian"></atom:category>
<atom:category term="mandarin"></atom:category>
<atom:category term="other language"></atom:category>
</categories>

This seems to work a treat in the testing that I have done so far. One interesting point to note is that this method of updating the tags allows you to insert tags into a profile that includes spaces – see the “other language” value above. This appears to work in the backend as well because it renders properly in the tags widget:

Profile Tags

If you would like to discuss customizing your IBM Connections implementing using widgets, then please email me at michael.ransley@justnudge.com for more information.

Copyright Just Nudge Pty Ltd