How To Implement Linked-In Integration in Drupal ?
0 comments |
|
|

Now a day’s social media marketing has become a trend because social media networks are just new channels for your brands voice and content. This is important because it simultaneously makes you easier and more accessible for new customers, and makes you more familiar and recognizable for existing customers. So here we will took a closer look at how to integrate Linked_In Group Post in Drupal site
Step 1: Enable Linkedin Module and its Dependencies
- Download Linkedin Integration Module and extract it to sites/all/module
- Download LinkedIn Group Posts Module and extract it to sites/all/module
- Download Oauth and extract it to sites/all/module
- Now Enable Linkedin, Linkedin Group Post, OAUTH
Note :If you found "DrupalOAuthClient requires the PHP cURL library. (Currently using OAuth cURL library not found)"
Then Enable the cURL
Step 2: Generate API Key
Go to https://www.linkedin.com/secure/developer and Sign In with your id.
Click on Add New Application
Now Fill the form
After Clicking the Add Application button you will find API Key and API Secret Key
Step 3: Configure Linkedin
Now come back to your site and Go to admin/config/services/linkedin and Click On base setting and in the API Key and API Secret key Field put your API Key and API Secret Key respectively
Now Click On LinkedIn Group integration and put your group id in the group id field
Now save the Save Configuration Button
Step 4: Configure Linked-In Post Block
Go to admin/structure/block and find LinkedIn Group Latest Discussions and set the reason where you want to show it.
Add new comment