{"id":12927,"date":"2011-04-17T11:51:33","date_gmt":"2011-04-17T11:51:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/custom-google-talk-chatback\/"},"modified":"2011-05-22T09:52:47","modified_gmt":"2011-05-22T09:52:47","slug":"custom-google-talk-chatback","status":"publish","type":"plugin","link":"https:\/\/hat.wordpress.org\/plugins\/custom-google-talk-chatback\/","author":7355625,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.1","stable_tag":"1.2.1","tested":"3.1.4","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"Custom Google Talk Chatback","header_author":"Intervaro Web Agency in Lund, Sweden","header_description":"","assets_banners_color":"","last_updated":"2011-05-22 09:52:47","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/intervaro.se","header_plugin_uri":"http:\/\/intervaro.se\/custom-google-talk-chatback-wordpress-plugin","header_author_uri":"http:\/\/intervaro.se","rating":4,"author_block_rating":0,"active_installs":10,"downloads":9504,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.2.1"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539143","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539143","resolution":"1","location":"plugin"}},"screenshots":{"1":"Widget settings","2":"Widget example"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[150,21152,21820,14976,17110],"plugin_category":[41,42,43],"plugin_contributors":[90108],"plugin_business_model":[],"class_list":["post-12927","plugin","type-plugin","status-publish","hentry","plugin_tags-google","plugin_tags-google-talk","plugin_tags-google-talk-chatback","plugin_tags-gtalk","plugin_tags-jabber","plugin_category-communication","plugin_category-contact-forms","plugin_category-customization","plugin_contributors-mrvictor","plugin_committers-mrvictor"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/custom-google-talk-chatback.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/custom-google-talk-chatback\/trunk\/screenshot-1.png?rev=1539143","caption":"Widget settings"},{"src":"https:\/\/ps.w.org\/custom-google-talk-chatback\/trunk\/screenshot-2.png?rev=1539143","caption":"Widget example"}],"raw_content":"<!--section=description-->\n<p>Embed links to your Google Talk Chatback. Display different things when online or offline. The plugin is made to be highly customizable.<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Custom \"start chat link\" and \"offline text\". Use text or image.<\/li>\n<li>Display things depending on if the user is online or offline<\/li>\n<li>Widget, Shortcode and Template Tag support<\/li>\n<li>Translatable (send them to us if you make any)<\/li>\n<\/ul>\n\n<h3>Contact<\/h3>\n\n<p>Go to the <a href=\"http:\/\/intervaro.se\/custom-google-talk-chatback-wordpress-plugin\">Plugin Home Page over at Intervaro Web Agency<\/a> to give feedback or propose a feature!<\/p>\n\n<p>Special thanks to <a href=\"http:\/\/israelwebdev.wordpress.com\/2009\/02\/05\/google-talk-status-api-in-php\">Israelwebdev<\/a> who made the script that makes it possible to check if a user is online or offline.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>custom-google-talk-chatback<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Find your personal Google Talk Hash Key (ID), see below<\/li>\n<li>Add the widget, insert shortcode into the WYSIWYG or use template tag in your theme template.<\/li>\n<\/ol>\n\n<h3>The Google Talk Hash Key (ID)<\/h3>\n\n<p>To use this plugin you first need to know what you hash key is for your Google Talk account. The hash key is the string containing characters and numbers, found between the <em>tk=<\/em> and <em>&amp;<\/em> at http:\/\/www.google.com\/talk\/service\/badge\/New or for domain users, at: http:\/\/www.google.com\/talk\/service\/a\/<strong>YOUR-DOMAIN-HERE<\/strong>\/badge\/New<\/p>\n\n<h3>Widget instructions<\/h3>\n\n<p>Just drag the widget to the prefered sidebar and set it up as wanted.<\/p>\n\n<h3>Shortcode instructions<\/h3>\n\n<p>There are 3 shortcodes available.<\/p>\n\n<p>[gtalk hash=\"\" link=\"\" offline=\"\"]\n<em>Prints a link to start chat or a text message if offline<\/em><\/p>\n\n<ul>\n<li>Hash: your hash key (ID) for Google Talk Chatback<\/li>\n<li>Link: link text<\/li>\n<li>Offline (optional): text if offline<\/li>\n<\/ul>\n\n<p>[gtalk_online hash=\"\"] [\/gtalk_online]\n<em>Content inside shortcode will only be displayed if user is online<\/em><\/p>\n\n<p>[gtalk_offline hash=\"\"] [\/gtalk_offline]\n<em>Content inside shortcode will only be displayed if user is offline<\/em><\/p>\n\n<h3>Template Tag instructions<\/h3>\n\n<pre><code>&lt;?php gtalk_status( $hash ) ?&gt;\n<\/code><\/pre>\n\n<p><em>Returns 1 (true) if online and 0 (false) if offline<\/em><\/p>\n\n<pre><code>&lt;?php gtalk_link( $hash, $link ) ?&gt;\n<\/code><\/pre>\n\n<p><em>Returns a link to start chat<\/em><\/p>\n\n<ul>\n<li>Hash: your hash key (ID) for Google Talk Chatback<\/li>\n<li>Link: link text or image (HTML)<\/li>\n<\/ul>\n\n<!--section=faq-->\n<p>None yet.. Have one? Visit the <a href=\"http:\/\/intervaro.se\/custom-google-talk-chatback-wordpress-plugin\">Custom Google Talk Plugin Homepage<\/a><\/p>\n\n<!--section=changelog-->\n<h4>1.2<\/h4>\n\n<ul>\n<li>Fixed Bugs:\n\n<ul>\n<li>Loading translation files<\/li>\n<\/ul><\/li>\n<\/ul>","raw_excerpt":"Easily embed Goole Talk Chatback on your site for online chat support. Widget, Shortcode and Template Tag support!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/12927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=12927"}],"author":[{"embeddable":true,"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mrvictor"}],"wp:attachment":[{"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=12927"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=12927"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=12927"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=12927"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=12927"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/hat.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=12927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}