<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>
<li><code>%shortlink%</code>-<?php\printf(\esc_html('The Post-Shortlink. I can recommend %sHum%s, to prettify the Shortlinks','activitypub'),'<a href="https://wordpress.org/plugins/hum/" target="_blank">','</a>');?></li>
<li><code>%hashtags%</code>-<?php\esc_html_e('The Tags as Hashtags.','activitypub');?></li>
<?php\printf(\__('%sLet me know%s if you miss a template placeholder.','activitypub'),'<a href="https://github.com/pfefferle/wordpress-activitypub/issues/new" target="_blank">','</a>');?>
<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>
<pclass="description"><?php\_e(\sprintf('A list of HTML elements, you want to whitelist for your activities. <strong>Leave list empty to support all HTML elements.</strong> Default: <code>%s</code>.',\esc_html(ACTIVITYPUB_ALLOWED_HTML)),'activitypub');?></p>
<pclass="description"><?php\printf(\__('To block servers, add the host of the server to the "<a href="%s">Disallowed Comment Keys</a>" list.','activitypub'),admin_url('options-discussion.php#disallowed_keys'));?></p>