diff --git a/app/views/plugins/_linked_in_settings.html.erb b/app/views/plugins/_linked_in_settings.html.erb index bf84b55aff1..0b560fde265 100644 --- a/app/views/plugins/_linked_in_settings.html.erb +++ b/app/views/plugins/_linked_in_settings.html.erb @@ -1,7 +1,7 @@ <%= fields_for :settings, OpenObject.new(settings) do |f| %>
<%= mt(:description, <<-TEXT, :linkedin_url => 'https://www.linkedin.com/secure/developer', :callback_url => raw('https://< ' + t(:domain_name, 'domain') + ' >/oauth_success?service=linked_in')) + | <%= mt(<<-TEXT, :linkedin_url => 'https://www.linkedin.com/secure/developer', :callback_url => raw('https://< ' + t(:domain_name, 'domain') + ' >/oauth_success?service=linked_in')) You will need to [register an application on LinkedIn](%{linkedin_url}). You should add %{callback_url} as an OAuth 2.0 authorized redirect URL, and set the Application Status to Live After you create your application, make a note of the Client ID and Client Secret, and enter them here. |