Reply
Regular Contributor
Adil_SFDC
Posts: 69
0

Embed Chatter with a website

Hi All

 

I want to embed chatter feeds on a website  in a frame. Let me please know the approach for it.

Regular Contributor
Bharathi Mohan
Posts: 116
0

Re: Embed Chatter with a website

Hi,

 

Try to use this tag in your site page,

 

<chatter:feedWithFollowers entityId="{!$User.Id}"/>

 

Please refer to this link,

 

http://salesforceforall.blogspot.in/2012/02/embedding-chatter-in-visualforce-pages.html

 

Regards,

Bharathi
Salesforce For All

Mark this post as solved, if it helps you

 

Regular Contributor
Adil_SFDC
Posts: 69
0

Re: Embed Chatter with a website

Hi Bharti 

 

Thanks for the response. I understand that this works for the VF Page. 

What if i want to display this on an external website. 

Do you have any design suggestions for that

Regular Contributor
Bharathi Mohan
Posts: 116
0

Re: Embed Chatter with a website

Hi,

 

We cannot include the chatter in external website.

Alternatively, you can add the chatter in your Force.com site page, and try to embed the force.com site url in a frame in your website.


Give a try, but not very sure...

 

 

Regards,

Bharathi
Salesforce For All

Mark this post as solved, if it helps you

Regular Contributor
Adil_SFDC
Posts: 69
0

Re: Embed Chatter with a website

How about passing the Chatter feeds using the Chatter API? Do you have any idea on that

 

Adil