Title: Import Tweets as WP Posts
Author: enguerranws
Published: <strong>2015 年 11 月 13 日</strong>
Last modified: 2017 年 12 月 1 日

---

搜索插件

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

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/import-tweets-as-wp-posts/assets/icon-128x128.png?rev=1285684)

# Import Tweets as WP Posts

 作者：[enguerranws](https://profiles.wordpress.org/enguerranws/)

[下载](https://downloads.wordpress.org/plugin/import-tweets-as-wp-posts.1.3.zip)

 * [详情](https://cn.wordpress.org/plugins/import-tweets-as-wp-posts/#description)
 * [评价](https://cn.wordpress.org/plugins/import-tweets-as-wp-posts/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/import-tweets-as-wp-posts/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/import-tweets-as-wp-posts/#developers)

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

## 描述

_English_

**Import Tweets as WP Posts** is a simple plugin that allow you to search Tweets
from the admin panel (with keywords, username or hashtag) and add them to your posts(
you can choose a post type, a category).

It’s a simple way :
 • to **feed your WordPress website with real content in minutes**•
to **display curated content from Twitter** on your website • to **make a live tweet
event website** with moderated content

How does it work ?
 1. Type a request : keywords, username, hashtag 2. Fill some
parameters : taxonomy to feed, post type to feed, number of results to show 3. Some
template tags (%a%, %d%, etc.) are available to customize the content you add to
your WordPress website 4. Choose some tweets and add them to your website or reject
them

**Works on every themes** : it just feed an existing ressource (e.g. : Posts) with
selected Twitter content.

Available in French and English.

_Français_

**Import Tweets as WP Posts** est un plugin tout simple qui permet de **chercher
des tweets depuis l’administration** de WordPress et de **les ajouter à son site
rapidement**.

Quelques utilisations :
 • **alimenter un site en quelques minutes avec du vrai 
contenu** venant de Twitter • **afficher un contenu choisi sur son site** • ** assurer
un live tweet avec du contenu modéré **

Comment ça marche ?
 1. Tapez une requête : mots-clé, hashtag, nom d’utilisateur
2. Réglez quelques paramètres : taxonomie à remplir, post type à remplir, nombre
de tweets à afficher, etc… 3. Il est possible de customiser votre contenu ajouté
avec un petit système de template (%a%, %d%, etc.) 4. Une fois votre recherche effectuée,
choisissez des tweets, ajoutez-les à votre site ou rejetez ceux qui ne vous plaisent
pas.

**Ça fonctionne avec tous les thèmes** : le plugin ajoute les tweets choisies à 
un type de ressources existant (ex: Articles).

## 安装

This section describes how to install the plugin and get it working.

 1. Upload `/tweets-to-posts/` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set up your Twitter API key in the Settings page
 4. Search for Twitter content and add it as WordPress posts from the ‘Twitter to Posts’
    menu

## 常见问题

  How can I get a Twitter API key?

To use this plugin, you’ll need to create a Twitter API key. Dealing with Twitter
Developers Console can be a bit confusing. Here’s how to do that:
 1. Login to https://
apps.twitter.com/ using your Twitter account 2. Click on ‘Create new app’ 3. Set
up your Twitter app 4. On your new app dashboard, click on Keys and access tokens:
there you can find your Consumer Key and your Consumer Secret 5. On the bottom of
this page, click on Create My access token and token secret 6. Now that you have
your Consumer Key, your Consumer Secret, your Access Token and your Access Token
Secret copy them into the Import Tweets as WP Posts Settings page 7. It’s done, 
congrats 🙂

## 评价

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

### 󠀁[Just what I was looking for.](https://wordpress.org/support/topic/just-what-i-was-looking-for-364/)󠁿

 [tompullin](https://profiles.wordpress.org/tompullin/) 2018 年 6 月 12 日

This is just what I have been looking for for a very long time. I use twitter to
post photos and want my tweets to post on my WP site. Only one thing I’d like is
to see the words of my tweets used as a title for the posts. Merci!

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

### 󠀁[Simple and useful](https://wordpress.org/support/topic/simple-and-useful-111/)󠁿

 [enguerranws](https://profiles.wordpress.org/enguerranws/) 2016 年 9 月 3 日

As the developer of this plugin, I also had to use it in 2 live projects. Works 
well and can be customized to your needs.

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/)

## 贡献者及开发者

「Import Tweets as WP Posts」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ enguerranws ](https://profiles.wordpress.org/enguerranws/)

[帮助将「Import Tweets as WP Posts」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/import-tweets-as-wp-posts)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/import-tweets-as-wp-posts/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/import-tweets-as-wp-posts/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/import-tweets-as-wp-posts/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/import-tweets-as-wp-posts/)。

## 更新日志

#### 1.3

 * Switched to Composer, updated TwitterOAuth (https://github.com/abraham/twitteroauth)

#### 1.1

 * Fixed double plugin declaration
 * Switched file_get_contents to media_sideload_image

#### 1.0

 * Plugin init / upload to WordPress directory

## 额外信息

 *  版本 **1.3**
 *  最后更新：**9 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 3.0.1 或更高版本 **
 *  已测试的最高版本为 **4.8.28**
 *  语言
 * [English (US)](https://wordpress.org/plugins/import-tweets-as-wp-posts/)
 * 标签
 * [content](https://cn.wordpress.org/plugins/tags/content/)[enguerranws](https://cn.wordpress.org/plugins/tags/enguerranws/)
   [tweets](https://cn.wordpress.org/plugins/tags/tweets/)[twitter](https://cn.wordpress.org/plugins/tags/twitter/)
   [videos](https://cn.wordpress.org/plugins/tags/videos/)
 *  [高级视图](https://cn.wordpress.org/plugins/import-tweets-as-wp-posts/advanced/)

## 评级

 5 星（最高 5 星）。

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

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

[查看全部评论](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/)

## 贡献者

 *   [ enguerranws ](https://profiles.wordpress.org/enguerranws/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=enguerrandeep%40gmail%2ecom&lc=FR&item_name=Enguerran%20Weiss&item_number=wp%2dplugin%2dtweets%2dto%2dposts&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)