SendPulse Email Marketing Newsletter

설명

SendPulse plugin for WordPress
Add an email subscription form to your site. Each new subscriber will be automatically added to your mailing list. Create and send email campaigns with SendPulse, a multi-channel marketing automation platform.

FEATURES

  • Install the plugin in 1 click and set up within minutes;
  • Add multiple email subscription forms;
  • Customize your subscription forms to fit your brand identity;
  • Import contacts from WordPress to your mailing list.

SENDPULSE’S KEY FEATURES

  • Rich automation possibilities that allow you to create email, SMS, web push, and chatbot campaigns on one platform;
  • Drag and drop email editor;
  • Ready-made email templates;
  • Email personalization and list segmentation;
  • Detailed analytics and reports;

WHAT IS SENDPULSE?

SendPulse is a multi-channel marketing automation platform for multifaceted business promotion and customer retention.

SendPulse allows you to send email, SMS, and web push campaigns, stay in touch with clients using Telegram, Facebook Messenger, WhatsApp, and Instagram chatbots, and create landing pages in just 15 minutes.

You can easily track all of your marketing activities and gather customer data with SendPulse’s free CRM.

Create a SendPulse account, and send up to 15,000 emails every month for free.

You can install SendPulse Free WebPush plugin if you need a plugin for web push notifications.

Contacts

Usage

  1. Create a subscription form using SendPulse’s builder.
  2. Add a new SendPulse form using WordPress.
  3. Paste your subscription form code in the editor.
  4. To display your subscription form, use a shortcode (for example [sendpulse-form id="..."] where “…” is form id) in editor or place <?php echo do_shortcode('[sendpulse-form id="..."]')?> in your themes file.

Requirement

스크린샷

설치

  1. Upload ‘sendpulse-email-marketing-newsletter’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How place shortcode in themes file?

Shortcode can be used anywhere in the theme templates via do_shortcode function.
For example, <?php echo do_shortcode('[sendpulse-form id="..."]')?>.

Why is the SendPulse subscription form not appearing on my website?

If the subscription form does not appear on your website, the issue is often caused by frontend optimization plugins.

Many performance plugins (such as WP Rocket, Autoptimize, LiteSpeed Cache, Fast Velocity Minify, etc.) modify how JavaScript is loaded by enabling features like:
– JavaScript minification
– JavaScript combination (bundling)
– Deferred or delayed script execution
– JavaScript optimization and aggregation

These optimizations can change the loading order or execution timing of third-party scripts and may prevent SendPulse subscription forms from loading correctly.

How to fix:
1. Temporarily disable JavaScript optimization options and check whether the subscription form starts working.
2. If it does, re-enable options one by one to identify the conflicting setting.
3. Clear all caches after changing optimization settings.

For WP Rocket users:
– Disable the “Minify JavaScript files” option
– Disable the “Combine JavaScript files” option
– Disable the “Delay JavaScript Execution” option (if enabled)
– Clear the cache after making changes

In some cases, excluding SendPulse resources from optimization may also help.

Recommended exclusions:
– static-login.sendpulse.com
– web.webformscr.com
– /apps/fc3/build/loader.js

These resources are required for loading and rendering SendPulse subscription forms.

Note:
JavaScript combination is often unnecessary on modern HTTP/2 and HTTP/3 websites and may cause compatibility issues with third-party services such as embedded forms, chat widgets, analytics tools, and marketing integrations.

후기

2023년 7월 12일
The last update was perfect! Now plugin works on cheap hosting without problems! Thank you!
2020년 7월 13일
It shows me that I cannot use my gmail address as from email address, but also does not allow me to change the from email address.
2018년 8월 8일
После активации плагина – Элементор перестает запускаться вообще, в консоли 500 internal server error. Деактивирую sendpulse – тут же все работает. Специально несколько раз проверила. Почему Письмо с подтверждением подписки не приходит тем, кто добавлен через стандартные формы элементора (через вебхук zapier) ??? Надо спросить у техподдрежки… Неужели придется внедрять ваши некрасивые кривые формы с логотипом…. Вордпресс 4.9.8 Elementor Pro 2.0.18 php 7.2.2
2018년 5월 26일
I’m start using SendPulse about 6 month ago and this growing company always put something extra on my plate. With this plugin I connected my websites users with the mailing list with few very simple steps. Thanks!
2017년 8월 9일 답글 1개
Просто не запустился плагин. on line 5 Fatal error: require_once(): Failed opening required ‘__DIR__/composer/autoload_real.php’ (include_path=’.:/usr/share/php’) in /home/***/*****/*****.ru/public_html/wp-content/plugins/sendpulse-email-marketing-newsletter/vendor/autoload.php on line 5
모든 8 평가 읽기

기여자 & 개발자

“SendPulse Email Marketing Newsletter”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“SendPulse Email Marketing Newsletter”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “SendPulse Email Marketing Newsletter”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.2.6

  • Security: fixed stored XSS in SendPulse form embed rendering for _sp_form_code.
  • Security: hardened form embed validation on save and render.
  • Tested up to WordPress 7.0.2.

2.2.5

  • Improved the plugin admin UI and overall user experience.
  • Added visual indicators for external documentation links.
  • Expanded the Documentation section with troubleshooting guidance for JavaScript optimization, caching, and performance plugins.
  • Improved onboarding and setup instructions inside the plugin.
  • Updated and synchronized plugin translations.
  • Refined interface terminology and help texts for improved consistency.
  • Minor fixes and usability improvements.

2.2.4

  • Removed legacy layer/packages
  • Cleaned legacy plugin assets
  • Removed unused legacy hooks and duplicate AJAX registrations
  • Unified minimum PHP requirement to PHP 8.0 across the plugin
  • Improved overall plugin maintainability

2.2.3

  • Improved plugin stability when the SendPulse API is temporarily unavailable.
  • Prevented fatal errors caused by unexpected API responses or connection failures.
  • Improved error handling for mailing list loading, AJAX import actions, and user registration subscription.

2.2.2

  • Maintenance release.