Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpress/wordpress-hubspot-form
This WordPress plugin adds a HubSpot Form block which allows you to embed HubSpot forms.
https://github.com/piotrpress/wordpress-hubspot-form
block blocks form forms fse full-site-editing gutenberg gutenberg-block hubspot hubspot-block hubspot-form hubspot-forms php plugin wordpress wordpress-block wordpress-plugin wp
Last synced: 26 days ago
JSON representation
This WordPress plugin adds a HubSpot Form block which allows you to embed HubSpot forms.
- Host: GitHub
- URL: https://github.com/piotrpress/wordpress-hubspot-form
- Owner: PiotrPress
- License: gpl-3.0
- Created: 2024-11-12T09:58:29.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T10:47:55.000Z (about 1 month ago)
- Last Synced: 2024-12-08T00:09:16.070Z (26 days ago)
- Topics: block, blocks, form, forms, fse, full-site-editing, gutenberg, gutenberg-block, hubspot, hubspot-block, hubspot-form, hubspot-forms, php, plugin, wordpress, wordpress-block, wordpress-plugin, wp
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# WordPress HubSpot Form
This WordPress plugin adds a HubSpot Form block which allows you to embed HubSpot forms.
## Screenshot
![HubSpot Form block in WordPress block editor view](screenshot-1.png)
## GoToWebinar Integration
This plugin contains additional `webinar.js` script which is `GoToWebinar` integration.
To use it, enqueue `webinar.js` script:
```php
add_action(
'enqueue_block_editor_assets',
fn() => wp_enqueue_script(
'piotrpress-hubspot-form-webinar',
plugins_url( 'hubspot-form/webinar.js' ),
[ 'piotrpress-hubspot-form-block' ]
)
);
```## Requirements
* PHP >= `7.4` version.
* WordPress >= `6.0` version.## License
[GPL v3 or later](license.txt)