mckinnon / simple-mastodon-verification

WordPress plugin which provides an Admin>Setting menu option to define a rel="me" in metatags. Useful for validating personal blogs with Mastodon instances.
GNU General Public License v2.0
5 stars 3 forks source link

I remain unverified(: #1

Closed rbelew closed 1 year ago

rbelew commented 1 year ago

hi, thanks for this plugin, just what i was looking for!

but I am still having a problem, connecting https://opalstack.social/@rik to http://rikiwiki.electronicartifacts.com. any guesses why?

i'm also confused by the "Author verification" verification bit: it mentions an "Author's archive page" but (I am such a WP newby that) I don't even know if my old (Twenty Eleven) theme even supports archives?

rbelew commented 1 year ago

update: the issue turned out to be needing a certificate supporting HTTPS (vs http).

mckinnon commented 1 year ago

This is helpful for others. Thank you. It's a Mastodon cache thing.

This plugin (and Mastodon) should accept both http and https.

You have to refresh the URL on your Mastodon profile before Mastodon will check for verification. Changing https to http should work as well as the reverse, but so too will removing the http URL entirely and then re-adding it.

Related: if you verify and then turn off the Plugin, it will look to you like verification persists but others checking for the first time won't see the verification bar. (simplified, exceptions exist, YMMV, etc)

rbelew commented 1 year ago

I had already discovered that the verification check happens on profile save, but that didn't make it work. and a few other hacks, too. but as soon as i provided https certificate support on my wordpress server, it worked. FYI.

mckinnon commented 1 year ago

Just checked the Mastodon 4.0.0 change log. You're right. "Change link verification to only work for https links".

I'll update the plugin.