이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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 🙂

후기

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!
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 평가 읽기

기여자 & 개발자

“Import Tweets as WP Posts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Import Tweets as WP Posts”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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