Custom Code before </body> #723

Closed
opened 2026-02-04 22:04:03 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @CaptnBook4Git on GitHub (Jun 18, 2018).

For Feature Requests

Desired Feature:
I would love to have the option to put custom code right before </body> ... just like it is now with the custom header code.

Would that be possible ?

Originally created by @CaptnBook4Git on GitHub (Jun 18, 2018). ### For Feature Requests Desired Feature: I would love to have the option to put custom code right before `</body>` ... just like it is now with the custom header code. Would that be possible ?
OVERLORD added the 🖌️ View Customization label 2026-02-04 22:04:03 +03:00
Author
Owner
@TBK commented on GitHub (Jun 18, 2018): https://laravel.com/docs/5.5/blade#extending-a-layout https://laravel.com/docs/5.5/blade#introduction
Author
Owner

@ssddanbrown commented on GitHub (Jun 18, 2018):

Currently, You could use JavaScript within the custom head content to dynamically insert content in the footer on run code once the page has loaded.

In the future this will be directly possible via Custom Views/Themes (#652). Technically already possible but undocumented (In progress still) and you'd need to override the whole base view. Infor in the issue link above but can provide more details if you want to explore this approach though it is unstable.

@ssddanbrown commented on GitHub (Jun 18, 2018): Currently, You could use JavaScript within the custom head content to dynamically insert content in the footer on run code once the page has loaded. In the future this will be directly possible via Custom Views/Themes (#652). Technically already possible but undocumented (In progress still) and you'd need to override the whole base view. Infor in the issue link above but can provide more details if you want to explore this approach though it is unstable.
Author
Owner

@ssddanbrown commented on GitHub (Jun 13, 2022):

I've allocated this to the next release as a reminder to add empty body-start and body-end partial templates within our base templates for easier overriding.

@ssddanbrown commented on GitHub (Jun 13, 2022): I've allocated this to the next release as a reminder to add empty body-start and body-end partial templates within our base templates for easier overriding.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#723