Description
- a print text feature which will allow readers to print blog post content text
- view demo – password: abc
- buy me a coffee

#1. Install Code
#1.1. Click Gear icon on Blog Page

#1.2. Click Advanced > Post Blog Item Code Injection

#1.3. Paste this code
- If your site is Personal/Basic Plan and it doesn’t support Injection, see #3.1
<!-- 06.26c29v9 Blog Post Print Text -->
<script>
window.BlogPrintConfig = {
iconSize: 24,
includeTitle: false
};
</script>
<script src="https://code.beaverhero.com/blogpost/0626c29v9blogpostprint.js"></script>

#2. Customize
#2.1. To change Print icon size, change Line 04
iconSize: 24,
#2.2. To print both blog post content + blog post title, change Line 05
includeTitle: false
to
includeTitle: true
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Site Footer

Add a Markdown Block
![]()
Add this code into Markdown
<script>
window.BlogPrintConfig = {
iconSize: 24,
includeTitle: false
};
</script>
<script src="https://code.beaverhero.com/blogpost/0626c29v9blogpostprint.js"></script>
