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
Hanimi ReddyHanimi Reddy 

Chatter is not working with custom header and custom footer in Community

Hi All, 

I have implemented community with custom header and custom footer by calling vfpage's using XMLhttpRequest. When i open chatter page ,few features are not working like TO Me, Bookmarks,Mute.

getting following exception in console.

Failed to load resource: the server responded with a status of 400 (Bad Request)
/chatter/handlers/feed//ME?_dc=1451743060565&feedType=ME&showFeedItemsOnly=true&isDropDownFiltersVisible=false&isFullRefresh=false&isCompactFeed=false


What i observe userid is not populating in above url. UID has to be b/w feed/UID/ME.

/chatter/handlers/feed/userID/ME?_dc=1451743060565&feedType=ME&showFeedItemsOnly=true&isDropDownFiltersVisible=false&isFullRefresh=false&isCompactFeed=false.

Please help me on this.