Flamingo は、元々は Contact Form 7 (単体では送信されたメッセージを保存する機能を持ちません) のために作成されたメッセージ保存プラグインです。
プラグインを有効化すると WordPress 管理画面に Flamingo のメニューが追加されます。コンタクトフォームを通るすべてのメッセージがそこにリスト化され、また検索が可能になります。Flamingo があれば、メールサーバーのトラブルやメール設定のミスのために重要なメッセージを失う心配から解放されます。
より詳しい情報は Contact Form 7 のドキュメントを参照してください。
プライバシーについて
このプラグインはコンタクトフォームを介して収集される送信データを、ウェブサイトをホストするサーバー上のデータベースに保存します。保存されるデータには送信者の個人情報が含まれる可能性があります。
flamingo
フォルダ全体を /wp-content/plugins/
ディレクトリにアップロードします。
- 「プラグイン」メニューからプラグインを有効化します。
This plugin only works with contact forms using PHP mail. It doesn’t seem to work with an external SMTP mail server. I tested it out and there were no messages collected in DB. Also there’s no option to add more email addresses under Contact Book tab which shows only the users already registered in your WP site. So this feature is useless.
This is a great tool, especially with its integration into the Contact Form 7 plugin. However, there’s a minor bug when exporting non-Latin characters, such as Persian. It seems the encoding is set to Western by default. Switching to UTF-8 encoding should resolve the issue. Thanks!
Really good for storing messages
Sending contact forms takes usually 3s.With Flamingo active and 30k records in db the time is much greater, repeatable 15s which is unacceptable.
Ни какого нормального функционала, все неудобно и примитивно! Никогда и никому не советую его использовать, есть нормальные варианты. Одна ценность – связь с Akismet.
macht genau wie beschrieben.
Vielen Dank!
118件のレビューをすべて表示
Flamingo はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者
2.5
- Bumps up the minimum required WordPress version to 6.4.
- Uses
wp_json_encode()
instead of json_encode()
.
- Uses
get_views_links()
.
- Uses null coalescing operators.
2.4
- Bumps up the minimum required WordPress version to 6.1.
- Bumps up the minimum required PHP version to 7.4.
- Removes unused Outbound Messages codes.
- Introduces
Flamingo_CSV
classes for fully customizable CSV generation.
- New filter hook:
flamingo_contact_csv_class
- New filter hook:
flamingo_inbound_csv_class
- Uses
admin_init
for cron job scheduling.