axllent/silverstripe-weblog-wp-import

WordPress import tool for the Silverstripe Weblog module

Installs: 87

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 4

Open Issues: 0

Type:silverstripe-vendormodule

1.0.1 2023-05-13 21:15 UTC

This package is auto-updated.

Last update: 2024-04-13 23:25:51 UTC


README

A module to import WordPress XML into Silverstripe Weblog.

Please note that I have not used this import module in over 6 years, so it may or may not work as expected.

This module is somewhat of a hack as WordPress integrates plugin shortcodes (requiring these WP plugins) inti the the XML export file.

This tool currently parses images, YouTube videos and links, plus the standard text formatting. All other shortcodes are optionally stripped from the content.

Once the blog has been imported, this module can be uninstalled as it serves no further purpose.

Requirements

  • A working version of the WordPress blog you wish to import (for images)
  • PHP with simplexml support
  • axllent/silverstripe-weblog
  • axllent/silverstripe-weblog-categories (optional)
  • axllent/simplehtmldom (included with composer install)
  • guzzlehttp/guzzle (included with composer install)

Features

  • Interactive importer with options
  • Import of all published blog posts
  • Import categories (if axllent/silverstripe-weblog-categories is installed)
  • Image classes re-mapped to default Silverstripe image classes
  • Downloads (full-sized) hosted images and re-links (using SS shortcode) them in content
  • Includes YouTube videos created in default WordPress as well as the fusion plugin
  • Option to set the imported blog post image widths
  • Options to remove (strip) all divs, spans, classes & styles from imported data
  • Auto-links to internal pages
  • Missing files / broken links reported in the CMS reports utility

Documentation

Suggested Modules