Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)