\__('If you have problems using this plugin, please check the <a href="%s">Site Health</a> to ensure that your site is compatible and/or use the "Help" tab (in the top right of the settings pages).','activitypub'),
\esc_url_raw(\admin_url('site-health.php'))
),
'default'
);
?>
</p>
</div>
<p><?php\esc_html_e('Customize your ActivityPub settings to suit your needs.','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>[ap_shortlink]</code>-<?phpecho\wp_kses(\__('The post\'s shortlink. I can recommend <a href="https://wordpress.org/plugins/hum/" target="_blank">Hum</a>.','activitypub'),'default');?></li>
<li><code>[ap_hashtags]</code>-<?php\esc_html_e('The post\'s tags as hashtags.','activitypub');?></li>
<li><code>[ap_hashcats]</code>-<?php\esc_html_e('The post\'s categories as hashtags.','activitypub');?></li>
<li><code>[ap_image]</code>-<?php\esc_html_e('The URL for the post\'s featured image.','activitypub');?></li>
<p><?php\esc_html_e('You can find the full list with all possible attributes in the help section on the top-right of the screen.','activitypub');?></p>
<label><inputtype="radio"name="activitypub_object_type"id="activitypub_object_type_note"value="note"<?phpecho\checked('note',\get_option('activitypub_object_type','note'));?> /> <?php \esc_html_e( 'Note (default)', 'activitypub' ); ?></label> - <span class="description"><?php \esc_html_e( 'Should work with most platforms.', 'activitypub' ); ?></span>
</p>
<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>
</p>
<p>
<label><inputtype="radio"name="activitypub_object_type"id="activitypub_object_type"value="wordpress-post-format"<?phpecho\checked('wordpress-post-format',\get_option('activitypub_object_type','note'));?> /> <?php \esc_html_e( 'WordPress Post-Format', 'activitypub' ); ?></label> - <span class="description"><?php \esc_html_e( 'Maps the WordPress Post-Format to the ActivityPub Object Type.', 'activitypub' ); ?></span>
</p>
</td>
</tr>
<tr>
<thscope="row"><?php\esc_html_e('Supported post types','activitypub');?></th>
<td>
<fieldset>
<?php\esc_html_e('Enable ActivityPub support for the following post types:','activitypub');?>
<label><inputtype="checkbox"name="activitypub_use_hashtags"id="activitypub_use_hashtags"value="1"<?phpecho\checked('1',\get_option('activitypub_use_hashtags','1'));?> /> <?php echo wp_kses( \__( 'Add hashtags in the content as native tags and replace the <code>#tag</code> with the tag-link. <strong>This feature is experimental! Please disable it, if you find any HTML or CSS errors.</strong>', 'activitypub' ), 'default' ); ?></label>