Chuyển tới nội dung
  • Đăng nhập
  • Đăng ký
WordPress.org

tiếng Việt

  • Giao diện
  • Plugin
  • News
  • Hỗ trợ
    • Documentation
    • Diễn đàn
  • Giới thiệu
  • Meetup
  • Team
  • Get WordPress
Get WordPress

Plugin

  • Mục yêu thích
  • Phiên bản Beta
  • Lập trình viên

Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Tải về

iContact Widget

Bởi Katz Web Services, Inc.
  • Chi tiết
  • Đánh giá
  • Development
Hỗ trợ

Mô tả

Simple iContact Signup Form Installation on Your Blog

Add the iContact ‘Automatic Sign-up Form’ to your sidebar with this widget. Simply paste the code from the form you created in iContact into this widget. Your form will be converted into HTML (instead of Javascript, which takes more time to load).

iContact Widget Configuration Options

  • Change the width of your form
  • Change the submit button text
  • Choose which page to redirect users to upon successful completion
  • Open the form in a new window

The plugin includes shortcode support — add an iContact form into your page or post!

Ảnh màn hình

  • How the widget appears in the Widgets panel

Hỏi đáp

How do I use the new `add_filters()` functionality? (Added 1.1)

If you want to change some code in the widget, you can use the WordPress add_filter() function to achieve this.

You can add code to your theme’s functions.php file that will modify the widget or shortcode output. Here’s an example:

function my_example_function($widget) {
    // The $widget variable is the output of the widget
    // This will replace 'this word' with 'that word' in the widget output.
    $widget = str_replace('this word', 'that word', $widget);
    // Make sure to return the $widget variable, or it won't work!
    return $widget;
}
add_filter('icontact_signup_form_code', 'my_example_function');
How do I remove the link to iContact?

Add the following code to your theme’s functions.php file:

add_filter('icontact_link', create_function('$a', 'return false;'));
What is the plugin license?
  • This plugin is released under a GPL license.

Đánh giá

Doesn't work and no support

SAShirl 3 Tháng Chín, 2016
One star is too high, but I can't remove the star. The complaints are all listed in the support section dated over the past few years - no response. So disappointed as I hoped this would solve a problem I have. Why not remove the plugin if you're not going to support it?
Đọc tất cả 2 đánh giá

Người đóng góp & Lập trình viên

“iContact Widget” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp
  • Zack Katz
  • Zack Katz

Dịch “iContact Widget” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

1.3.1

  • Fixed issue with WordPress 4.3

1.3

  • Tested with WordPress 3.6.1
  • Fixed admin widget for better compatibility with new WordPress jQuery
  • Fixed minor PHP warning
  • Removed unnecessary admin widget style code
  • Improved caching

1.2.2

  • Important update! Fixes issue where form IDs get changed, causing errors (as reported here)

1.2.1

  • Fixes some widget javascript issues in the backend. Now the widget properly shows and hides the the “Make changes to the form HTML” checkbox shows and hides the “Displayed Form Code” textarea.

1.2

  • Added support for servers without curl() by using WP’s built-in wp_remote_get() functionality.
  • Added options
    • Choose page URL to redirect users to on successful signup
    • Choose error page URL
    • Open forms in new window
  • Added filters
    • icontact_widget_style – Modify the CSS style output
    • icontact_widget_script – Modify the Javascript output
    • icontact_link – Modify iContact link output
  • Rewrote plugin output functionality
    • CSS styles now added to website <head>
    • Javascript now added to website footer
    • The form’s “* = Required Field” row now has a CSS class required
  • Made widget interface better
    • Updated instructions to be more clear
    • Fixed link to iContact instructions
    • Improved layout of widget by hiding unnecessary items

1.1

  • If you want to modify widget or shortcode output, there’s now an add_filters method to do so.

1.0.9.1

  • Updated with the GPL license

1.0.9

  • Should fix “The iContact file was not accessible for some reason.” issue that was experienced by users with certain hosting configurations

1.0.8

  • Fixed incompatibility for servers running PHP4 by adding str_ireplace() function definition

1.0.7

  • Updated form to compensate for changed iContact javascript formatting (if your form shows "); at the end of it, this will fix it)
  • Updated widget so that it will not load for users < WordPress 2.8, preventing errors
  • Improved wording for widget’s code override option

1.0.6

  • Added support for curl for servers that don’t support file_get_contents()
  • Fixed issue where you had to save widget two times for it to update

1.0.5

  • Added support for multiple widgets, and multiple instances of the same widget on a page
  • Improved iContact code validation by adding closing slashes to s
  • Fixed issue with multiple instances of same form preventing javascript validation
  • Added option to not display form in sidebar, if only using the [icontact id=#] shortcode
  • Changed shortcode structure to [icontact id=#]. Once configured, widget now provides a reference ID
  • Fixed shortcode bug that had inserted form before content, instead of where inserted in content.
  • Improved code to save update form on the first save

1.0.4

  • Added name=clientid formatting cleanup

1.0.3

  • Added missing closing tag to signup form.
  • Added widget description for the wp-admin Widgets page.

1.0.2

  • Improved error handling, and prevented form from being shown until it works properly.
  • Added settings: Edit HTML capability, Change input width, Change Submit input text, Change form width

1.0.1

  • Added PHP file_get_content() error handling
  • Added HTTPS form option

1.0

  • Launched widget

Meta

  • Phiên bản: 1.3.1
  • Lần cập nhật gần nhất: 8 năm trước
  • Lượt kích hoạt: 500+
  • Phiên bản WordPress: 3.2 hoặc cao hơn
  • Đã kiểm tra với: 4.3.30
  • Ngôn ngữ:
    English (US)
  • Tag:
    formicontactnewslettersignupwidget
  • Nâng cao

Đánh giá

Xem tất cả
  • 5 sao 0
  • 4 sao 0
  • 3 sao 0
  • 2 sao 1
  • 1 sao 1
Log in to submit a review.

Những người đóng góp

  • Zack Katz
  • Zack Katz

Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

Xem diễn đàn hỗ trợ

Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

Ủng hộ plugin này

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Quyền riêng tư
  • Public Code
WordPress.org
WordPress.org

tiếng Việt

  • Xem trang Facebook của chúng tôi
  • Xem trang Twitter của chúng tôi
  • Visit our Instagram account
  • Visit our LinkedIn account
Viết code như làm thơ.