<p><?php\esc_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 Friendica, Pleroma and Mastodon.','activitypub');?></p>
<label><inputtype="radio"name="activitypub_post_content_type"id="activitypub_post_content_type_title_link"value="title"<?phpecho\checked('title',\get_option('activitypub_post_content_type','content'));?> /> <?php \esc_html_e( 'Title and link', 'activitypub' ); ?></label> - <span class="description"><?php \esc_html_e( 'Only the title and a link.', 'activitypub' ); ?></span>
<p><label><inputtype="checkbox"name="activitypub_use_shortlink"id="activitypub_use_shortlink"value="1"<?phpecho\checked('1',\get_option('activitypub_use_shortlink','0'));?> /> <?php \esc_html_e( 'Use the Shortlink instead of the permalink', 'activitypub' ); ?></label></p>
<pclass="description"><?php\printf(esc_html('I can recommend %sHum%s, to prettify the Shortlinks','activitypub'),'<a href="https://wordpress.org/plugins/hum/" target="_blank">','</a>');?></p>
<label><inputtype="radio"name="activitypub_object_type"id="activitypub_object_type_article"value="article"<?phpecho\checked('article',\get_option('activitypub_object_type','note'));?> /> <?php \esc_html_e( 'Article', 'activitypub' ); ?></label> - <span class="description"><?php \esc_html_e( 'The presentation of the "Article" might change on different platforms. Mastodon for example shows the "Article" type as a simple link.', 'activitypub' ); ?></span>
<label><inputtype="checkbox"name="activitypub_use_hashtags"id="activitypub_use_hashtags"value="1"<?phpecho\checked('1',\get_option('activitypub_use_hashtags','1'));?> /> <?php \_e( 'Add hashtags in the content as native tags and replace the <code>#tag</code> with the tag-link.', 'activitypub' ); ?></label>
<label><inputtype="checkbox"name="activitypub_add_tags_as_hashtags"id="activitypub_add_tags_as_hashtags"value="1"<?phpecho\checked('1',\get_option('activitypub_add_tags_as_hashtags','0'));?> /> <?php \_e( 'Add all tags as hashtags to the end of each activity.', 'activitypub' ); ?></label>
<pclass="description"><?php\_e('A list of hosts, you want to block, one host per line. Please use only the host/domain of the server you want to block, without <code>http://</code> and without <code>www.</code>. For example <code>example.com</code>.','activitypub');?></p>