mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(LinkedIn Node): Add support for Article thumbnails (#7489)
Github issue / Community forum post (link here to close automatically): https://community.n8n.io/t/linkedin-post-not-showing-image-for-url/10789/  This adds a new property to add a thumbnail binary property for articles this fixes the previews no longer working because of the LinkedIn API change. 
This commit is contained in:
@@ -172,6 +172,18 @@ export const postFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Thumbnail Binary Property',
|
||||
name: 'thumbnailBinaryPropertyName',
|
||||
type: 'string',
|
||||
default: 'data',
|
||||
description: 'Object property name which holds binary data for the article thumbnail',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/shareMediaCategory': ['ARTICLE'],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Title',
|
||||
name: 'title',
|
||||
|
||||
Reference in New Issue
Block a user