From bd3e71cacb99624ab12aa4ac860ed86e098baf0a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 15 Nov 2023 16:04:39 +0100 Subject: [PATCH] doc: automatic title retrieval fails when it is set by javascript - related https://github.com/shaarli/Shaarli/issues/531 - fixes https://github.com/shaarli/Shaarli/issues/989 --- doc/md/Troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/md/Troubleshooting.md b/doc/md/Troubleshooting.md index 63f76d8b..67540fae 100644 --- a/doc/md/Troubleshooting.md +++ b/doc/md/Troubleshooting.md @@ -109,6 +109,11 @@ On some shared hosting services (such as **Bluehost**), `mod_security` is enable You may need to adjust timeouts to larger values in your [reverse proxy configuration](Reverse-proxy.md) if you're getting `504 Gateway Timeout` errors during long-lasting operations (like importing many bookmarks from HTML, or batch deleting tags) on slow hardware. The PHP setting `max_execution_time` may also need to be adjusted for your specific setup. See issues [#1854](https://github.com/shaarli/Shaarli/issues/1854) and [#1910](https://github.com/shaarli/Shaarli/issues/1910). +### Automatic title retrieval fails + +When bookmarking a page using the `+ Shaare > Add Link` dialog, Shaarli cannot retrieve the page `` HTML attribute if it is set by javascript at page load (e.g. Youtube videos). You can work around this limitation by using a [Browser extension](Community-and-related-software.md) or the [Bookmarklet](#Usage). + + ---------------------------------------------------------- ## Upgrades