In order to use the LinkedIn integration, you must create a new Application on the LinkedIn Developer Network.
Field | Value |
Application Name | ExtraView Integration |
Description | Application for use with ExtraView integration |
JavaScript API Domain | Enter the full domain name of your ExtraView server (e.g., http://company.domain.com) |
Live Status | Live |
Agreement Language | Browser Locale Setting |
The LinkedIn integration functionality depends on the following components to be deployed into your ExtraView server environment. Please obtain all the files listed below from the ExtraView Support team. For the purpose of this document, the <evj> directory refers to the installation location of your ExtraView web application.
The following image files need to be installed in the <evj>/images/ directory:
LinkedInCompanySearch.png
LinkedInPeopleSearch.png
The custom Javascript file, UserJavaScript.js, located in the <evj>/javascript/user_javascript/ directory must be updated with the integration JavaScript code. If your ExtraView site does not already have customer-specific JavaScript code, then the UserJavaScript.js file can simply be replaced with the copy of file you received from ExtraView Support. Otherwise, the JavaScript file provded must be merged into the existing UserJavaScript.js file. Please contact ExtraView Support if you require assistance with this task.
Custom Java code implemented in file LinkedinIntegration.class must be installed in the <evj>/WEB-INF/classes/com/extraview/usercustom/ directory, and the Behavior Setting named USER_CUSTOM_CLASSNAME must be set to com.extraview.usercustom.LinkedinIntegration As with custom JavaScript, if your site already has customer-specific Java code implemented, then this code must be merged with the existing user custom code, and the code must then be recompiled. Contact ExtraView Support if you require assistance with this step.
Edit the ExtraView configuration file, Configuration.properties which is found in the WEB-INF/Configuration directory, and add the following setting on a separate line using the LinkedIn Application API Key value generated above:
LINKEDIN_API_KEY = api_key