Title: Import Tweets as Posts
Author: Chandan Kumar
Published: <strong>February 27, 2014</strong>
Last modified: November 25, 2015

---

Search plugins

![](https://ps.w.org/import-tweets-as-posts/assets/banner-772x250.png?rev=865984)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/import-tweets-as-posts_cedae3.svg)

# Import Tweets as Posts

 By [Chandan Kumar](https://profiles.wordpress.org/chandanonline4u/)

[Download](https://downloads.wordpress.org/plugin/import-tweets-as-posts.zip)

 * [Details](https://pirate.wordpress.org/plugins/import-tweets-as-posts/#description)
 * [Reviews](https://pirate.wordpress.org/plugins/import-tweets-as-posts/#reviews)
 *  [Installation](https://pirate.wordpress.org/plugins/import-tweets-as-posts/#installation)
 * [Development](https://pirate.wordpress.org/plugins/import-tweets-as-posts/#developers)

 [Support](https://wordpress.org/support/plugin/import-tweets-as-posts/)

## Description

“Import Tweets as Posts” plugin allows to easily import tweets from user’s timeline
or search query. It has also flexibility to import tweets as custom post type “tweet”.
Other settings that user can specify are tweet import interval time, number of tweets
to import, Category, Text before tweet post title. There is also options to exclude
retweets and replies from user’s twitter timeline.

Released under the terms of the GNU GPL, version 2.
 http://www.fsf.org/licensing/
licenses/gpl.html

NO WARRANTY.
 Copyright (c) 2015 Chandan Kumar

## Installation

 1. Extract the import-tweets-as-posts/ folder file to /wp-content/plugins/
 2. Activate the plugin at your blog’s Admin -> Plugins screen
 3. Go to Plugin Settings from “settings -> Import Tweets as Posts”
 4. Enter Twitter OAuth Keys (consumer key, consumer secret, access token, access token
    secret) in plugin settings fields (See FAQs or Post [How to Create Twitter Application and Generate OAuth Authentication Keys](http://www.chandankumar.in/how-to-create-twitter-application-and-generate-oauth-authentication-keys/))
 5. Also make the following fields settings as per your requirements:

 * Import Tweets From: ‘User Timeline’ or ‘Search Query’.
 * Enter ‘Twitter Id’ or ‘Search String’ as per above selection.
 * if importing tweets from search query, Set ‘Twitter Search Result Type’.
 * No. of Tweets to Import
 * Tweets Imports Time Interval (e.g. Enter “1” for 1 minute interval)
 * Tweets Post Title Prefix:
    1. Add custom text before tweet post title e.g. “Tweet: “
 * Set Tweets Post Title Characters Limit (e.g. 40).
 * Set Tweet Post type as “post” or “tweet”.
 * Set Post Category, if post type is “post”.
 * Set Twitter Posts Default Status
 * Import Retweets
 * Exclude Replies
 * Set Twitter posts publish date as per WordPress timezone

Note: All fields are required to work this plugin more efficiently.

## FAQ

  How do I get Twitter OAuth keys?

To create your Twitter OAuth API Keys for the first time, just go through the steps:

 1. Go to https://dev.twitter.com/apps/new and log in, if necessary
 2. Supply the necessary required fields, accept the TOS, and solve the CAPTCHA.
 3. Submit the form
 4. Copy the consumer key and consumer secret from the screen into your application
 5. Ensure that your application is configured correctly with the permission level 
    you need (read-only, read-write, read-write-with-direct messages).
 6. On the application’s detail page, invoke the “Your access token” feature to automatically
    negotiate the access token at the permission level you need.
 7. Copy the indicated access token and access token secret from the screen into your
    application. Be sure and configure your application as needed before attempting
    the “your access token” step.

  Can I schedule twitter feed check/import interval time?

Yes, you can specify the schedule time in field called “Tweets Imports Time Interval”
under plugin’s settings.

  Send your queries

http://chandankumar.in

## Reviews

![](https://secure.gravatar.com/avatar/231b126d6f090ffe2a65755d763aca7a8af4800584c78a11ee2002612c2f0d1b?
s=60&d=retro&r=g)

### 󠀁[My go to plugin.](https://wordpress.org/support/topic/my-go-to-plugin-9/)󠁿

 [daveywebshed](https://profiles.wordpress.org/daveywebshed/) April 20, 2018

Like ArKid said, this is the best tweet importer! But, it would be nice if it was
maintained as there are a couple of community bug fixes. Cheers for an awesome plugin,
Davey

![](https://secure.gravatar.com/avatar/45b3910ddb61746d1fe2f11e94573e74a7ef11e2ab916756827f0a753f4dd3b6?
s=60&d=retro&r=g)

### 󠀁[STILL the best tweet importer! See description for fixing image import bug.](https://wordpress.org/support/topic/the-best-tweet-importer-for-wp-see-description-for-fixing-image-import-bug/)󠁿

 [Anonymous User 6087458](https://profiles.wordpress.org/anonymized-6087458/) March
9, 2018 2 replies

For a year and a half or so images have failed to import with the plugin due to 
changes in the twitter api. See a thread in the support forum by myself if you want
to see how to fix this. With or without the image bug, after reviewing pretty much
all the other options out there I still find this plugin the simplest, most light
weight and best way to import tweets. It gives you a lot of options in its settings
page. It also saves the tweets to the posts table in a standard way that makes it
very easy to retrieve them and present as you need within your own templates.

 [ Read all 8 reviews ](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/)

## Contributors & Developers

“Import Tweets as Posts” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Chandan Kumar ](https://profiles.wordpress.org/chandanonline4u/)
 *   [ chandan kumar ](https://profiles.wordpress.org/chandan-kumar/)

[Translate “Import Tweets as Posts” into your language.](https://translate.wordpress.org/projects/wp-plugins/import-tweets-as-posts)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/import-tweets-as-posts/),
check out the [SVN repository](https://plugins.svn.wordpress.org/import-tweets-as-posts/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/import-tweets-as-posts/)
by [RSS](https://plugins.trac.wordpress.org/log/import-tweets-as-posts/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.0

 * Added option to exclude retweets from search query.
 * Fixed the wrong tweet id issue.

#### 2.5

 * Added a meta key ‘_tweet_url’ to save tweet’s original url.
 * Added a option in settings to set tweet post comment status.

#### 2.4

 * Fixed RT user incorrect hyperlink.
 * Added a option in settings to display RT user name just before @screen_name.

#### 2.3

 * Added option of characters limit in tweet post title.

#### 2.2

 * Fixes the long retweets which get truncated.

#### 2.1

 * Fixes the tweets importing issue.

#### 2.0

 * Added option to import tweets as custom post type “tweet”.
 * Set custom text before Tweets Post Title.

#### 1.5

 * Added option to set tweet publish date as per WordPress timezone.
 * Hyperlinked the mentioned user under Tweets.
 * Fixed Issue: Each tweet was creating an empty WordPress media object in the media
   library.
 * Fixed Issue: Twitter’s t.co links were not being converted to hyperlinks just
   because of https.

#### 1.4

 * Now user can exclude replies from tweets.
 * Added search query option to import tweets. Now user have two options to import
   tweets either through search query or user timeline.

#### 1.3

 * Hyperlinked the hash tags.
 * Additional Fix: Tweet will not be imported again, if it is there in posts with
   any of these post status:
    ‘publish’, ‘pending’, ‘draft’, ‘auto-draft’, ‘future’,‘
   private’, ‘inherit’

#### 1.2

 * New version will set imported tweet’s image as featured image in post.
 * It also allows you to set tweet text as post title.

#### 1.1

 * Bug has been fixed for re-tweets import option

## Meta

 *  Version **3.0**
 *  Last updated **10 years ago**
 *  Active installations **100+**
 *  WordPress version ** 2.8.6 or higher **
 *  Tested up to **4.3.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/import-tweets-as-posts/)
 * Tags
 * [posts](https://pirate.wordpress.org/plugins/tags/posts/)[twitter feeds](https://pirate.wordpress.org/plugins/tags/twitter-feeds/)
 *  [Advanced View](https://pirate.wordpress.org/plugins/import-tweets-as-posts/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/import-tweets-as-posts/reviews/)

## Contributors

 *   [ Chandan Kumar ](https://profiles.wordpress.org/chandanonline4u/)
 *   [ chandan kumar ](https://profiles.wordpress.org/chandan-kumar/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/import-tweets-as-posts/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://chandankumar.in)