I am facing some problem in newsfeed area, anybody please help me to solve.
I want to change default count in newsfeed to 40. So I changed it here
"ow_plugins/newsfeed/components/feed_widget.php"
line 63 -
$this->feedParams['displayCount'] = $this->feedParams['displayCount'] > 40 ? 40 : $this->feedParams['displayCount'];
and now the count is coming proper. but the issue is when Iam scrolling down (autoviewmore plugin is installed) next set of newsfeed is coming there I cant able to like or comment ( actually this part is repeating from the above newsfeed). again from next set its working fine.
Please help me to find the solution.