Hello i managed to somehow get each post id by a click method, but pasting that id in the is not working
@nehakumar84122 жыл бұрын
Is there a way that we can pull link to each individual post through scraping? That link shows in menu option under '...' next to each post.
@r41channel3 жыл бұрын
Exactly what I've been looking for. Thanks Steve.
@StevesieData3 жыл бұрын
Glad to help! Just don't take the video's becoming an "expert" part literally ;)
@turing49912 жыл бұрын
Is there a way to get a linkedin post url by an onclick function on the post?
@SanjaySahu-yg3ky2 жыл бұрын
I just wanna show complete page(My company page) into my web app and also want to make users able to Like, Comment and Share the feed from my web app.. how can I do that?
@lesley-annerowand57193 жыл бұрын
Is there a quick way to dynamically embed only my top 10 most recent LinkedIn posts (from my own LinkedIn page) on my own website? On my website I want a news page which only has my most recent LinkedIn posts but I want to do it automatically rather than manually updating the website each time I post on linkedin. I'll have a tinker given the info in this video (many thanks by the way) but any advice is greatly appreciated. Seems like it should be an easy fix but I'm not 100% sure where to start.
@StevesieData3 жыл бұрын
Hi Lesley, unfortunately LinkedIn does not believe in us having the ability to automatically scrape their site like you're describing - so the approach in this video will not work if it must be automated. You can however search around for "LinkedIn Plugins" that may do what you're describing (that were built with LinkedIn's approval).
@lesley-annerowand57193 жыл бұрын
@@StevesieData Fab, I'll give that a shot 😊 thanks very much for taking the time to reply! Interesting video nonetheless 👍
@archie76222 жыл бұрын
@@lesley-annerowand5719 hey just wondering if you had any success with this
@MithunKumar-yj4cs8 ай бұрын
This doesn't work in 2024, as they've shifted to graphql. And very hard to find the posts URN.
@StevesieData8 ай бұрын
Thanks for letting me know! You should still be able to get the URNs even if the format has changed. I'll check it out & update this with a new video soon, thanks!
@amirsaifi2473 жыл бұрын
how can i show Linkdin Post Dynamically updated on my website
@StevesieData3 жыл бұрын
Hi Amir, you can follow the steps in this video - all you need are the Post IDs! However, it's difficult to automatically update them as LinkedIn prevents automated scraping of this data.