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

Invite Friends to Register

설명

This plugin adds a page to the admin under Users that includes a form for users to send email invitations to their friends to register at your site. You can also add the form to the front end of your site with the invite_friends() template tag or the [invite_friends] shortcode.

IMPORTANT: This plugin will not allow invited friends to register unless you have registration turned on.

Features

  • Invite multiple friends at one time
  • Customize the email subject and message that is sent
  • Customize the URL to redirect a user to after they register
  • Store successful registered users in the inviter’s user meta data
  • Store the inviter in the new user’s meta data

설치

Upload the plugin folder to your wp-content/plugins directory or find and install from the plugin admin area.
Activate and let user’s invite their friends under Users > Invite Friends!

Optional Next Steps:

  • Add a front end form with the invite_friends() template tag or the [invite_friends] shortcode
  • Customize the plugin’s settings found under Settings > Invite Friends

후기

2019년 5월 1일 1 reply
Nice plugin, simple and effective, and easy to use! A request to the developer Mr Tammy Hart. Can you pls make this responsive? Thanks !
모든 5 평가 읽기

기여자 & 개발자

“Invite Friends to Register”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Invite Friends to Register”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.3 – November 13, 2012

  • Removed invfr_validate_email() from functions.php since it is no longer used
  • added a filter to the tokens: invr_tokens
  • added a filter to token replacements: invfr_token_replacements
  • Changed return of invfr_get_settings() from an array of settings, the individually specified field
  • Fixed data sanitization on the settings fields

0.2 – September 15, 2012

  • Moved load textdomain to init
  • Replaced invfr_validate_email() with is_email()
  • Updated Ajax sendmail method
    (Special thanks to Pippin Williamson for the code review and these fix suggestions!)

0.1 – August 31, 2012

  • First Release