Salta al contingut
  • Entra
  • Registra
WordPress.org

Català

  • Temes
  • Extensions
  • Notícies
  • Suport
  • Quant a
  • Col·labora
  • Equip
  • Traduccions
  • Meetups
  • Aconseguiu el WordPress
Aconseguiu el WordPress

Extensions

  • Les meves preferides
  • Proves Beta
  • Desenvolupadors

Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Baixa

Simple Newsletter Signup

Per Grant James Kimball
  • Detalls
  • Ressenyes
  • Instal·lació
  • Desenvolupament
Suport

Descripció

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

Instal·lació

  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

PMF

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.

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«Simple Newsletter Signup» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors
  • Grant Kimball

Tradueix “Simple Newsletter Signup” a la teva llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

Coming Soon!

Meta

  • Versió: 1.5
  • Darrera actualització: fa 10 anys
  • Instal·lacions actives: 70+
  • Versió del WordPress: 2.0.2 o posterior
  • Provada fins a: 3.5.2
  • Idioma:
    English (US)
  • Etiquetes:
    email captureemail formformnewsletter signupsubscribe form
  • Vista avançada

Valoracions

Mostra-les totes
  • 5 estrelles 3
  • 4 estrelles 1
  • 3 estrelles 0
  • 2 estrelles 1
  • 1 estrella 1
Entreu per enviar una ressenya.

Col·laboradors

  • Grant Kimball

Suport

Teniu quelcom a dir? Necessiteu ajuda?

Visualitza els fòrums de suport

Feu una donació

Voleu ajudar a què l'extensió millori?

Feu una donació a aquesta extensió

  • Quant a
  • Notícies
  • Allotjament
  • Feu una donació
  • Material de publicitat
  • Documentació
  • Desenvolupadors
  • Impliqueu-vos
  • Apreneu
  • Aparador
  • Extensions
  • Temes
  • Patrons
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privadesa
  • Codi públic
WordPress.org
WordPress.org

Català

  • Visiteu la nostra pàgina al Facebook
  • Visiteu el nostre compte al Twitter
  • Visiteu el nostre compte d'Instagram
  • Visiteu el nostre compte de LinkedIn
El codi és poesia.