Open jeremycherfas opened 7 years ago
I'd like to remove Likes and Reposts from showing under Webmentions, because the Semantic Linkbacks plugin now handles facepiles for those rather nicely.
I can prevent all webmentions from showing by commenting out the block at https://github.com/raamdev/independent-publisher/blob/master/comments.php#L98
Is there some way I can filter so that Mentions, which contain content, are displayed but not Likes or Reposts?
Thanks.
With the new Facepile feature, there is a way to call that function natively. I suggest building it in.
I'd like to remove Likes and Reposts from showing under Webmentions, because the Semantic Linkbacks plugin now handles facepiles for those rather nicely.
I can prevent all webmentions from showing by commenting out the block at https://github.com/raamdev/independent-publisher/blob/master/comments.php#L98
Is there some way I can filter so that Mentions, which contain content, are displayed but not Likes or Reposts?
Thanks.