WP Manifestindependent plugin directory
manifest / integrations / wp-hubspot-importer

WP HubSpot Importer

Import HubSpot blog posts into WordPress

by Itineris Limited · github.com/itinerisltd/wp-hubspot-importer · website

1stars
3.8kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/itinerisltd/wp-hubspot-importer/archive/refs/heads/master.zip

Also on Packagist as itinerisltd/wp-hubspot-importer:

composer require itinerisltd/wp-hubspot-importer

From the readme

WP HubSpot Importer - Goal - Minimum Requirements - Installation - Composer (Recommended) - Classic - Usage - OAuth2 Authorization - Importing from HubSpot to WordPress - Data Structure - HubSpot Blog Post ID - Featured Image URL - FAQ - Will you add support for older PHP versions? - It looks awesome. Where can I find some more goodies like this? - Besides wp.org, where can I give a :star::star::star::star::star: review? - Testing - Feedback - Change Log - Security - Credits - License Goal Import HubSpot blog posts into WordPress. Minimum Requirements - PHP v7.3 - WordPress v5.1 Installation Composer (Recommended) Classic Download wp-hubspot-importer.zip from GitHub releases Then, install as usual Usage OAuth2 Authorization 1. Head to WP Dashboard Tools WP HubSpot Importer 1. Authenticate WP HubSpot Importer to use HubSpot API on your behalf Importing from HubSpot to WordPress Data Structure By default, WP HubSpot Importer imports: - HubSpot blog posts as post - HubSpot blog topics as posttag See: BlogPostRepo::upsert These can be customized by defining your own container via the wphubspotimportercontainerinit filter. HubSpot Blog Post ID

Read the full README on GitHub →