• Informazioni su WordPress
    • Informazioni su WordPress
    • WordPress.org
    • Documentazione
    • Supporto
    • Feedback
  • Login
  • Registrati
Vai al contenuto

WordPress.org

Italia

  • Temi
  • Plugin
  • Supporto
  • Team
  • Community
  • Traduci
  • Scarica WordPress ™
  • About Us: Our Mission
  • Blog

Directory dei plugin

  • Preferiti
  • Beta
  • Sviluppatori

Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Scarica

WP PHPList

Di Jesse Heap
  • Dettagli
  • Recensioni
  • Installazione
  • Supporto
  • Sviluppo

Descrizione

This lightweight plugin for WordPress 2.0 or greater gives you the ability to easily allow users to subscribe
to your newsletter or RSS blog feed from any page on your blog. Simply install the plug-in, configure your settings,
and embed the comment <!--phplist form--> on any page on your blog. It’s easy and fast and does not require any
further template modifications in PHPList or WordPress.

Demo

See an example of this plugin at Wedding Cake Newsletter Demo

Screenshot

  • Default subscriber form for PHPList as seen within wordpress blog
  • Code required to display subsriber form

Installazione

Pre-requisites
Wordpress 2.x
Phplist 2.10.2 or greater. (Download at www.phplist.com)
PHP 4.x or 5.x with cURL support

Quick Start Instructions
Download plugin installation and upload phplist.php and phplist.css to your plug-ins folder, usually /wp-content/plugins
Login to wordpress administration panel and activate the plug-in (Under plug-ins). Plugin name is phplist.
Navigate to Options -> PHPList and fill in the General Settings configuration as instructed. (Optionally, you can configure the form settings as well – see detailed instructions for information)
The last step is to setup the form. If you are adding the subscriber form directly to any post or wordpress page then just add the following comment while inside the wordpress editor:

<!--phplist form-->

For more advanced users, who are comfortable editing template files, the form can also be added to any template file. For example most users like to display the subscriber form in their sidebar.php. To do this open up the template page (i.e. sidebar.php) and add the following code:

<?php
$content = apply_filters('the_content', '<!--phplist form-->');
echo $content;?> 

Detailed instructions available here

Recensioni

Non ci sono revisioni per questo plugin.

Contributi e sviluppo

“WP PHPList” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Traduci “WP PHPList” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Meta

  • Versione del plugin: 1.7
  • Ultimo aggiornamento: 11 anni fa
  • Installazioni attive stimate: 600+
  • Richiede WordPress: 2.0.2 o superiore
  • Testato fino alla versione: 2.9.2
  • Lingua:
    English (US)
  • Tag:
    email newsletterintegrationphplist
  • Visualizzazione avanzata

Valutazioni

Leggi tutto
  • 5 stelle 1
  • 4 stelle 0
  • 3 stelle 0
  • 2 stelle 0
  • 1 stella 0
Accedi per inviare una revisione.

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Chiedi nel forum di supporto

Donazioni

Vuoi sostenere le versioni future?

Fai una donazione per lo sviluppo

  • Chi siamo
  • Blog
  • Hosting
  • Donazione
  • Supporto
  • Sviluppo
  • Mettersi in gioco
  • Imparare
  • Vetrina
  • Plugin
  • Temi
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Il Codice è Poesia