• O WordPressu
    • O WordPressu
    • Česká lokalizace
    • Manuál (anglicky)
    • Rozcestník podpory
    • Zpětná vazba
  • Přihlásit se
  • Registrace
Přejít na obsah

WordPress.org

Česko

  • Úvodní stránka
  • Podpora
  • Blog
  • Šablony
  • Pluginy
  • WordCamp
  • Komunita
  • Překlady
  • Kontakt
  • Získejte WordPress

Pluginy

  • Oblíbené
  • Beta testy
  • Vývojáři

Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Stáhnout

WP PHPList

Autor: Jesse Heap
  • Podrobnosti
  • Hodnocení
  • Instalace
  • Podpora
  • Vývojáři

Popis

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

Snímky obrazovky

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

Instalace

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

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

WP PHPList je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Přeložte “WP PHPList” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Meta

  • Verze pluginu: 1.7
  • Poslední aktualizace: před 11 roky
  • Aktivních instalací: 600+
  • Verze WordPressu: 2.0.2 nebo novější
  • Testováno až do WordPressu: 2.9.2
  • Jazyk:
    English (US)
  • Štítky:
    email newsletterintegrationphplist
  • Podrobnosti

Hodnocení

Zobrazit vše
  • 5 hvězdiček 1
  • 4 hvězdičky 0
  • 3 hvězdičky 0
  • 2 hvězdičky 0
  • 1 hvězdička 0
Přihlašte se a vytvořte hodnocení

Podpora

Potřebujete pomoc?

Fórum podpory

Dary

Chtěli byste podpořit vývoj tohoto pluginu?

Přispět na tento plugin

  • O WordPressu
  • Blog
  • Hosting
  • Darovat
  • Podpora
  • Vývojáři
  • Zapojit se
  • Vzdělávání
  • Ukázky
  • Pluginy
  • Šablony
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Soukromí
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.