Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • IBM Connections wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category IBM Connections 3.0.1 Documentation Custom Search Scope...
Search
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

Shu Lukito
Contribution Summary:
  • Articles authored: 20
  • Articles edited: 24
  • Comments Posted: 1

Recent articles by this author

Enable Business Card Integration in WebSphere Portal v6.1

Config step is: Step : 1 Login to the WebSphere administrative console (https://:10039/admin). Click Resources > URL Providers. Click Default URL Provider. Click the URLs link from the Additional Properties section. Click New. Specify values for the general properties as shown below: Name: ...

11.2.6 Activities

Back to main topic 11.2 Web Application Integrator Now that you have used the WebSphere Application Integrator portlet to generate the JavaScript line that renders the Portal's navigation, you need

11.2.5 Dogear

Back to main topic 11.2 Web Application Integrator Now that you have use the WebSphere Application Integrator portlet to generate the JavaScript line that renders the Portal's navigation, you need t

11.2.4 Blogs

Back to main topic 11.2 Web Application Integrator Now that you have used the WebSphere Application Integrator portlet to generate the JavaScript line that renders the Portal's navigation, you need

11.2.3 Communities

Back to main topic 11.2 Web Application Integrator Now that you have used the WebSphere Application Integrator portlet to generate the JavaScript line that renders the Portal's navigation, you need to include the script as the first item after the HTML's < BODY > tag of the .jsp files that ...

Community article5.2 Adding Links to Business Card

Added by Shu Lukito | Edited by IBM contributor Shu Lukito on August 6, 2008 | Version 8
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: links person_card business_card customize
This section provides you with a step by step instructions to add third-party links to the Profiles business card by editing the Lotus Connections configuration file.

The following paragraphs provide you with an overview on how to add a third-party link to the business card:
  • Specify the links in the LotusConnections-config.xml located at: <WAS_HOME
     
    \profiles\<WAS_Profile
     
    \config\cells\<Host_name
     
    \LotusConnections-config\LotusConnections-config.xml
  • Define the service names by editing service-location.xsd file located at: <WAS_HOME
     
    \profiles\<WAS_Profile
     
    \config\cells\<Host_name
     
    \LotusConnections-config\service-location.xsd
  • Save and close both files
  • Restart Profiles
Once you follow these instructions, you can integrate Lotus Connections business cards with any applications that render the person card. For example, Atlas for Lotus Connections Confluence, SocialText, Quickr, Microsoft Sharepoint, SAP Portal, WebSphere Portal, etc.

In this section, we will show you how to add the links to Atlas for Lotus Connections and Google.

First, you need to add the links to Atlas and Google to LotusConnections-config.xml as described in Listing 1.

Listing 1. Adding links to Atlas and Google
<sloc:serviceReference serviceName="atlas"
href="http://atlas.tap.watson.ibm.com" enabled="true"
ssl_href="http://atlas.tap.ibm.com" ssl_enabled="false"
person_card_service_url_pattern="/reach.do?reachUser={email}"
person_card_service_name_js_eval="'Reach Me'"/
 


<sloc:serviceReference serviceName="googleService"
href="http://www.google.com" enabled="true"
ssl_href="http://www.google.com" ssl_enabled="false"
person_card_service_url_pattern="/search?hl=en&q={fn}&btnG=Google+Search"
person_card_service_name_js_eval="'Google Me'"/
 

Next, add the following lines (highlighted in bold) in service-location.xsd as described in Listing 2.

Listing 2. Define the service names for Atlas and Google
<xsd:simpleType name="serviceNames"
 

<xsd:restriction base="xsd:string"
 

<xsd:enumeration value="activities" /
 

<xsd:enumeration value="blogs" /
 

<xsd:enumeration value="communities" /
 

<xsd:enumeration value="directory" /
 

<xsd:enumeration value="dogear" /
 

<xsd:enumeration value="personTag" /
 

<xsd:enumeration value="presenceAwareness" /
 

<xsd:enumeration value="profiles" /
 

<xsd:enumeration value="sametimeLinks" /
 

<xsd:enumeration value="homepage" /
 

<xsd:enumeration value="quickr" /
 

<xsd:enumeration value="atlas" /
 

<xsd:enumeration value="googleService" /
 

</xsd:restriction
 

</xsd:simpleType
 


The final step is to restart the Profiles server and you can see that the third party links have been added as displayed in Figure 1.

Figure 1. Business card with links to Atlas and Google



Assuming that you have Atlas for Lotus Connections implemented in your organization, you will see various recommended social paths to reach Frank Adams as illustrated in Figure 2.

Figure 2. Reach Me



If you click on the Google Me tab, it will open a Google page and enter the name of the business card owner as a Google search parameter as displayed in Figure 3.

Figure 3. Google Me

expanded Attachments (0)
collapsed Attachments (0)
expanded Versions (26)
collapsed Versions (26)
Version Comparison     
VersionDateChanged by              Summary of changes
26Jan 7, 2009 5:58:43 AMMike Ebbers  IBM contributor
25Dec 23, 2008 11:02:10 AMDebbie Willmschen  IBM contributor
24Dec 23, 2008 11:00:54 AMDebbie Willmschen  IBM contributor
23Dec 23, 2008 10:09:29 AMDebbie Willmschen  IBM contributor
22Dec 23, 2008 10:07:52 AMDebbie Willmschen  IBM contributor
21Dec 23, 2008 10:02:09 AMDebbie Willmschen  IBM contributor
20Dec 23, 2008 9:55:43 AMDebbie Willmschen  IBM contributor
19Dec 23, 2008 9:53:06 AMDebbie Willmschen  IBM contributor
18Dec 23, 2008 9:50:02 AMDebbie Willmschen  IBM contributor
17Dec 23, 2008 9:48:16 AMDebbie Willmschen  IBM contributor
16Sep 12, 2008 11:32:57 AMShu Lukito  IBM contributor
15Sep 12, 2008 11:32:05 AMShu Lukito  IBM contributor
14Sep 12, 2008 11:31:33 AMShu Lukito  IBM contributor
13Sep 9, 2008 4:05:03 PMShu Lukito  IBM contributor
12Sep 9, 2008 4:02:40 PMShu Lukito  IBM contributor
11Aug 29, 2008 5:57:31 PMJennifer Heins  IBM contributor
10Aug 13, 2008 10:25:15 AMShu Lukito  IBM contributor
9Aug 12, 2008 8:58:14 PMShu Lukito  IBM contributor
This version (8)Aug 6, 2008 5:54:23 PMShu Lukito  IBM contributor
7Aug 6, 2008 5:19:55 PMShu Lukito  IBM contributor
6Aug 6, 2008 5:14:37 PMShu Lukito  IBM contributor
5Aug 6, 2008 5:03:16 PMShu Lukito  IBM contributor
4Aug 5, 2008 6:00:39 PMShu Lukito  IBM contributor
3Aug 5, 2008 4:29:41 PMShu Lukito  IBM contributor
2Aug 5, 2008 3:31:20 PMShu Lukito  IBM contributor
1Aug 5, 2008 2:14:20 PMShu Lukito  IBM contributor
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • FacebookIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use