We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

feed.action to dashboard? | Forum

Marcus
Marcus Jul 8 '19

This code adds a feed to users profile.


$event = new OW_Event('feed.action', array(
                'entityType' => 'liked',
                'entityId' => 457,
                'pluginKey' => 'likes',
                'postOnUserFeed' => 1
                ), $data);


How to make it add a feed to dashboard? And if I add it to dashboard will it show on my friends dashboard too?

Oxwall Germany Club
Oxwall Germany Jul 8 '19
Topic was moved from General Questions.