Saltar al contenido
  • Acceder
  • Registro
WordPress.org

Español (Ecuador)

  • Temas
  • Plugins
  • Acerca de
  • Equipo
  • Consigue WordPress
Consigue WordPress

Plugins

  • Mis favoritos
  • Pruebas beta
  • Desarrolladores

Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Descargar

Simple Newsletter Signup

Por Grant James Kimball
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

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);
?>

Instalación

  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

FAQ

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Simple Newsletter Signup» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • Grant Kimball

Traduce «Simple Newsletter Signup» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

Coming Soon!

Meta

  • Versión: 1.5
  • Última actualización: hace 10 años
  • Instalaciones activas: 70+
  • Versión de WordPress: 2.0.2 o superior
  • Probado hasta: 3.5.2
  • Idioma:
    English (US)
  • Etiquetas:
    email captureemail formformnewsletter signupsubscribe form
  • Vista avanzada

Valoraciones

Ver todas
  • 5 estrellas 3
  • 4 estrellas 1
  • 3 estrellas 0
  • 2 estrellas 1
  • 1 estrella 1
Accede para enviar una reseña.

Colaboradores

  • Grant Kimball

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

Donar

¿Te gustaría apoyar el progreso de este plugin?

Dona a este plugin

  • Acerca de
  • Noticias
  • Alojamiento
  • Donar
  • Swag
  • Documentación
  • Desarrolladores
  • Involúcrate
  • Aprender
  • Escaparate
  • Plugins
  • Temas
  • Patrones
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacidad
  • Código público
WordPress.org
WordPress.org

Español (Ecuador)

  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Twitter
  • Visit our Instagram account
  • Visit our LinkedIn account
El código es poesía.