--- title: ResultActionsPostToFeed component slug: '1409' canonical_url: https://docs.coveo.com/en/1409/ collection: coveo-for-salesforce source_format: adoc --- # ResultActionsPostToFeed component [.version.c4sf.c4sf-edition.c4sf-pro-enterprise] [Pro and Enterprise editions](https://docs.coveo.com/en/l2590456#salesforce) The `ResultActionsPostToFeed` component is a result template component that allows Coveo Insight Panel Lightning Component users to quickly insert a search result in a Chatter post. You can insert a result in a chatter post by clicking ![Post to Feed icon | Coveo for Salesforce](https://docs.coveo.com/en/assets/images/coveo-for-salesforce/post-to-feed-icon.png). ## Options The component offers the following options: ### `body` Specifies the template that will be inserted in the `body` of the post. You can add other result fields by using the `+$[field](https://docs.coveo.com/en/200/)+` or `${raw.field}` syntax, where you replace `field` with the selected field. Default value is `+${title} (${ClickUri})

"${Excerpt}"

+`. ```html
``` ### `autoSubmit` Specifies if the component should submit the post right away. Default value is `false`. ```html
``` ### `insertType` Specifies where the component should insert the text in the chatter post. Available values are: `begin`, `end`, `cursor`, and `replace`. The `begin`, `end`, and `cursor` values insert the search result at the specified location in the chatter post. The `replace` value replaces all the text in the chatter post with the search result. Default value is `replace`. ```html
``` ## Methods This component doesn't provide any methods. ## Usage This component can be included in the Coveo Insight Panel Lightning Component. It should be inserted in the `
` section. ```html
```