Skip to content

LinkedIn

Publishes a post to one or more LinkedIn accounts when the notification event is triggered.

LinkedIn Connection Required

Before posting to LinkedIn, connect at least one account via Settings → LinkedIn.

Config

Post Body

Plain text. The body becomes the commentary shown above your post.

Preview Card URL

Optionally add a link to show a preview card beneath your post. The card's title, description, and image are pulled from the linked page's Open Graph (og) tags.

Dynamic Message Fields

As noted in the screenshot above, all text fields can use templating and special variables.

Examples

Announce a new entry

twig
New on the blog: "{{ entry.title }}"

{{ entry.url }}

Promote a sale or event

twig
Don't miss {{ event.title }}! Happening {{ event.startDate|date('l, F j') }}.

{{ event.url }}

Spotlight a new product

twig
Just launched: {{ product.title }}. Check it out and let us know what you think!

{{ product.url }}