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

MoveOn Campaigns

外掛說明

A great way to promote a MoveOn petition campaign is to feature it on your blog or site. This plugin embeds petitions into your content and theme. Your readers will be able to view and sign these petitions in place. For more on MoveOn’s campaign tools and petitions, please visit http://moveon.org.

This plugin provides three ways to integrate a campaign into your site:

  • A sidebar widget: a new MoveOn Campaign widget type will appear, and be eligible for placement in your widget areas.
  • A shortcode: use the [moveon-campaigns-petition] shortcode in your content to embed a petition directly in a post.
  • A template function: you can call the function moveon_campaigns_petition from anywhere in your theme.

安裝方式

  1. Upload mveon-campaigns to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

What is a petition name and where do I find it?

In order to identify the petition you’d like to embed, you’ll need the petition name — a unique identifier for your MoveOn petition. To find it, go to the petition’s home on MoveOn. The URL will have the form: http://petitions.moveon.org/sign/PETITION-NAME?possibly-some-other-stuff. The petition name the portion of the URL found after the /sign/ segment, excluding any GET string. In the (non-real) example above, the petition id would be PETITION-NAME.

How do I use the shortcode?

The usage is: [moveon-campaigns-petition name="PETITION-NAME" height="HEIGHT" width="WIDTH"]. HEIGHT and WIDTH should be numeric, and will be interpreted as a number of pixels.

Can I change the design for formatting of the widget?

In general no, although you can change the size and style of the iframe containing the petition by using the appropriate tools. For sidebar widgets, specify a height that works with the length of your particular petition. For shortodes, you can specify both a height and width. If using the moveon_campaigns_petition in your theme, use the style argument to pass CSS to the iframe containing the peititon (that is, the iframe element, not the contents thereof.) If you have suggestions about how we might improve the formatting or design of the widget, or if you’re a partner organization with specific needs, please contact us.

Can I contribute to this plugin?

Please do. See https://github.com/mattoperry/moveon-campaigns

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈MoveOn Campaigns〉的開發相關工作。

參與者

將〈MoveOn Campaigns〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial version