General

How upload a WP post with featured image

Using the original SCM WP poster, you can upload an article with an image however the post didn’t set the featured image.

The featured image ie the post thumbnail is the image that displays next to post listings in ost WP themes.

The only way to enable featured images was to use a myriad of plugins to try and coerce any post image to be set as the post thumbnail.

Now, plugins are no longer needed as SCM can set featured images for you.

There are some requirements…

1. Only images with data url

Each post with a featured image must have a image data url somewhere in the post html.

An image data url is an embedded image inside an <img> tag.

It looks like this:

<img src="data:image/gif;base64,R0lGODlhE...

The src of the image is a data:image and not a link.

2. Use ‘Assign featured images’ in the WP post uploader

The WP poster now has a setting to ‘Assign featured image’

WP post

You need to check this before SCM will assign featured images.

3. WP post JSON API only

You must use JSON API posting (xml rpc not supported).

Make sure that ‘Use WordPress XML RPC first’ is set to 0 in settings.

WP post

How to create an article & WP post it with featured image

Create an article creator task and enable insert images.

WP post

Under image settings > Image insert type must be ‘Data url

WP post

If you don’t enable data url then featured images won’t work.

Run your task…

Create an Upload WP Post task

image 11

Enable assign featured images

WP post

Check featured image column to verify post is featured image ready!

WP post

SCM will use the first image it finds. If it can’t find anything it will be marked with a X.

If you didn’t enable the featured image posting, then a – is shown.

WP post

Run the post task and check the task log to see if there are any errors.

If succesful:

image 7

If error:

image 8

Post in site with featured image.

WP post

Check the media library to see featured image as well.

WP post