Like/Repost Not Functional
While trying to do this:
Create a Like of external site, or a repost.
Commit on IdnoPlugin Like specified ContentTypes
public $indieWebContentType = array('bookmark','like','repost');
with comment Bookmarks can now also be likes and reposts
I encountered this error:
Expected functionality of extracting a Site/Page title exists, however there is no functionality to distinguish a Bookmark as opposed to a Like or Repost
Some other notes:
Change to ContentType.php and other deeper changes in the Idno Like Plugin render kylewm's Reactions plugin - which did offer full indieweb Like and Repost functions - inoperable.
e.g. This Commit
I can fix the Bookmark plugin form with adding the type of bookmark to add / edit. I got it working on my own Known instance an will create a PR for the change so then the Bookmark plugin can be used to post likes and reposts as expected.