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

Custom Chatter in VisaulforcePage
Hi folks,
Can anyone tell me how to create custom chatter in visualforce page?
I wanna all the features that are availble in chatter to Visualforce page?
Thanks in advance
Karthick
Can anyone tell me how to create custom chatter in visualforce page?
I wanna all the features that are availble in chatter to Visualforce page?
Thanks in advance
Karthick
https://developer.salesforce.com/releases/release/Winter11/Chatter+Components+for+Visualforce
I have seen that link but i wanna get features like all the feeds posted by all user
There are 4 user in my org. like user1,user2,user3,user4
If user 1 post a feed in a visualforce page then user2,user3,user4 can see that feed
for that how can i do ?
<apex:page >
<chatter:feedWithFollowers entityId="{!$User.Id}"/>first user
<chatter:follow entityId="0059000000320z1AAA" />//second user id
</apex:page>
the above code displays current user(first user) feeds not the second user ..
Please help1
http://bobbuzzard.blogspot.sg/2011/05/chatter-autofollow-users.html
Never the less, we are using the chatter component for visualforce pages which definately abides to the standard policies of 'Following' someone or something in order to get the feed. Hope this helps !!
Thanks for quick your response.
My requirement is :(Embedding chatter in Visualforce page)
As an end user,Wanna follow the user dynamacially,get another user feeds in chatter using visualforce page.
I dono how to follow the user and get the feeds of the user in visualforce
Please help!
Please help on this