Viewing 3 replies - 1 through 3 (of 3 total)
  • If the publish hook is not called the plugin will not work

    Thread Starter kiwiot

    (@kiwiot)

    Found a very simple fix for this.

    Added

    add_action(‘xmlrpc_publish_post’, ‘apt_publish_post’);

    to my functions.php

    Now any posts sent this way will automatically create a thumbnail as well

    Thank you so much for sharing the solution, kiwiot!

    Maybe an added tip for anyone struggling with sharing images from Flickr to WordPress: when you’re on a photo page, on the bottom left there is either an Optin to the new experience or an Opt-out and Feedback button.

    Sharing to WordPress is known to NOT work when the new photo experience is active. Until they fix that, opt out of the new experience and the share to WordPress feature should work again.

    After that, you can use kiwiot’s fix combined with this plugin to have thumbnails automatically generated for Flickr images that you post to WordPress from Flickr.com.

    The size of your thumbnails in WordPress can be defined under Dashboard > Settings > Media.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail Not Generated from Flickr Post’ is closed to new replies.