I searched for “linkedin” on this forum and didn’t find anything, I hope it hasn’t been already answered. The closest I found was this post : Post-Publishing Hooks that has not been too helpful to me.
Here’s my thing : I’m ask by a client to make a website with job listings. There’ll be a couple of listings a month, and there’s no need for a big infrastructure, so Kirby is perfect. The thing is, he requires that all his listings are shared on Linkedin when he publishes them. I’m looking into how to go about that.
It has to do with hooks, doesn’t it ? Which hook should I use : panel.page.create
or panel.page.update
? I haven’t seen anything about a post being specifically published. Created seems to me like the post has just been created as a draft, updated can be a change at any time… I want my Linkedin function to be called only when that new page is published for the first time.
Then, I’ll work with the Linkedin API, but that’s the focus of this forum.
Thanks !