{"id":6254,"date":"2009-07-24T22:32:28","date_gmt":"2009-07-24T22:32:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wavr\/"},"modified":"2010-05-27T00:34:36","modified_gmt":"2010-05-27T00:34:36","slug":"wavr","status":"closed","type":"plugin","link":"https:\/\/pt.wordpress.org\/plugins\/wavr\/","author":3641855,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.2.6","stable_tag":"0.2.6","tested":"2.8.6","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Wavr","header_author":"Lucas Caro","header_description":"","assets_banners_color":"","last_updated":"2010-05-27 00:34:36","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/sourceforge.net\/projects\/wavr\/","header_author_uri":"http:\/\/www.triplesmart.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":8624,"num_ratings":0,"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":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.1.1","0.1.2","0.1.3","0.1.4","0.2","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6"],"block_files":[],"assets_screenshots":{"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1539327","resolution":"4","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539327","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1539327","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539327","resolution":"1","location":"plugin"},"screenshot-5.jpg":{"filename":"screenshot-5.jpg","revision":"1539327","resolution":"5","location":"plugin"}},"screenshots":{"1":"Adding the code to the editor.","2":"This is how the wave looks like.","3":"This is what you'll probably see... unless you have a sandbox account.","4":"The new button added to TinyMCE.","5":"The dialog for embedding waves."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[230,2236,29832,80],"plugin_category":[43,56],"plugin_contributors":[94343],"plugin_business_model":[],"class_list":["post-6254","plugin","type-plugin","status-closed","hentry","plugin_tags-embed","plugin_tags-filter","plugin_tags-google-wave","plugin_tags-shortcode","plugin_category-customization","plugin_category-social-and-sharing","plugin_contributors-lucascaro","plugin_committers-lucascaro"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wavr.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wavr\/trunk\/screenshot-1.jpg?rev=1539327","caption":"Adding the code to the editor."},{"src":"https:\/\/ps.w.org\/wavr\/trunk\/screenshot-2.jpg?rev=1539327","caption":"This is how the wave looks like."},{"src":"https:\/\/ps.w.org\/wavr\/trunk\/screenshot-3.jpg?rev=1539327","caption":"This is what you'll probably see... unless you have a sandbox account."},{"src":"https:\/\/ps.w.org\/wavr\/trunk\/screenshot-4.jpg?rev=1539327","caption":"The new button added to TinyMCE."},{"src":"https:\/\/ps.w.org\/wavr\/trunk\/screenshot-5.jpg?rev=1539327","caption":"The dialog for embedding waves."}],"raw_content":"<!--section=description-->\n<p>Use this plugin to embed a wave into a wordpress post, as easy as\n    [wave id=\"wave-id\"].<\/p>\n\n<p>The goal of this plugin is to implement the full Google Wave Embed API\nfor wordpress.<\/p>\n\n<p>This plugin is in <strong>beta<\/strong> release, as wave and the embed api get\nstable, this plugin will be updated.<\/p>\n\n<p>Other options are <code>bgcolor<\/code>, <code>color<\/code>, <code>font_size<\/code>, <code>font<\/code>, <code>width<\/code>, <code>height<\/code><\/p>\n\n<p><strong>Note: You can now embed google wave preview's waves! anyone with a wave\naccount can see your embedded wave.<\/strong><\/p>\n\n<p>The plugin features a TinyMCE button for embedding the wave. Just\nclick on the button and it will show you a prompt where you can set\nthe wave id and other parameters.<\/p>\n\n<h4>Update<\/h4>\n\n<p>Added option for setting the default server as well as specifying the server\nin the shortcode. Allows to use this plugin for any wave server. (including the\nsandbox and preview servers).<\/p>\n\n<p>This plugin implements the full wave embed api.\nIt is planned to include widgets for the sidebar in the near future.<\/p>\n\n<p>Feature requests and any kind of feedback is very welcome!<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload the files to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place <code>[wave id=\"your-wave-id\"]<\/code> in your templates or use the wave button<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How to find out the ID of a Wave?<\/dt>\n<dd><\/dd>\n<dt>On the Sandbox:<\/dt>\n<dd><p>Simply use the Debug-menu on the top-right.\nOpen the wave on Google Wave and click on Debug -&gt; Get Current Wave ID.\nMake sure you use the full wave id (something like wavesandbox.com!w+MNJWKLNa%A)\n(Thanks to <a href=\"http:\/\/nonsmokingarea.com\/blog\">Michael Kamleitner<\/a> )<\/p><\/dd>\n<dt>On the wave preview (Or when you don't have the Debug menu):<\/dt>\n<dd><p>Open the wave and look at the location bar. You will see something like this:\n    https:\/\/wave.google.com\/wave\/?pli=1#restored:wave:googlewave.com!w%252Big2e7T0UC.13<\/p>\n\n<p>The wave id is the part after <code>wave:<\/code>, in this case, <code>googlewave.com!w%252Big2e7T0UC.13<\/code>\nYou will have to take the part after the '.' out, and replace %252B with + so\nin our case the final wave id would be: <code>googlewave.com!w+ig2e7T0UC<\/code>.<\/p>\n\n<p><strong>Update: The plugin will try to guess the wave id if you paste the full url\ninto the wave id field.<\/strong><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2.6<\/h4>\n\n<ul>\n<li>Changed permissions so only site administrators see the options page.<\/li>\n<li>Added spanish translation<\/li>\n<\/ul>\n\n<h4>0.2.5<\/h4>\n\n<ul>\n<li>Changed the way wavr loads the javascript (now using wp_enqueue_script on action wp_print_scripts).<\/li>\n<\/ul>\n\n<h4>0.2.4<\/h4>\n\n<ul>\n<li>Integrated patch from Ga\u00ebl Hanquez ( https:\/\/sourceforge.net\/users\/caribo\/ ) that will replace %252B with +<\/li>\n<\/ul>\n\n<h4>0.2.3<\/h4>\n\n<ul>\n<li>Corrected bug on  wave ID's that will parse wrongly the wave id.<\/li>\n<li>Added a text box for changing the server on the easywave button.<\/li>\n<li>Added note about the importance of the last \/<\/li>\n<\/ul>\n\n<h4>0.2.2<\/h4>\n\n<ul>\n<li>Added auto parsing of wave urls, just paste the url and the plugin will try to\nguess the wave id (Thanks to Tom Medley).<\/li>\n<\/ul>\n\n<h4>0.2.1<\/h4>\n\n<ul>\n<li>Added the \"server\" option, so you can use waves from the non-developers \npreview and any other google wave server.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added Height to the options page.<\/li>\n<li>Added TinyMCE button for embedding waves<\/li>\n<\/ul>\n\n<h4>0.1.4<\/h4>\n\n<ul>\n<li>Loading scripts on the header just once, allows more than one wave.<\/li>\n<li>Using a function and a javascript object for passing options to the script.<\/li>\n<li>Added 1 FAQ.<\/li>\n<\/ul>\n\n<h4>0.1.3-2<\/h4>\n\n<ul>\n<li>Added new options: height and width<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Created Plugin with basic embedding capabilities and an options page with defaults.<\/li>\n<li>Added some screenshots.<\/li>\n<\/ul>","raw_excerpt":"Wavr is an easy way to embed google wave into wordpress featuring shortcode and a tinymce button.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/6254","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=6254"}],"author":[{"embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lucascaro"}],"wp:attachment":[{"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=6254"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=6254"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=6254"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=6254"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=6254"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=6254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}