• Anonymous User 6087458

    (@anonymized-6087458)


    After an hour of hacking around I’ve got images working again on the plugin.

    Until the plugin is updated (maybe never it seems) although not ideal you need to edit the plugin directly.

    Edit import-tweets-as-posts.php and make the following changes

    1) Find $tweet_api_url where it is declared and add a new line below with .=”&tweet_mode=extended”;

    This variable is actually declared twice in the code within the same if/else statement. So you probably want to add this new line twice below each declaration.

    2) Find the line: $tweet_text = $tweet->text;

    Change it to: $tweet_text = $tweet->full_text;

    ANd thats it, it *SHOULD* now work again importing images, it did for me ??

    • This topic was modified 6 years, 8 months ago by Anonymous User 6087458.
    • This topic was modified 6 years, 8 months ago by Anonymous User 6087458. Reason: clarity improvement
  • The topic ‘FIX for getting image import working again!’ is closed to new replies.