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

Discuss on Twitter

설명

Enable commenting on your posts via Twitter.

Posts will get a “Discuss on Twitter” button, which will prompt visitors to reply to the original tweet about the post, as well as a “View Discussions” button which will link to existing tweets about the post.

Each new post will be auto-tweeted (requires the WP to Twitter plugin and a Twitter Developer account).

스크린샷

  • Discuss on Twitter button, including Twitter reply pop-up
  • Basic settings for WP to Twitter, ensuring that “Update when Posts are published” is checked
  • Individual post settings for WP to Twitter, showing the option to “Tweet” or “Don’t Tweet” when a single post is published

설치

Simple Installation

The simplest way to start is to install and activate this plugin, which will enable a “View Discussions on Twitter” button as a template tag.

Include the following template code where you would like the “View Discussions on Twitter” button to appear (single.php or similar):

<?php if (function_exists('discuss_on_twitter_button')) { discuss_on_twitter_button(); } ?>

Inserting this button tag will link to a Twitter search looking for the URL of your post.

Note: the Simple installation does not enable auto-tweeting of new posts, or the prompting of direct replies to a tweet about the post. But it is the easiest way to get started.

Advanced Installation

The advanced installation enables auto-tweeting of new posts from your account and direct connection between the “Discuss on Twitter” button and the tweet about the post.

The advanced installation builds upon the awesome WP to Twitter plugin by Joseph C. Dolson.

After completing the steps for Simple Installation, above, do the following:

  1. Install and activate the WP to Twitter plugin.

  2. Set up your Twitter Developer account and create a new app for your site. This may require waiting for approval from Twitter if you are setting up your developer account for the first time.

  3. In the WP to Twitter settings under “Twitter Connection” configure your API keys and secrets, as per the WP to Twitter documentation.

In the WP to Twitter settings under “Basic Settings”, ensure that “Update when Posts are published” is checked. This will ensure that a new tweet is posted to your timeline when you publish a post. (see screenshots)

In the WordPress create/edit post screen, you’ll notice a new sidebar menu called “WP to Twitter”. This includes an option to “Tweet” or “Don’t Tweet” when a new post is published. (see screenshots)

For new posts, where tweets are created upon publishing, the “Discuss on Twitter” button will tee-up a reply to the original tweet and the “View Discussions” button will link to the tweet and its replies.

For older posts which do not have a tweet associated with them, the “Discuss on Twitter” button will @mention your account, including the link to the post, and the “View Discussions” button will link to a search for mentions of your post by URL.

후기

모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Discuss on Twitter”(을)를 번역하세요.

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

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

변경이력

0.1

  • Initial release

0.2

  • Refine behavior of buttons and tighten styles. More clearly separate ‘basic installation’ from ‘advanced installation’.

0.3

  • Refine behavior of “discuss” button to go directly to tweet rather than to search, if there is a canonical tweet.