This guide explains how to integrate Hakanai Broadcast with your Jekyll-powered blog to automatically send newsletters based on your RSS feed.
Jekyll can generate an RSS feed using the jekyll-feed plugin. Here's how to set it up:
Add this line to your site's Gemfile:
gem 'jekyll-feed'
Add this line to your site's _config.yml:
plugins:
- jekyll-feed
Run this command to install the plugin:
bundle install
The plugin will automatically generate an Atom feed at /feed.xml.
For additional feed customization options, refer to the Jekyll Feed plugin documentation.
Once your RSS feed is set up, you can integrate it with Hakanai Broadcast in two steps:
https://yourblog.com/feed.xml)For detailed instructions on campaign creation and management, see our Campaign Management Guide.
To collect subscribers, you'll need to add a subscription form to your blog. Hakanai provides several options:
For form creation and customization instructions, check our Forms Documentation.
If you encounter any issues or need assistance, feel free to contact our support team.
Hugo
Complete guide to integrate a newsletter into your Hugo blog using RSS feeds. Learn how to automatically send newsletters from your Hugo content with Hakanai Broadcast.
WordPress
Complete guide to integrate a newsletter into your WordPress blog using RSS feeds. Learn how to automatically send newsletters from your WordPress content with Hakanai Broadcast.