{"id":16746,"date":"2012-02-02T16:40:01","date_gmt":"2012-02-02T16:40:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/google-page-badge\/"},"modified":"2012-02-02T18:01:50","modified_gmt":"2012-02-02T18:01:50","slug":"google-page-badge","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/google-page-badge\/","author":5834760,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"3.3.2","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Google+ Page Badge","header_author":"bkmacdaddy designs","header_description":"","assets_banners_color":"cdcad0","last_updated":"2012-02-02 18:01:50","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=SXTEL7YLUSFFC","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/google-page-badge","header_author_uri":"http:\/\/bkmacdaddy.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4990,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":""},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"499269","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":{"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1539198","resolution":"4","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539198","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1539198","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539198","resolution":"1","location":"plugin"}},"screenshots":{"1":"The plugin settings page","2":"The widget settings","3":"Badge that is displayed when \"smallbadge\" is the chosen size","4":"Default badge that is displayed when size is not selected"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2305,150,21822,185,3180],"plugin_category":[43],"plugin_contributors":[79416],"plugin_business_model":[],"class_list":["post-16746","plugin","type-plugin","status-publish","hentry","plugin_tags-badge","plugin_tags-google","plugin_tags-google-page","plugin_tags-google-plus","plugin_tags-google-badge","plugin_category-customization","plugin_contributors-bkmacdaddy","plugin_committers-bkmacdaddy"],"banners":{"banner":"https:\/\/ps.w.org\/google-page-badge\/assets\/banner-772x250.jpg?rev=499269","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/google-page-badge_cdcad0.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/google-page-badge\/trunk\/screenshot-1.jpg?rev=1539198","caption":"The plugin settings page"},{"src":"https:\/\/ps.w.org\/google-page-badge\/trunk\/screenshot-2.jpg?rev=1539198","caption":"The widget settings"},{"src":"https:\/\/ps.w.org\/google-page-badge\/trunk\/screenshot-3.jpg?rev=1539198","caption":"Badge that is displayed when \"smallbadge\" is the chosen size"},{"src":"https:\/\/ps.w.org\/google-page-badge\/trunk\/screenshot-4.jpg?rev=1539198","caption":"Default badge that is displayed when size is not selected"}],"raw_content":"<!--section=description-->\n<p>This plugin allows you to place a widget on your sidebar that displays the official Google+ badge. You can choose to show either the Standard or Small size badge, and you can show as many different badges on a page or post as you choose - each with their own configuration.<\/p>\n\n<p>You can also show a Google+ badge using template tags in your theme files or in a page or post using the simple shortcode (See FAQs for instructions).<\/p>\n\n<p><strong>NOTE:<\/strong> Google+ only allows this type of badge for a Google+ <em>page<\/em> and not a personal Google+ <em>profile<\/em>, so this plugin will only work for Google+ business <em>pages<\/em>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the folder <code>google-plus-page-badge<\/code> and its contents to the <code>\/wp-content\/plugins\/<\/code> directory or use the wordpress plugin installer<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>A new \"Google+ Page Badge\" widget will be available under Appearance &gt; Widgets, where you can add it to your sidebar and edit all settings of the plugin.<\/li>\n<li>To use the template tag or shortcodes, go to Settings &gt; Google+ Page Badge to enter your Google+ Page ID (See FAQs for full instructions)<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I use the shortcode in the post or page editor?<\/dt>\n<dd><p>While editing the post or page that you want to add your Pins to, enter the shortcode [gpluspb]. Without any other parameters, the shortcode will default to display the Google+ Page ID that has been saved in the plugin settings page and the Standard badge size. You can add two optional parameters to the shortcode: id=\"Google+ Page ID\" and size=\"smallbadge\". Here's an example:<\/p>\n\n<pre><code>[gpluspb id=\"100677423206997674566\" size=\"smallbadge\"]\n<\/code><\/pre>\n\n<p>The above example will link to the bkmacdaddy designs Google+ page and show the smaller badge size.<\/p>\n\n<p>If you leave out any of the parameters they will revert to the defaults listed below.<\/p><\/dd>\n<dt>How do I use the plugin in my theme?<\/dt>\n<dd><p>Anywhere in your theme templates, you can display a Google+ badge by placing the following code where you want it to appear:<\/p>\n\n<pre><code>&lt;?php gppb($id, $size); ?&gt;\n<\/code><\/pre>\n\n<p>Where:<\/p>\n\n<ul>\n<li><strong>id<\/strong> is the 21-digit string at the end of the Google+ Page URL (optional, default is the ID that is saved in the plugin settings page)<\/li>\n<li><strong>size<\/strong> is the size of the badge to display, either \"badge\" or \"smallbadge\" (optional, default = badge)<\/li>\n<\/ul>\n\n<p>Example:<\/p>\n\n<pre><code>&lt;?php gppb('100677423206997674566', 'smallbadge'); ?&gt;\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>First version<\/li>\n<\/ul>","raw_excerpt":"Show one or multiple Google+ badges for your G+ page in a widget, using a shortcode, or with template tags.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/16746","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=16746"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bkmacdaddy"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=16746"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=16746"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=16746"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=16746"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=16746"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=16746"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}