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
NM AdminNM Admin 

<chatter:feed displaying different UI with different on visualforce page with API versions why?

Hello 

I have a visualforce page with the same code but with the different API versions in which I'm showing FeedActions on the community using below code:
<chatter:feed entityId="{!$CurrentPage.parameters.CaseId}" onComplete="window.location.reload();parent.abc();"/>
vf page with API version 29.0 I see below UI for feedactions:
User-added image

Vf page with API version above 49.0 showing below UI for Feedactions:
User-added image

How I can achive if want vf page version 49.0 and the FeedAction old UI(version 29.0)

Welcome to your suggestions!

Regards,
Nilesh
VinayVinay (Salesforce Developers) 
Hi Nilesh,

This might not be possible,  did you try to change API version to 29 and check?

Also as a best practice, it is always suggested to use latest API version.

Thanks, 
NM AdminNM Admin
@Vinay,
Thanks for sharing your thoughts on the same. I have already tried by reducing the version to 29 and it worked as expected for me. As you mentioned to have latest API version, but it is showing like the second screen shot on the post with the lated version. Is ther any workaround to achieve this?


Regards,
Nilesh
VinayVinay (Salesforce Developers) 
Apologize for delay response,  As mentioned this cannot be possible and you might need to build in custom page if you need the same.

Thanks,