Title: Import Tweets as WP Posts
Author: enguerranws
Published: <strong>13. november, 2015</strong>
Last modified: 1. desember, 2017

---

Søk i utvidelser

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

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

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

# Import Tweets as WP Posts

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

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

 * [Detaljer](https://nb.wordpress.org/plugins/import-tweets-as-wp-posts/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/import-tweets-as-wp-posts/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/import-tweets-as-wp-posts/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/import-tweets-as-wp-posts/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/)

## Beskrivelse

_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).

## Installasjon

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

## Ofte stilte spørsmål

  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 🙂

## Vurderinger

![](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/) 12. juni, 2018

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/) 3. september, 2016

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.

 [ Les alle 2 vurderinger ](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/)

## Bidragsytere og utviklere

«Import Tweets as WP Posts» er programvare med åpen kildekode. Følgende personer
har bidratt til denne utvidelsen:

Bidragsytere

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

[Oversett «Import Tweets as WP Posts» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/import-tweets-as-wp-posts)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/import-tweets-as-wp-posts/),
sjekk ut [SVN-repositoriet](https://plugins.svn.wordpress.org/import-tweets-as-wp-posts/),
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/import-tweets-as-wp-posts/)
med [RSS](https://plugins.trac.wordpress.org/log/import-tweets-as-wp-posts/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 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

## Meta

 *  Versjon **1.3**
 *  Sist oppdatert **9 år siden**
 *  Aktive installasjoner **20+**
 *  WordPress-versjon ** 3.0.1 eller nyere **
 *  Testet opp til **4.8.28**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/import-tweets-as-wp-posts/)
 * Stikkord
 * [content](https://nb.wordpress.org/plugins/tags/content/)[enguerranws](https://nb.wordpress.org/plugins/tags/enguerranws/)
   [tweets](https://nb.wordpress.org/plugins/tags/tweets/)[twitter](https://nb.wordpress.org/plugins/tags/twitter/)
   [videos](https://nb.wordpress.org/plugins/tags/videos/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/import-tweets-as-wp-posts/advanced/)

## Vurderinger

 5 av 5 stjerner.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/?filter=2)
 *  [  0 1-star reviews     ](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)

[Se alle omtalene](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/reviews/)

## Bidragsytere

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

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/import-tweets-as-wp-posts/)

## Donér

Vil du støtte videreutviklingen av denne utvidelsen?

 [ Doner til denne utvidelsen ](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)