<p><?phpesc_html_e('ActivityPub turns your blog into a federated social network. This means you can share and talk to everyone using the ActivityPub protocol, including users of Friendi.ca, Pleroma and Mastodon.','activitypub');?></p>
<?phpprintf(__('Adds the Post-Summary to the activity. Be aware, that Mastodon seems to use the "summary" as the "content warning" label.','activitypub'));?>
<label><inputtype="radio"name="activitypub_object_type"id="activitypub_object_type"value="article"<?phpechochecked('article',get_option('activitypub_object_type','note'));?> /> <?php esc_html_e( 'Article', 'activitypub' ); ?> - <span class="description"><?php esc_html_e( 'The presentation of the "Article" might change on different plattforms. Mastodon for example shows the "Article" type as a simple link.', 'activitypub' ); ?></span>
</p>
<p>
<label><inputtype="radio"name="activitypub_object_type"id="activitypub_object_type"value="wordpress-post-format"<?phpechochecked('wordpress-post-format',get_option('activitypub_object_type','note'));?> /> <?php esc_html_e( 'WordPress Post-Format', 'activitypub' ); ?> - <span class="description"><?php esc_html_e( 'Maps the WordPress Post-Format to the ActivityPub Object Type.', 'activitypub' ); ?></span>
<p><code><?phpechoactivitypub_get_webfinger_resource(get_current_user_id());?></code> or <code><?php echo get_author_posts_url( get_current_user_id() ); ?></code></p>
<pclass="description"><?phpprintf(__('Try to follow "@%s" in the mastodon/friendi.ca search field.','activitypub'),activitypub_get_webfinger_resource(get_current_user_id()));?></p>