{"id":140390,"date":"2021-05-11T11:14:17","date_gmt":"2021-05-11T11:14:17","guid":{"rendered":"https:\/\/en-gb.wordpress.org\/plugins\/basic-social-share-buttons\/"},"modified":"2023-09-17T07:38:44","modified_gmt":"2023-09-17T07:38:44","slug":"basic-social-share-buttons","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/basic-social-share-buttons\/","author":18706183,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.3","tested":"6.3.8","requires":"","requires_php":"7.0","requires_plugins":null,"header_name":"Basic Social Share Buttons","header_author":"Basic by Design","header_description":"Adds social share buttons to your post without any javascript tracking libraries","assets_banners_color":"c8c8c8","last_updated":"2023-09-17 07:38:44","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/basicby.design\/basic-social-share-buttons","header_author_uri":"https:\/\/basicby.design","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2495,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"basicbydesign","date":"2021-05-11 11:15:21"},"1.0.1":{"tag":"1.0.1","author":"basicbydesign","date":"2022-03-08 18:44:27"},"1.0.2":{"tag":"1.0.2","author":"basicbydesign","date":"2022-03-08 18:53:30"},"1.0.3":{"tag":"1.0.3","author":"basicbydesign","date":"2023-09-17 07:38:44"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2691005,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2691005,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2691005,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2691005,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2690997,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2690997,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":2690997,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":2690997,"resolution":"4","location":"assets","locale":""},"screenshot-5.png":{"filename":"screenshot-5.png","revision":2690997,"resolution":"5","location":"assets","locale":""}},"screenshots":{"1":"Admin settings (Large buttons)","2":"Admin settings (Medium buttons)","3":"Admin settings (Small buttons)","4":"Admin settings (CSS dumped to be included in your main stylesheet)","5":"Buttons on page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3091,3093,3094,36022],"plugin_category":[],"plugin_contributors":[199346],"plugin_business_model":[],"class_list":["post-140390","plugin","type-plugin","status-publish","hentry","plugin_tags-share-buttons","plugin_tags-social-buttons","plugin_tags-social-share-buttons","plugin_tags-social-shares","plugin_contributors-basicbydesign","plugin_committers-basicbydesign"],"banners":{"banner":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/banner-772x250.png?rev=2691005","banner_2x":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/banner-1544x500.png?rev=2691005","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/icon-128x128.png?rev=2691005","icon_2x":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/icon-256x256.png?rev=2691005","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/screenshot-1.png?rev=2690997","caption":"Admin settings (Large buttons)"},{"src":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/screenshot-2.png?rev=2690997","caption":"Admin settings (Medium buttons)"},{"src":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/screenshot-3.png?rev=2690997","caption":"Admin settings (Small buttons)"},{"src":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/screenshot-4.png?rev=2690997","caption":"Admin settings (CSS dumped to be included in your main stylesheet)"},{"src":"https:\/\/ps.w.org\/basic-social-share-buttons\/assets\/screenshot-5.png?rev=2690997","caption":"Buttons on page"}],"raw_content":"<!--section=description-->\n<p>Basic Social Share Buttons allows your users to share posts to social networks without loading any javascript.<\/p>\n\n<h3>Configuration<\/h3>\n\n<p>Admin options are in the Wordpress admin under Reading.<\/p>\n\n<p>You can choose between three button sizes:\n* Small - Icon only\n* Medium - Icon + site name\n* Large - Icon + \"Share on \" + site name<\/p>\n\n<p>You can choose to include the css (via wp_enqueue) or you can disable the enqueue and the css rules will be shown in admin for you to insert in your main stylesheet (for one less http request).<\/p>\n\n<h3>Usage<\/h3>\n\n<p>Use the short <code>[basic-share-buttons]<\/code> in your post content.<\/p>\n\n<p>or in a php template its <code>&lt;?php echo do_shortcode('[basic-share-buttons]'); ?&gt;<\/code><\/p>\n\n<p>The title and URL are taken from Wordpress's <code>the_title()<\/code> and <code>the_permalink()<\/code> functions.<\/p>\n\n<p>You can override both as parameters to the shortcode.\n    [basic-share-buttons title='Your custom page title' url='http:\/\/customurl.com\/page']<\/p>\n\n<h3>Copyright<\/h3>\n\n<p>This plugin includes code from:\n* SortableJS <a href=\"https:\/\/github.com\/SortableJS\/Sortable\">https:\/\/github.com\/SortableJS\/Sortable<\/a> - <a href=\"https:\/\/github.com\/SortableJS\/Sortable\/blob\/master\/LICENSE\">MIT License<\/a>\n* Sharing Buttons io <a href=\"https:\/\/github.com\/mxstbr\/sharingbuttons.io\">https:\/\/github.com\/mxstbr\/sharingbuttons.io<\/a> - <a href=\"https:\/\/github.com\/mxstbr\/sharingbuttons.io\/blob\/master\/LICENSE.md\">MIT License<\/a><\/p>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Shortcode added to admin page<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial launch<\/li>\n<\/ul>","raw_excerpt":"Basic Social Share Buttons. Easily stylable. Fast loading. No Javascript. No tracking.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/140390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=140390"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/basicbydesign"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=140390"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=140390"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=140390"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=140390"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=140390"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=140390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}