Ir al contenido
  • Acceder
  • Registrarse
WordPress.org

Colombia

  • Temas
  • Plugins
  • Noticias
  • Acerca de
  • Participa
  • Contacto
  • Meetups
  • 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

WP PHPList

Por Jesse Heap
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

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

Capturas

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

Instalación

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP PHPList» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • jesseheap

Traduce «WP PHPList» 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.

Meta

  • Versión: 1.7
  • Última actualización: hace 13 años
  • Instalaciones activas: 300+
  • Versión de WordPress: 2.0.2 o superior
  • Probado hasta: 2.9.2
  • Idioma:
    English (US)
  • Etiquetas:
    email newsletterintegrationphplist
  • Vista avanzada

Valoraciones

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

Colaboradores

  • jesseheap

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
  • Hosting
  • 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

Colombia

  • 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