A WordPress plugin to authenticate and query the LinkedIn PHP API.
- Requires at least WordPress v3.5
- Tested up to WordPress v3.8.1
- OAuth2 connection
- Getting profile informations
- Share posts on LinkedIn
This section describes how to install the plugin and get it working.
e.g.
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'linkedin-oauth2'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Navigate to the 'Upload' area
- Select
linkedin-oauth2.zip
from your computer - Click 'Install Now'
- Activate the plugin in the Plugin dashboard
- Download
linkedin-oauth2.zip
- Extract the
linkedin-oauth2
directory to your computer - Upload the
linkedin-oauth2
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
This plugin supports the GitHub Updater plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.
The LinkedIn OAuth2 plugin is licensed under the GPL v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- First stable version of the LinkedIn OAuth2 plugin.