Перейти к содержимому
  • Войти
  • Регистрация
WordPress.org

Русский

  • Темы
  • Плагины
  • Новости
  • Поддержка
    • Документация
    • Форумы
  • О WordPress
  • Сообщество
  • Скачать WordPress
Скачать WordPress

Плагины

  • Любимые
  • Бета-тестирование
  • Разработчикам

Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Скачать

Simple Newsletter Signup

Автор: Grant James Kimball
  • Детали
  • Отзывы
  • Установка
  • Разработка
Поддержка

Описание

Easily add a newsletter subscription form to your site and start collecting email addresses to use with MailChimp, Constant contact or other third-party bulk-mailer program! Complete with email management admin panel. Web development is affordable @ Your Local Webmaster.com

Usage Notes

Shortcodes
You may use these shortcodes in your pages, posts and HTML widgets!

[simple_newsletter]
This will display a basic email subscribe form.

Available Options

[simple_newsletter name=»true»]
Set to true to create a «Name» field if you wish to capture the subscribers name as well as email address.

[simple_newsletter title=»My Form Title»]
Gives your form a title. Default displays no title.

[simple_newsletter button=»Go!»]
Changes the text on the button. Default displays «Subscribe»

[simple_newsletter terms=»http://www.someURL.com/terms.html»]
Do you want the subscriber to agree to terms and conditions first? Then enter the URL.

[simple_newsletter terms_text=»I agree to terms & conditions»]
Enter the link text for the terms and conditions link.

[simple_newsletter thanks=»Thank you for subscribing!»]
This is the thank you text that displays after successful submit.

Example of use:

[simple_newsletter name=»true» terms_text=»I agree to the terms and conditions» terms=»http://www.google.com» button=»GoYo!» thanks=»Thank you very much for joining our mailing list!»]

Hardcoded into a Theme

Paste this into your theme where you want the form displayed.

<?php
$snsf_args = array(
"name"=>1,
"title"=>"My New Title",
"button"=>"My New Button",
"terms" => "http://www.google.com",
"terms_text" => "this is my terms text",
"thanks" => "Thank you sooo much!"
);
echo do_newsletter($snsf_args);
?>

Установка

  1. To install the Simple Newsletter Signup, simply download it and upload it in the Plugins menu.
    Or, Install it via the «search» feature on the plugin page. «Simple Newsletter Signup»

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Часто задаваемые вопросы

Why aren’t my height and width attributes working?

Perhaps you are not aware, but shortcode attributes are case sensitive. Please remember to use all lowercase letters when adding attributes.

Are there any other available attributes?

I am constantly updating my plugins. Looks for more attributes very soon!

Help! I don’t know CSS! Are there any custom form templates available?

I will be releasing some very soon.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Simple Newsletter Signup» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники
  • Grant Kimball

Перевести «Simple Newsletter Signup» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

Coming Soon!

Мета

  • Версия: 1.5
  • Обновление: 10 лет назад
  • Активных установок: 80+
  • Версия WordPress: 2.0.2 или выше
  • Совместим вплоть до: 3.5.2
  • Язык:
    English (US)
  • Метки:
    email captureemail formformnewsletter signupsubscribe form
  • Дополнительно

Оценки

Посмотреть все
  • 5 звёзд 3
  • 4 звезды 1
  • 3 звезды 0
  • 2 звезды 1
  • 1 звезда 1
Войдите, чтобы оставить отзыв.

Участники

  • Grant Kimball

Поддержка

Есть что сказать? Нужна помощь?

Перейти в форум поддержки

Пожертвование

Would you like to support the advancement of this plugin?

Пожертвовать на развитие плагина

  • О нас
  • Новости
  • Хостинг
  • Поддержать
  • Сувениры
  • Документация
  • Разработчики
  • Присоединиться
  • Обучение
  • Витрина
  • Плагины
  • Темы
  • Паттерны
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Приватность
  • Открытый код
WordPress.org
WordPress.org

Русский

  • Посетите нашу страницу на Facebook
  • Посетите нашу ленту в Twitter
  • Посетите наш Instagram
  • Посетите нашу страницу в LinkedIn
Код — это поэзия.