{"id":115211,"date":"2019-12-28T17:41:38","date_gmt":"2019-12-28T17:41:38","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/discuss-on-twitter\/"},"modified":"2021-04-30T08:09:14","modified_gmt":"2021-04-30T08:09:14","slug":"discuss-on-twitter","status":"publish","type":"plugin","link":"https:\/\/test.wordpress.org\/plugins\/discuss-on-twitter\/","author":5865849,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.3","stable_tag":"0.3","tested":"5.3.21","requires":"4.4","requires_php":"5.3","requires_plugins":"","header_name":"Discuss on Twitter","header_author":"Nick Grossman","header_description":"Use Twitter as the commenting system for your blog","assets_banners_color":"feeaab","last_updated":"2021-04-30 08:09:14","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/nickgrossman.xyz","rating":5,"author_block_rating":0,"active_installs":20,"downloads":1712,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"0.1":{"tag":"0.1","author":"nickgrossman","date":"2021-04-30 08:09:14"},"0.2":{"tag":"0.2","author":"nickgrossman","date":"2021-04-30 08:09:14"},"0.3":{"tag":"0.3","author":"nickgrossman","date":"2021-04-30 08:09:14"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2219025,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":2219025,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2222176,"resolution":"1","location":"assets","locale":"","width":793,"height":620},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2219274,"resolution":"2","location":"assets","locale":"","width":443,"height":461},"screenshot-3.png":{"filename":"screenshot-3.png","revision":2219274,"resolution":"3","location":"assets","locale":"","width":279,"height":459}},"screenshots":{"1":"Discuss on Twitter button, including Twitter reply pop-up","2":"Basic settings for WP to Twitter, ensuring that \"Update when Posts are published\" is checked","3":"Individual post settings for WP to Twitter, showing the option to \"Tweet\" or \"Don't Tweet\" when a single post is published"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[107,159],"plugin_category":[44,56],"plugin_contributors":[180194],"plugin_business_model":[],"class_list":["post-115211","plugin","type-plugin","status-publish","hentry","plugin_tags-comments","plugin_tags-twitter","plugin_category-discussion-and-community","plugin_category-social-and-sharing","plugin_contributors-nickgrossman","plugin_committers-nickgrossman"],"banners":{"banner":"https:\/\/ps.w.org\/discuss-on-twitter\/assets\/banner-772x250.png?rev=2219025","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/discuss-on-twitter\/assets\/icon-128x128.png?rev=2219025","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/discuss-on-twitter\/assets\/screenshot-1.png?rev=2222176","caption":"Discuss on Twitter button, including Twitter reply pop-up"},{"src":"https:\/\/ps.w.org\/discuss-on-twitter\/assets\/screenshot-2.png?rev=2219274","caption":"Basic settings for WP to Twitter, ensuring that \"Update when Posts are published\" is checked"},{"src":"https:\/\/ps.w.org\/discuss-on-twitter\/assets\/screenshot-3.png?rev=2219274","caption":"Individual post settings for WP to Twitter, showing the option to \"Tweet\" or \"Don't Tweet\" when a single post is published"}],"raw_content":"<!--section=description-->\n<p>Enable commenting on your posts via Twitter.<\/p>\n\n<p>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.<\/p>\n\n<p>Each new post will be auto-tweeted (requires the <a href=\"https:\/\/wordpress.org\/plugins\/wp-to-twitter\/\">WP to Twitter<\/a> plugin and a <a href=\"https:\/\/developer.twitter.com\/\">Twitter Developer account<\/a>).<\/p>\n\n<!--section=installation-->\n<h4>Simple Installation<\/h4>\n\n<p>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.<\/p>\n\n<p>Include the following template code where you would like the \"View Discussions on Twitter\" button to appear (single.php or similar):<\/p>\n\n<pre><code>&lt;?php if (function_exists('discuss_on_twitter_button')) { discuss_on_twitter_button(); } ?&gt;\n<\/code><\/pre>\n\n<p>Inserting this button tag will link to a Twitter search looking for the URL of your post.<\/p>\n\n<p>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.<\/p>\n\n<h4>Advanced Installation<\/h4>\n\n<p>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.<\/p>\n\n<p>The advanced installation builds upon the awesome <a href=\"https:\/\/wordpress.org\/plugins\/wp-to-twitter\/\">WP to Twitter<\/a> plugin by <a href=\"http:\/\/www.joedolson.com\/\">Joseph C. Dolson<\/a>.<\/p>\n\n<p>After completing the steps for Simple Installation, above, do the following:<\/p>\n\n<ol>\n<li><p>Install and activate the <a href=\"https:\/\/wordpress.org\/plugins\/wp-to-twitter\/\">WP to Twitter<\/a> plugin.<\/p><\/li>\n<li><p>Set up your <a href=\"https:\/\/developer.twitter.com\/\">Twitter Developer account<\/a> 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.<\/p><\/li>\n<li><p>In the WP to Twitter settings under \"Twitter Connection\" configure your API keys and secrets, as per the WP to Twitter documentation.<\/p><\/li>\n<\/ol>\n\n<p>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)<\/p>\n\n<p>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)<\/p>\n\n<p>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.<\/p>\n\n<p>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.<\/p>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Refine behavior of buttons and tighten styles. More clearly separate 'basic installation' from 'advanced installation'.<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Refine behavior of \"discuss\" button to go directly to tweet rather than to search, if there is a canonical tweet.<\/li>\n<\/ul>","raw_excerpt":"Use Twitter as a commenting system.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/115211","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=115211"}],"author":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/nickgrossman"}],"wp:attachment":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=115211"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=115211"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=115211"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=115211"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=115211"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=115211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}