EDIT: LINKEDIN SUPPORT - do you check Stack Overflow for posts tagged with linkedin like it says on your website?
Have been directed here by LinkedIn developer site.
I have found the following article ( https://community.unbounce.com/unbounce/topics/guide-implementing-linkedins-new-autofill-feature ), plus a couple of others that talk about LinkedIn autofill, but there seems to be no documentation on the LinkedIn developers site. Is this still in beta? Is there a date set for its official release and for documentation release?
I wish to implement this on our company HubSpot landing pages, but so far haver been unsuccessful ('Your request could not be completed') and I am wondering if this is because it has not been made available to the public yet?
I have seen it used on 2 sites, but I assume these are using formstack or another application that has been granted access to the functionality?
Would very much appreciate some info on this great potential new feature.
Thanks in advance
I came across this thread while I was researching Autofill. Looks like you have to use LinkedIn Lead Accelerator for you to be able to use it. And people are saying that that's like $25k/3 months!
http://help.lms.linkedin.com/hc/en-us/articles/204141578-LinkedIn-AutoFill-Setup-Guide
http://www.marketing-mojo.com/blog/linkedin-lead-accelerator-is-it-worth-the-plunge/
Related
We have an integration with Linkedin on our site www.snapsponsorship.com Unfortunately we can only managed to post to users feeds, not to the pages they are associated with. We have this up and running for facebook and have Twitter integrated also. Can I ask is it possible to authenticate a page directly for posting through an API or is it possible to authenticate a users account and then post to a page. Many thanks in advance Regards, Mark
No idea if im posting this is the correct place. apologies if wrong, would appreciate being pointed in the right direction. Im non technical trying to support development team
Can anyone tell me how can I track number of views,likes,comments and shares in a collaboration and community site. This is not a Google site. This site was created using lumapps. It's a collaboration site, Which works similar to Google+, where you can write a blog, post and like/ share the same. I need a way of keep tracking the likes/shares/views on such posts or blogs, So that I can display the same in Google data studio.
I heard it's possible using Google tag manager. Can anyone confirm this OR let me know about anyways of achieving the same.
Thanks and Regards
Kumar
You would do this by sending an event to Google Analytics and using this source in Data Studios.
Please see reference on how to send events using Google Tag Manager and custom Variables.
https://support.google.com/tagmanager/answer/6106716?hl=en
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.
I am trying to get latest 3 public activities of our company from linkedin to put into a website and i found on linkedIn "RSS Feed for Network Updates - No Longer Supported" and other stuff no longer supported. Is there any way to get latest activity ?
Please help
Actually for the moment being there is no way to get any social feeds from linkedin, the most you can do is get your profile data, this can be achieved by http://wordpress.org/plugins/lips/ a plugin that serves for this purpose exactly.
Hope this info helps your quest :).
I am developing an application where I need to retrieve Google Place Dashboard Insight data using Google Places API or Google Analytic. I am looking for documentation and sample code for this for the last 6 hours with no luck! :(
Does anybody know if there is a way to to do this? It looks to me there is nothing like this yet, but I would be extremely happy to see I am wrong, and there is a way to do this!
I am looking for the same for the last 6 hours but does not seem like there is any. Even that has gone worse when I saw this post here: http://places.blumenthals.com/threade8ae.html. However, the thread was closed way back in 2011, so I hope Google has developed something for this!
Maximum accessibility to Google Places API is limited to Search, Business Detail etc. but I need to access the insight metrics like Impressions, Actions, Clicks more info, Clicks for direction, Clicks to website.
Is there any HTTP Get request to handle a REST API and throw me the data from Google server? If yes, please provide me the link to documentation. My application is platformed in ASP.NET 4.0, so a .net client would be handy as well.