Matthias Pfefferle
Matthias Pfefferle
Implement "Full Size Featured Image" as meta-box for Gutenberg: https://github.com/danielbachhuber/gutenberg-migration-guide/blob/master/filter-admin-post-thumbnail-html.md
if property has more than one attribute: <meta property="og:title dc:title" content="The Rock" /> the parser returns: array('title dc:title' => 'The Rock') and that causes problems with $og->title
### Pitch In 2010 Mozilla wrote an article "[RegisterProtocolHandler Enhancing the Federated Web](https://blog.mozilla.org/webdev/2010/07/26/registerprotocolhandler-enhancing-the-federated-web/)". The idea is to register a protocol handler when logged into a mastodon account: ```JavaScript if (typeof...
* Use an ActivityPub capability to better enable/disable ActivityPub support Fixes #259 ## Proposed changes: * ### Other information: - [ ] Have you written new tests for your changes,...
See: * https://docs.joinmastodon.org/user/moving/ * https://blog.joinmastodon.org/2019/06/how-to-migrate-from-one-server-to-another/ Fix #654 ## Usecases * Move from Mastodon to WordPress * Move from WordPress to Mastodon * Change Blog-Domain * Rename Actor-URL or Change [Actor-ID...
Working on an Outbox Collection, to better support Blogs with lots of Followers, Retries and Activities other than Post. /cc @mediaformat @Menrath @ruru4143 @akirk @mattwiebe ## Proposed changes: * Add...
### Quick summary This issue was originally filed on the Mastodon repo: https://github.com/mastodon/mastodon-android/issues/739 > I'm using the [ActivityPub plugin](https://github.com/Automattic/wordpress-activitypub) to enable following posts from my WordPress blog. The posts federate...
Should we change the icon to: https://indieweb.org/logo#Proposal ???
Cache GitHub URLs, where we can extract the plugin/theme name and the version number. this fixes #363