الوصف
SendPulse plug-in for WordPress
Add a newsletter subscription form to your site. Each new subscriber will be automatically added to your mailing list. Create and send newsletters through SendPulse, an e-mail marketing and transactional SMTP service.
Features
- 1-click installation and easy configuration
- Add multiple newsletter subscription form
- For webpush notifications, please install SendPulse Free WebPush plugin
SendPulse Most Important Features
- 50% Better open rate because of AI subsystem that predicts the best time and channel for e-mail delivery
- Email Marketing Automation Builder
- Drag and drop HTML email editor
- Unlimited Autoresponders and Mailing Lists
- Email personalization and list segmentation
- Rich analytics and reporting
What is SendPulse?
SendPulse is an e-mail marketing service that maximizes the newsletter open rate automatically. Our case studies show that you get 50% more open rates when use our Artificial Intelligence technology to predict the best time and channel to reach your customers.
Get your free account here. You may send up to 15,000 emails every month.
Contacts
- Customer support – https://sendpulse.com/support
- Twitter – https://twitter.com/SendPulseCom
- Facebook – https://facebook.com/sendpulse
Usage
- Create form by SendPulse Form Constructor.
- Create new SendPulse Form from main menu WordPress dashboard.
- Paste Constructor Form code in form editor.
- For display subscription form use shortcode (like
[sendpulse-form id="..."]
where “…” is form id) in editor or place<?php echo do_shortcode('[sendpulse-form id="..."]')?>
in your theme’s file.
Requirement
- PHP version >= 5.2.4+ (Recommended >= 5.6)
التنصيب
- Upload ‘sendpulse-email-marketing-newsletter’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
الأسئلة المتكررّة
- 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="..."]')?>
.
المراجعات
المساهمون والمطوّرون
“SendPulse Email Marketing Newsletter” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونلقد تم ترجمة ”SendPulse Email Marketing Newsletter“ إلى لغتين. شكراً إلى جميع المُترجمين لمُساهماتهم.
ترجمة ”SendPulse Email Marketing Newsletter“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
1.5.0 – 2017-08-22
- Changed: Ability to use the constructor code from SendPulse dashboard.
- Fixed: Support several forms on the page.
2.0.0 – 2017-09-19
- Added: Ability create multiple form with constructor code from SendPulse dashboard.
- Removed: Plugin generated subscribe form in favor constructor code from SendPulse dashboard.
2.0.1 – 2017-09-25
- Changed: Documentation and help link.
2.1.0 – 2017-10-18
- Changed: Down minimal PHP version requirement.