Options for posting using the LinkedIn API
post
field accepts up to 3,000 characters.linkPreviewFailed: true
field will be returned in the /post response.isVideo
parameter. See the /post endpoint for details.post: ""
.altText
: The alternative text of the post. See LinkedIn Alt Text for more
information.visibility
: The visibility of the post. Default is “public”. See LinkedIn Post
Visibility for more information.thumbNail
: The thumbnail of a video. See LinkedIn Thumbnail for more
information.titles
: Title or media captions to LinkedIn images or videos. See LinkedIn Media
Titles for more information.title
: The title of a document. Maximum length: 400 characters. See LinkedIn
Documents for more information.targeting
: The targeting of the post. See LinkedIn Audience Targeting
for more information.thumbNail
in the linkedInOptions
object.
altText
in the linkedInOptions
object.
mediaUrls
array. The alt text will be applied to each image in order.
titles
in the linkedInOptions
object.
mediaUrls
array. The title will be applied to each image or video in order.
mediaUrls
to LinkedIn.
@handle
in the post text. The @handle
is the name of the company or organization.
You can mention in posts, comments, and reply to comments.
For example,
@vanity_name
or @[John Smith]
in the post text.
@vanity_name
is the vanity name of the member profile. For example in the member’s profile URL https://www.linkedin.com/in/vanity_name/
, the vanity name is vanity_name
.@[John Smith]
is the person’s full name. For example if the person’s full name is John Smith
, the mention would be @[John Smith]
.targeting
object in the linkedInOptions
object:
public
: The post will be visible to all LinkedIn users. Available for both company pages and
personal LinkedIn connected accounts. Default if no visibility is specified.connections
: The post will be visible to the 1st degree network of the owner (user profile).
Available for personal LinkedIn connected accounts only.loggedin
: The post will be visible to logged in LinkedIn users only. Available for both
company pages and personal LinkedIn connected accounts.visibility
field in the linkedInOptions
object: