aphandersen
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] Move blog to new domainThanks for answer, sounds great that it will be implemented in the future
Forum: Plugins
In reply to: [ActivityPub] Coverphoto for authorSounds great. When is v1.0.0 of ActivityPub expected? Because if it is within some months I might just wait for that
Forum: Plugins
In reply to: [IndieWeb] Notes does not show correctly in MastodonThank you for your help Chris. My goal is to get my WordPress install to appear to be its own instans, so I combine the great at writing at WordPress and communicating at the Fediverse.
My settings at yoursite.com/wp-admin/options-general.php?page=activitypub is the following:
* Post-Content set to Custom and:<p>%title%</p>
%content%
<p>%permalink%</p>So it should also include the content, not only the link
* Activity-Object-Type set to Note (default). Is there a better option here?
Everything works if I write directly in WordPress, but not when I use Indigenous to post on the site
Forum: Plugins
In reply to: [ActivityPub] Notification about commentsIt works now 🙂 I forgot to install the plugin Webmention, and after that is installed, I get the comments.
Forum: Plugins
In reply to: [ActivityPub] Activitypub does not workYes, I can change these in the .htaccess file. I have tried to add the line:
RedirectMatch "^\/\.well-known(.*)$" "\/\/\.well-known$1"But that did not fix the problem.