known icon indicating copy to clipboard operation
known copied to clipboard

Like/Repost Not Functional

Open dg01d opened this issue 8 years ago • 1 comments

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

dg01d avatar Feb 18 '17 01:02 dg01d

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.

johanbove avatar May 17 '19 22:05 johanbove