Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bonnerl

    (@bonnerl)

    What version of the plugin are using? Are you on the latest version? If are on the latest version then would you please post one of the following here, your feed link, feed id or the feed username?

    Thread Starter ninjadan9

    (@ninjadan9)

    I’m using the latest version. The feed link is https://www.facebook.com/VacantRegistry

    Plugin Author bonnerl

    (@bonnerl)

    I will look into adding some filtering to the next version of the plugin which I do not currently have an eta for.

    If you don’t want to wait then following code should take care of it. Note, I have not tested this.

    if ( $item['type'] == 'status' && stristr($item['story'], 'likes a') )
    	continue;
    
    if ( $item['type'] == 'status' && stristr($item['story'], 'on their own status') )
    	continue;

    Add that to facebook-feed-grabber/facebook.php on line 512 which should be below these two lines of code,

    if ( isset($item['status_type']) && $item['status_type'] == 'approved_friend' )
    	continue;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude Likes From News Feed’ is closed to new replies.