How to Add Your LinkedIn Profile to WordPress
December 5th, 2018 in Wordpress |

Do you want to add your LinkedIn profile on your WordPress site? LinkedIn is a social network of professionals which helps you connect with other professionals and influencers in your industry. In this article, we will show you how to easily add LinkedIn Profile to WordPress.

Method 1: Adding LinkedIn Profile to WordPress with Official Plugins

Just like “Facebook social plugins”, LinkedIn also offers several plugins that allow you to add LinkedIn features to your WordPress site.

First, you need to visit the official LinkedIn Member Profile plugin page.

memberprofileplugin

If you are not already signed in, then click on sign in with LinkedIn button.

For logged in users, it will automatically display your member profile in the preview. You can choose how you want to show your profile and show or hide connections.

linkedinprofilegenerator

Once you are satisfied with the preview, you can click on the Get Code button. Member profile generator will show you a code snippet.

You can copy and paste this code snippet in any post, page, or a sidebar widget on your WordPress site.

sblinkedinprofilesidebar

Method 2: Adding LinkedIn Profile to WordPress Using a Plugin

This method requires creating a LinkedIn app to use with a WordPress plugin. If the first method doesn’t work for you, then you can try this one.

The first thing you need to do is install and activate the WP LinkedIn plugin.

Upon activation, you need to visit Settings » LinkedIn page to configure plugin settings.

wplinkedin-settings

Before you can use the plugin, you need to create a LinkedIn app to get the Client ID and Client secret API keys.

You need to visit LinkedIn Developer’s website and click on create application button.

linkedincreateapp

This will bring you to the application form for creating a new app. First, you need to provide the company name, a name for your application, and description.

You will also need to upload a logo for your application. You can use your blog’s logo or any other image, just make sure that the image is in a square shape with the same width and height.

newappapplication

After that, you need to add your website address, business email, and a phone number. Check the terms box and click on the submit button.

LinkedIn will now create your app, and it will redirect you to the App Dashboard. You will find your client ID and client secret keys there.

apikeys

You still need to add the redirect URL to your app’s settings which you can find by scrolling down a little to OAuth 2.0 section. Copy and paste the redirect URL shown on plugin’s settings page and then click on the add button.

redirecturl

Don’t forget to click on the Update button to store your app settings.

Now you can copy the client ID and Secret Keys and paste them on the plugin’s settings page. After that, click on the save changes button to store your plugin settings.

WP LinkedIn comes with built-in widgets and shortcodes to add different LinkedIn features to your WordPress site.

You can go to Appearance » Widgets, and you will find LinkedIn Profile widget in the list of available widgets. Simply drag and drop it to a sidebar where you want to display your LinkedIn Profile.

linkedinprofilewidget

You can also display your LinkedIn profile using shortcode[li_profile] anywhere on your WordPress site.

We hope this guide helped you learn how to easily add your LinkedIn profile to WordPress.