Giter VIP home page Giter VIP logo

phplist-form-integration's Introduction

=== WP PHPList ===
Tags: phplist, integration, email newsletter
Author:JesseHeap
Donate link: http://projects.jesseheap.com
Requires at least: 2.0.2
Tested up to: 2.9
Stable tag: trunk
Version:1.7

== Description ==

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.

== Installation ==

*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](http://projects.jesseheap.com/all-projects/wordpress-plugin-phplist-form-integration/#3)

== Screenshots ==

1. Default subscriber form for PHPList as seen within wordpress blog
2. Code required to display subsriber form
== Demo ==
See an example of this plugin at [Wedding Cake Newsletter Demo](http://blog.pinkcakebox.com/wordpress-plugin-demo/ "Wedding Gallery")

phplist-form-integration's People

Contributors

bramley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.