{"id":33034,"date":"2014-11-24T15:43:27","date_gmt":"2014-11-24T15:43:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/simple-share\/"},"modified":"2015-04-27T02:03:05","modified_gmt":"2015-04-27T02:03:05","slug":"simple-share","status":"publish","type":"plugin","link":"https:\/\/scn.wordpress.org\/plugins\/simple-share\/","author":175046,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"trunk","tested":"4.2.39","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"Simple Share","header_author":"Takayuki Miyauchi","header_description":"","assets_banners_color":"1b95bb","last_updated":"2015-04-27 02:03:05","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/github.com\/miya0001\/simple-share","header_author_uri":"http:\/\/firegoby.jp\/","rating":4.8,"author_block_rating":0,"active_installs":10,"downloads":5521,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":"3"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1048193","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1048193","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0","0.2.0","0.3.0","0.3.1","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.7.3","0.8.0","0.8.1","0.9.0","1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1048193","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1048193","resolution":"2","location":"assets"}},"screenshots":{"1":"Share buttons for PC.","2":"Share buttons for Mobile."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[157,2795,138,174,159],"plugin_category":[56],"plugin_contributors":[78180,84042,78380],"plugin_business_model":[],"class_list":["post-33034","plugin","type-plugin","status-publish","hentry","plugin_tags-facebook","plugin_tags-hatena","plugin_tags-share","plugin_tags-social","plugin_tags-twitter","plugin_category-social-and-sharing","plugin_contributors-hissy","plugin_contributors-mayukojpn","plugin_contributors-miyauchi","plugin_committers-miyauchi"],"banners":{"banner":"https:\/\/ps.w.org\/simple-share\/assets\/banner-772x250.png?rev=1048193","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simple-share\/assets\/icon-128x128.png?rev=1048193","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-share\/assets\/screenshot-1.png?rev=1048193","caption":"Share buttons for PC."},{"src":"https:\/\/ps.w.org\/simple-share\/assets\/screenshot-2.png?rev=1048193","caption":"Share buttons for Mobile."}],"raw_content":"<!--section=description-->\n<p>You can place share buttons just by activating this plugin.<\/p>\n\n<ul>\n<li>There is no admin panel.<\/li>\n<li>You can place twitter, facebook, google, and hatena(ja only) buttons.<\/li>\n<li>They will be hidden at mobile screen (under 480px).<\/li>\n<\/ul>\n\n<h4>Filter hook<\/h4>\n\n<ul>\n<li>simple_share_the_content - Filter the content.<\/li>\n<li>simple_share_get_share_buttons - Filter the share buttons.<\/li>\n<li>simple_share_mobile_footer - Filter the footer buttons on mobile.<\/li>\n<li>simple_share_style - Filter the css.<\/li>\n<\/ul>\n\n<h4>Placing share buttons in the footer.<\/h4>\n\n<pre><code>add_filter( 'simple_share_the_content', function( $content, $share, $orig ){\n    return $share. $orig . $share;\n}, 10, 3 );\n<\/code><\/pre>\n\n<h4>Other Notes<\/h4>\n\n<p>If you would have conflicts with other plugins you can stop JavaScripts in the footer like below.<\/p>\n\n<ul>\n<li><code>remove_action( 'simple_share_footer', array( $simple_share, 'facebook_script' ) );<\/code> - Stop facebook scripts.<\/li>\n<li><code>remove_action( 'simple_share_footer', array( $simple_share, 'google_script' ) );<\/code> - Stop Google scripts.<\/li>\n<\/ul>\n\n<h4>Contribution<\/h4>\n\n<ul>\n<li><a href=\"https:\/\/github.com\/miya0001\/simple-share\">https:\/\/github.com\/miya0001\/simple-share<\/a><\/li>\n<li><a href=\"https:\/\/travis-ci.org\/miya0001\/simple-share\/\">https:\/\/travis-ci.org\/miya0001\/simple-share\/<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>simple-share.zip<\/code> from the admin panel.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Tested up to WordPress 4.2.<\/li>\n<\/ul>\n\n<h4>0.8.0<\/h4>\n\n<ul>\n<li>Fix always fire scripts in the footer.<\/li>\n<li>https:\/\/github.com\/miya0001\/simple-share\/compare\/0.7.0...0.8.0<\/li>\n<\/ul>\n\n<h4>0.7.0<\/h4>\n\n<ul>\n<li>Add some filters.<\/li>\n<li>https:\/\/github.com\/miya0001\/simple-share\/compare\/0.6.0...0.7.0<\/li>\n<\/ul>\n\n<h4>0.6.0<\/h4>\n\n<ul>\n<li>Update facebook javascript sdk.<\/li>\n<li>Fix conflict with other plugins.<\/li>\n<\/ul>\n\n<h4>0.4.0<\/h4>\n\n<ul>\n<li>Fixed typo.<\/li>\n<li>Add target arg to facebook link.<\/li>\n<\/ul>\n\n<h4>0.3.0<\/h4>\n\n<ul>\n<li>Add mobile support.<\/li>\n<\/ul>\n\n<h4>0.2.0<\/h4>\n\n<ul>\n<li>Fix CSS<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"You can place share buttons just by activating this plugin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/33034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=33034"}],"author":[{"embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/miyauchi"}],"wp:attachment":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=33034"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=33034"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=33034"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=33034"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=33034"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=33034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}