<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 Friendica, Pleroma and Mastodon.','activitypub');?></p>
<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></p>
<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 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"<?phpechochecked('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"<?phpechochecked('1',get_option('activitypub_add_tags_as_hashtags','0'));?> /> <?php _e( 'Add all tags as hashtags to the end of each activity.', 'activitypub' ); ?></label>