So, hab mich dann endlich mal um die Verifikation hier gekümmert, sodass an meiner Webseite im Profil ein Häkchen ist und sodass auf mein Mastodonprofil verlinkt wird, wenn jemand hier Links zu meiner Seite postet.
Für alle mit Wordpress: Für das Häkchen am Webseiteneintrag hier im Profil müsst ihr auf eurer Seite euer Mastodonprofil verlinken. Wichtig ist beim Link das "rel=me" – wie ihr das einstellt, seht ihr im anhängenden Screenshot.
=> More informations about this toot | More toots from carolin@pnpde.social
Damit bei Links zu euer Webseite auf Mastodon ein Link zu eurem Mastodonprofil angezeigt wird (s. Screenshot), müsst ihr folgenden Code in der functions.php eures Themes ergänzen (natürlich müsst ihr Name und Instanz anpassen):
// Fediverseverifikation
function fediverseverification() {
?>
<meta name="fediverse:creator" content="@DeinUserInnenname@DeineInstanz.de">
<?php
};
add_action('wp_head', 'fediverseverification');
=> More informations about this toot | More toots from carolin@pnpde.social
Alles dazu findet ihr auch unter https://mastodon.pnpde.social/settings/verification (den Link müsst ihr natürlich auf eure Instanz anpassen). :pnpde_social: :mastodon:
=> More informations about this toot | More toots from carolin@pnpde.social
@carolin Es gibt dafür auch Plugins (einfach nach "Mastodon Verification" suchen), aber deine Methode ist einfach ungleich eleganter 😅
=> More informations about this toot | More toots from moonmoth@pnpde.social
@moonmoth Was ohne Plugin geht, mache ich ohne Plugin. Das ist sowohl sicherer als auch nerdiger als auch old school as fuck. Find ich gut. 😅
=> More informations about this toot | More toots from carolin@pnpde.social This content has been proxied by September (3851b).Proxy Information
text/gemini