rommieg
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Connector] 404 connection errorHi @davidgurr
Yes, I did get a reply from Make. There was a conflict between their connector plugin and another that I had been trying. I disabled the other plugin, and everything was fine.
Forum: Plugins
In reply to: [ActivityPub] ActivityPub Webfinger not working on Siteground hosted sitesHi Matthias
After much testing and trial and error, I managed to get everything working, including automated, scheduled posts using Make.com.
I would like to be able to modify the header image, user image, username, bio, etc., but I see from other posts that you are working on that.
Thanks for your help and providing us with this very powerful plugin.
Kind Regards
Rom
Forum: Plugins
In reply to: [Make Connector] 404 connection errorHi Elías
Ooops! I was using /wp-jason. But that still didn’t fix it. I now get a 401 error.
error_reason “With the free plan, only WordPress default endpoints can be authenticated. You can upgrade to the suitable premium plan to securely access the custom built or 3rd-party plugin endpoint.”
Thing is I am not on a free plan. I am on a paid plan, albeit it’s an Make/Integromat legacy plan I was put on when I switched to Make. I guess I need to contact Make.
Thanks for spotting my original stupid error.
Forum: Plugins
In reply to: [ActivityPub] ActivityPub Webfinger not working on Siteground hosted sitesHi Matthias
Thanks for your reply. I passed your comments to SiteGround, and I think we have a result! They added the static file (I asked them about this before, but was told it was not possible). That has got rid of the errors but things were still not working. I checked the webfinger file and it had my domain, but not the correct username. I corrected it and it now reads:
{
“subject”: “[email protected]”,
“aliases”: [
“https://www.gostomski.co.uk/author/rommiehjg/”
],
“links”: [
{
“rel”: “self”,
“type”: “application/activity+json”,
“href”: “https://www.gostomski.co.uk/author/rommiehjg/”
},
{
“rel”: “https://webfinger.net/rel/profile-page”,
“type”: “text/html”,
“href”: “https://www.gostomski.co.uk/author/rommiehjg/”
}
]
}Things were looking promising. I could find my instance on photog.social https://photog.social/@[email protected], but not on mastodon.social ??
I tried some posts – these are not showing up on Mastodon ??
Then my author page https://www.gostomski.co.uk/author/rommiehjg/ turned to mush (it displayed code). Deactivating and reactivating ActivityPub fixed that.
Also, when displaying my profile on https://photog.social/@[email protected] (without any posts), and I hit refresh, it redirects to https://www.gostomski.co.uk/author/rommiehjg/
So, quite a few problems! I suspect the webfinger file is not quite right, but I don’t understand what each line does. Can you please point me in the right direction? Thanks.
Kind Regards
Rom
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Validation errorThanks for the quick response.
I’m not a coder and a relative beginner in WordPress. I didn’t manually add any CSS to this site. I have looked and pondered over the Global section of the AMP settings. I had set the Global colour scheme using the options provided (so that should be OK?) and there was am error in the Typography – missing Google font API. I got that, added it and selected the same font class as used in the theme template.
I purged the cache and rechecked. I am still getting the error.
What do I need to do?