Sari la conținut
  • Autentificare
  • Înregistrare
WordPress.org

În Română

  • Teme
  • Module
  • Știri
  • Suport
  • Despre
  • Evenimente
  • Localizare
  • Dialog
  • Obține WordPress
Obține WordPress

Module

  • Favoritele mele
  • Testare beta
  • Dezvoltatori

Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Descarcă

Simple Newsletter Signup

De Grant James Kimball
  • Detalii
  • Recenzii
  • Instalare
  • Dezvoltare
Suport

Descriere

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

Instalare

  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

Întrebări frecvente

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.

Verificări

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Simple Newsletter Signup” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori
  • Grant Kimball

Tradu „Simple Newsletter Signup” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

Coming Soon!

Meta

  • Versiune: 1.5
  • Ultima actualizare: Acum 10 ani
  • Instalări active: 80+
  • Versiune WordPress: 2.0.2 sau mai recentă
  • Testat până la: 3.5.2
  • Limbă:
    English (US)
  • Etichete:
    email captureemail formformnewsletter signupsubscribe form
  • Vizualizare avansată

Evaluări

Vezi toate
  • 5 stele 3
  • 4 stele 1
  • 3 stele 0
  • 2 stele 1
  • 1 stea 1
Autentifică-te pentru a trimite un modul la verificare.

Contributori

  • Grant Kimball

Suport

Ai ceva de zis? Ai nevoie de ajutor?

Vezi forumul pentru suport

Donează

Vrei să sprijini dezvoltarea acestui modul?

Donează pentru acest modul

  • Despre
  • Știri
  • Găzduire
  • Donează
  • Cadouri
  • Documentație
  • Dezvoltatori
  • Implică-te
  • Învață
  • Prezentare
  • Module
  • Teme
  • Modele
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Confidențialitate
  • Public Code
WordPress.org
WordPress.org

În Română

  • Vizitează pagina noastră Facebook
  • Vizitează contul nostru Twitter
  • Vizitează-ne pe Instagram
  • Vizitează-ne pe LinkedIn
Codul este poezie.