{"id":32657,"date":"2014-11-04T01:53:54","date_gmt":"2014-11-04T01:53:54","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/bsocial-comments\/"},"modified":"2014-11-04T01:53:54","modified_gmt":"2014-11-04T01:53:54","slug":"bsocial-comments","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/bsocial-comments\/","author":72725,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"trunk","tested":"4.0.38","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"bSocial Blogging Comment Tools","header_author":"Casey Bisson, Jamie Poitra","header_description":"","assets_banners_color":"","last_updated":"2014-11-04 01:53:54","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/misterbisson\/bsocial-comments","header_author_uri":"http:\/\/maisonbisson.com\/blog\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1158,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"bSocial includes the JS SDKs you need to add social buttons for Twitter and Facebook, as seen on <a href=\"http:\/\/musictotakeyourclothesoffto.com\/blog\/lets-get-it-on\/\">Tease.FM<\/a>.","2":"Easily add many Facebook widgets.","3":"Incorporate conversations in Twitter and Facebook into your WordPress-native comment stream.","4":"The <a href=\"http:\/\/developers.facebook.com\/tools\/debug\/og\/object?q=http%3A%2F%2Fgigaom.com%2Feurope%2Fstudents-force-facebook-to-cough-up-more-user-data%2F\">Open Graph metadata<\/a> improves sharing and discoverability of your site."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[14397,11427,107,14395,3736],"plugin_category":[44],"plugin_contributors":[77673,129959,85748,83539],"plugin_business_model":[],"class_list":["post-32657","plugin","type-plugin","status-publish","hentry","plugin_tags-bsocial","plugin_tags-bsuite","plugin_tags-comments","plugin_tags-featured-comments","plugin_tags-flags","plugin_category-discussion-and-community","plugin_contributors-borkweb","plugin_contributors-camwyn","plugin_contributors-methnen","plugin_contributors-misterbisson","plugin_committers-misterbisson"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/bsocial-comments.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<ol>\n<li>This section needs development.<\/li>\n<li>Adds featured comments selected by editors<\/li>\n<li>Adds ability for users to flag comments<\/li>\n<li>Adds ability for users to fave comments<\/li>\n<li>Adds support for registering new comment types and statuses, similar to WP core's <code>register_post_type()<\/code>, see the section on registering custom comment types<\/li>\n<\/ol>\n\n<h4>History<\/h4>\n\n<p>Featured comments were originally introduced in bSocial (<a href=\"https:\/\/wordpress.org\/plugins\/bsocial\/\">plugin repo<\/a>, <a href=\"https:\/\/github.com\/misterbisson\/bsocial\">github<\/a>), but have moved here. New bSocial commenting features will be developed in this plugin.<\/p>\n\n<h4>In the WordPress.org plugin repo<\/h4>\n\n<p>Eventually here: https:\/\/wordpress.org\/plugins\/bsocial-comments\/<\/p>\n\n<h4>Fork me!<\/h4>\n\n<p>This plugin is on Github: https:\/\/github.com\/misterbisson\/bsocial-comments<\/p>\n\n<h4>Build status<\/h4>\n\n<p><a href=\"https:\/\/travis-ci.org\/misterbisson\/bsocial-comments\">Master build status at Travis-CI<\/a>: <a href=\"https:\/\/travis-ci.org\/misterbisson\/bsocial-comments\"><\/a><\/p>\n\n<h3>Registering custom comment types<\/h3>\n\n<p>Custom comment types<\/p>\n\n<pre><code>`php\n<\/code><\/pre>\n\n<p>$args = array(\n    'labels' =&gt; array(\n        'name'          =&gt; 'Faves',\n        'singular_name' =&gt; 'Fave',\n        'edit_item'     =&gt; 'Edit Fave',\n        'update_item'   =&gt; 'Update Fave',\n        'view_item'     =&gt; 'View Fave',\n        'all_items'     =&gt; 'All Faves',\n    ),\n    'description'   =&gt; 'Comment faves',\n    'public'        =&gt; TRUE,\n    'show_ui'       =&gt; TRUE,\n    'admin_actions' =&gt; array( 'trash', 'untrash', 'delete' ),\n    'statuses'      =&gt; array(\n        'feedback',\n        'trash',\n    ),\n);<\/p>\n\n<p>bsocial_comments()-&gt;register()-&gt;comment_type( 'fave', $args );\n    `<\/p>\n\n<p>Custom comment statuses<\/p>\n\n<pre><code>`php\n<\/code><\/pre>\n\n<p>$args = array(\n    'label'             =&gt; 'Feedback',\n    'label_count'       =&gt; _n_noop( 'Feedback (%s)', 'Feedback (%s)' ),\n    'status_links_show' =&gt; TRUE,\n    'include_in_all'    =&gt; FALSE,\n);<\/p>\n\n<p>bsocial_comments()-&gt;register()-&gt;comment_status( 'feedback', $args );\n    `<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Place the plugin folder in your <code>wp-content\/plugins\/<\/code> directory and activate it.<\/li>\n<li>Use the default options, or filter <code>go_config<\/code> to return the options you want (when the second arg = <code>bsocial-comments<\/code>).<\/li>\n<li>Have fun, feature some comments!<\/li>\n<\/ol>","raw_excerpt":"Featured, faved, and flaged comments.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/32657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=32657"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/misterbisson"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=32657"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=32657"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=32657"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=32657"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=32657"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=32657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}