This guide explains how to set up newsletter subscription for your PowerPlatform Tips blog. The training promotion text is now automatically displayed under every post.
✅ Training Promotion: Automatically appears under every blog post
✅ Newsletter Subscription Box: Ready to be configured with your newsletter service
✅ Beautiful Styling: Matches your mint theme perfectly
Why Mailchimp?
Setup Steps:
https://domain.us1.list-manage.com/subscribe/post
)_includes/after-content.html
Example Configuration:
<form action="https://yourdomain.us1.list-manage.com/subscribe/post" method="post" target="_blank" novalidate>
<div class="newsletter-input-group">
<input type="email" name="EMAIL" placeholder="Enter your email address" required>
<button type="submit">Subscribe</button>
</div>
<input type="hidden" name="u" value="your_user_id">
<input type="hidden" name="id" value="your_list_id">
</form>
Setup Steps:
after-content.html
If you want to start immediately without setting up a service:
_includes/after-content.html
your-email@domain.com
with your emailDirect users to an external signup page:
bundle exec jekyll serve
Add this to any post’s front matter to hide the sections:
show_training_promotion: false
show_newsletter: false
Edit _includes/after-content.html
and modify the training-promotion section.
Edit the newsletter-subscription section in _includes/after-content.html
.
Modify the CSS in assets/css/main.scss
under the “Training Promotion & Newsletter Subscription Styling” section.
You can make the sections conditional by editing after-content.html
:
<!-- Training section -->
<!-- Newsletter section -->
Add Google Analytics events to track newsletter signups:
<button type="submit" onclick="gtag('event', 'newsletter_signup', {'event_category': 'engagement'});">
Subscribe
</button>
_includes/after-content.html
Your training promotion and newsletter signup are now automatically displayed under every blog post! 🎉
Interested in training or personalized coaching to enhance your PowerPlatform skills? 🚀 Book a package with me at thepoweraddicts.ch and benefit from customized strategies for your success. 💡