How can I display LinkedIn company updates from website? - linkedin

For one of my projects, we would like to display the latest LinkedIn company updates on the intranet site.
We have tried the following solutions:
Use LinkedIn Company Insider plugin, but it seems to display only Company Employees
Use LinkedIn Company Profile plugin, but it displays only information on the company
Use LinkedIn REST API, but impersonation is forbidden by LinkedIn Guideline.
We could grant admin access for all employees, but it would be a bad solution because they could modify the company page on LinkedIn.
Have you ever displayed LinkedIn Company updates on the website? And which solution have you used?

you can use linkedIn API to get company update using this api : https://api.linkedin.com/v1/companies/{id}/updates?format=json
Source: https://developer.linkedin.com/docs/company-pages#company_updates

Related

Requesting AutoFill plugin for domain

I would like to use the AutoFill Plugin to easily populate profile form fields from LinkedIn profiles into a website I have created that uses registration forms, and for users to enter a profile. I would like to use your AutoFill Plugin to offer users to fill this profile with their LinkedIn profile. In reading your documentation: https://learn.microsoft.com/en-gb/linkedin/consumer/integrations/self-serve/plugins/autofill-plugin
It says "domains must be allowlisted for LinkedIn AutoFill to properly function. Contact your LinkedIn representative for more information."
CanI ask to add the following domains to this allowlist?
The site is question is https://go-digital-platform.thisiscrowdlab.com/
Is it possible to also add a local dev URL http://events.local (only if possible, as the above one is more important).
Or do let me know who I should contact to add domains to the allowlist for this plugin.
Many thanks,

How share linkedin job opportunities and last articles from a likedin page to external website

One of my customer would like to share his job opportunities and last articles from his Linkedin page on his external website.
I see that the Linkedin API V1 supported the job searching but now this version is deprecated and V2 API not allows this functionality anymore.
And I didn't find anything about last articles sharing too.
I have written to the support.
This is the response: "we do not allow posts and/or articles to be pulled off of LinkedIn for display on external websites."

Share a Sale API - How to throw data to a share a sale account from my website

I can't find any reference in this API, has anyone of you know / experience to use this API? I can't find any methods/ documentations on how to send data from my Wordpress website to my share a sale account.
Link to get your tracking code
All instructions are there on how to attach your tracking code to your wordpress site.

Embedding LinkedIn company updates / feeds

We have created a SharePoint 2010 web part where we display our company feed from https://www.linkedin.com/company/"Name of Company"/.
End-users need to login the first time (that is ok). But even though they login using their personal LinkedIn profile, they cannot see our company-feed. Why is that?
If the users are set as LinkedIn Designated Admins they can see the feed, otherwise they cannot.
We are using
<script type="text/javascript" src="//platform.linkedin.com/in.js">
api_key: "The key"
lang: da_DK
authorize: true
onLoad: onLinkedInLoad
</script>
I hope someone can share their knowledge.
This is why :'( https://developer.linkedin.com/blog/posts/2015/developer-program-changes
Starting on May 12, 2015, we will be limiting the open APIs to only support the following uses:
Allowing members to represent their professional identity via their LinkedIn profile using our Profile API.
Enabling members to post certifications directly to their LinkedIn profile with our Add to Profile tools.
Enabling members to share professional content to their LinkedIn network from across the Web leveraging our Share API.
Enabling companies to share professional content to LinkedIn with our Company API.
Only people who can admin the feed can read/update to the company feed. All others are excluded unless you manage to get yourself promoted to LinkedIN partner: https://developer.linkedin.com/partner-programs
Some light on this issue over here:
As ahmeij said, Linkedin doesnt provide anymore an easy way of embedding your company/personal profile timeline anywhere. However, there is an alternative way of implementing this.
You will make use of the RSS feed of the profile. The url will be something like this:
https://www.linkedin.com/biz/[PROFILE ID]/feed?start=0&v2=true
You can find out the numeric ID in you profile/company page.
Read the full source here: https://www.glintech.com/blog/confluence-embed-linkedin-company-feed.html
I found the way to implement a CORS proxy, and got this working.
I used this simple PHP CORS proxy
However, LinkedIn site doesn't return any information from this URL anymore, it just returns a [301 - moved permanently] error :_(
As Alberto mentioned in the post below a RSS feed can be used to create an embed code. To enable RSS on your LinkedIn and get the RSS link you can follow this guide. Then you can use this plugin to generate an embed code of the feed.
You can use a social wall solution like Walls.io to add LinkedIn company feeds to your Sharepoint website. The tool generates an iframe or JavaScript code that you can embed. Here's an article on how it works on SharePoint.

Is there a cutomizable linkedin weblink to post on a company page?

I know there is an API to post on a company linkedin page, and a customizable weblink to post on your personal profile (for example: https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fwww.brighterinvestment.com%2F&title=Brighter%20Investment&summary=This%20new%20fund%20opens%20up%20education%20to%20the%20poor%20and%20shares%20the%20financial%20gains%20with%20its%20investors&source=Brighter%20Investment)
Is there a similar customizable weblink that brings you to a pre-populated page to post on your company page?
Hope someone can help. Thanks!
Unfortunately, there is currently no URL-based equivalent of the share service for posting to your company page.
You would have to do so via an API call or manually on linkedin.com

Resources