跳到內容
  • 登入
  • 註冊
WordPress.org

Hong Kong 香港中文

  • 佈景主題
  • 外掛
  • News
  • Support
  • About
  • 重要通知
  • WordPress 常見問題
  • 團隊
  • 取得 WordPress
取得 WordPress

外掛

  • 我的收藏
  • Beta測試
  • 開發者

這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

下載

WP PHPList

由Jesse Heap
  • 詳情
  • 評價
  • 安裝
  • 開發
支援

描述

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

螢幕截圖

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

安裝

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

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP PHPList” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者
  • jesseheap

將 WP PHPList 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

其它

  • 版本:1.7
  • 最後更新:13 年之前
  • 運作中的安裝:300+
  • WordPress Version: 2.0.2 or higher
  • 已測試到版本:2.9.2
  • 語言:
    English (US)
  • 標籤:
    email newsletterintegrationphplist
  • 進階顯示

評分

顯示全部
  • 5星 1
  • 4星 0
  • 3星 0
  • 2星 0
  • 1星 0
Log in to submit a review.

貢獻者

  • jesseheap

支援

有話想說?需要協助?

檢視支援論壇

捐贈

想要支援這個外掛的發展嗎?

贊助這個外掛

  • 關於我們
  • 最新消息
  • 寄存
  • 贊助基金會
  • Swag
  • 線上說明
  • 開發者資源
  • 共同參與
  • Learn
  • 展示網站
  • 外掛
  • 佈景主題
  • 區塊版面配置
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隱私權
  • Public Code
WordPress.org
WordPress.org

Hong Kong 香港中文

  • 訪問我們的 Facebook 專頁
  • 訪問我們的 Twitter 帳戶
  • Visit our Instagram account
  • Visit our LinkedIn account
代碼就是詩歌。