<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>
<label><inputtype="radio"name="activitypub_post_content_type"id="activitypub_post_content_type_content"value="content"<?phpechochecked('content',get_option('activitypub_post_content_type','excerpt'));?> /> <?php esc_html_e( 'Content', 'activitypub' ); ?></label> - <span class="description"><?php esc_html_e( 'The full content.', 'activitypub' ); ?></span>
</p>
</td>
</tr>
<tr>
<thscope="row">
<?phpesc_html_e('Backlink','activitypub');?>
</th>
<td>
<p>
<label><inputtype="checkbox"name="activitypub_use_shortlink"id="activitypub_use_shortlink"value="1"<?phpechochecked('1',get_option('activitypub_use_shortlink','0'));?> /> <?php esc_html_e( 'Use the Shortlink instead of the permalink', 'activitypub' ); ?></label>
<pclass="description"><?phpprintf(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"<?phpechochecked('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 plattforms. Mastodon for example shows the "Article" type as a simple link.', 'activitypub' ); ?></span>