function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raghavendra ARaghavendra A 

force:Chatter feed issue

Hi All,

I am trying to use the following tag in the Lightning component that I have developed. But, when I execute the page, the area where this tag is shown errors out. All that I am doing in the component is that it is a custom component, that pulls in fields from the the record and shown. 

<forceChatter:feed type="Record" subjectId="0F92800CAGxxxxx"/>

Any suggestions is highly appreciated!

Thanks,
Raghu
Raj VakatiRaj Vakati

forceChatter:feed is support only in  Lightning, Console, Communities experience .. its not supported on the on the VF pages 
Raghavendra ARaghavendra A
HelloRaja, I am executing this page on the Lightning page in a community. It’s inside a lightning component.