Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d like to be able to do this as well. Any advice?

    Plugin Author Chandan Kumar

    (@chandanonline4u)

    You can customize it for yourself. To set the post format
    write the following code:
    set_post_format($insert_id, 'standard' );

    just after the code:
    $insert_id = wp_insert_post($data);

    I hope this will help you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import Tweets as a post and assigning it a format automatically’ is closed to new replies.