Improve helper modal for Storygraph API

This commit is contained in:
Tetrakern 2024-08-27 23:17:15 +02:00
parent 6630aee3d3
commit 9f25f2eea2
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -604,7 +604,8 @@ $images = get_template_directory_uri() . '/img/documentation/';
__( 'Enable Storygraph API', 'fictioneer' ),
__( 'Reach a larger audience by allowing external services to index and search your stories (metadata only).', 'fictioneer' ),
sprintf(
__( 'The <a href="%s" target="_blank">Storygraph API</a> provides request endpoints to query excerpts and metadata of your stories and chapters, but not their full content. This allows third parties to create aggregated indexes for filtering and searching across multiple sites, similar to community archives, while you remain in control. However, it requires someone to use the API.', 'fictioneer' ),
__( '%1$s<p>The <a href="%2$s" target="_blank">Storygraph API</a> provides request endpoints to query excerpts and metadata of your stories and chapters, but not their full content. This allows third parties to create aggregated indexes for filtering and searching across multiple sites, similar to community archives, while you remain in control. However, it requires someone to use the API.</p>', 'fictioneer' ),
'<div class="helper-modal-image"><img src="' . $images . 'fictioneer_enable_storygraph_api.jpg"></div>',
'https://github.com/Tetrakern/fictioneer/blob/main/API.md'
)
);