説明
CiviCRM uses shortcode in order to insert dynamic content into WordPress pages, such as Petition, Survey, Contribution form, Membership…
As mentioned into the CiviCRM documentation:
“Currently there is no specific CiviCRM block for Gutenberg so there is no interactive way to see the options available for the shortcode.
You will need to know the format and look up IDs and options in CiviCRM before creating the shortcode in WordPress.”
Knowing an object ID is not very convenient. So we’ve made a plugin which uses the CiviCRM API to get and display all attributes for the shortcode, directly in a simple block.
This way, embeding CiviCRM content into any WordPress page becomes a child’s play!
ブロック
このプラグインは1個のブロックを提供します。
- Blocks for CiviCRM
インストール
- Install, activate and configure CiviCRM (if not done yet)
- Install and activate Blocks for CiviCRM as any plugin
- In the editor, search the block “CiviCRM Component”
評価
このプラグインにはレビューがありません。
貢献者と開発者
変更履歴
1.0.0
- Initial release