이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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