php-comments icon indicating copy to clipboard operation
php-comments copied to clipboard

Helper for parsing and presenting comments from external sites

Results 8 php-comments issues
Sort by recently updated
recently updated
newest added

using dev master version throws errors unless you do some extra work to allow versions, but cassis now has fixed versions, why not use them

Since this repo is still used by a lot of sites, better to actually file issues :) It seems like php-comments does not follow the algorithm for discovering authorship as...

This is easier to do before there are many contributors. IMO, the best would be if libs like this one eventually became bundled in FLOSS PHP apps and this is...

Return the comments of your comments to allow for a view of the complete conversation.

To allow for deduplication, return the URLs of the POSSE copies of a comment.

works for my test case should not interfere with any current usage

Since some people are sending similar property types for likes and reposts, this PR extends the support for: **like**: - like-of - u-like-of - u-like - like **repost**: - repost-of...

I received a comment with 3 lines, and yet no comment text was returned. Something about the fallback order is wrong. Need to add tests.