You need to sign in to do that
Don't have an account?

<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:

Vf page with API version above 49.0 showing below UI for Feedactions:

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
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:
Vf page with API version above 49.0 showing below UI for Feedactions:
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
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,
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
Thanks,