{"id":31328,"date":"2014-08-26T16:29:30","date_gmt":"2014-08-26T16:29:30","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tap-cookies\/"},"modified":"2016-07-28T15:25:46","modified_gmt":"2016-07-28T15:25:46","slug":"tap-cookies","status":"publish","type":"plugin","link":"https:\/\/eo.wordpress.org\/plugins\/tap-cookies\/","author":13998335,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.5","stable_tag":"1.2.5","tested":"4.5.33","requires":"3.5.1","requires_php":"","requires_plugins":"","header_name":"TAP Cookies","header_author":"Alain Sanchez","header_description":"","assets_banners_color":"","last_updated":"2016-07-28 15:25:46","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/todoapuestas.org\/","header_plugin_uri":"http:\/\/www.todoapuestas.org","header_author_uri":"http:\/\/www.linkedin.com\/in\/mrbrazzi\/","rating":0,"author_block_rating":0,"active_installs":20,"downloads":1565,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>You must upgrade as soon as posible to version 1.2 or later. See Changelog section for details.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.2.0","1.2.1","1.2.2","1.2.5"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[389,60160],"plugin_category":[],"plugin_contributors":[87320,87321],"plugin_business_model":[],"class_list":["post-31328","plugin","type-plugin","status-publish","hentry","plugin_tags-cookies","plugin_tags-europe-cookie-law","plugin_contributors-mrbrazzi","plugin_contributors-todoapuestas","plugin_committers-todoapuestas"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tap-cookies.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Display a information message at page's bottom (default) about Europe Cookies Law.<\/p>\n\n<h4>Settings Tabs<\/h4>\n\n<ul>\n<li>About: This tab is to show information about the plugin.<\/li>\n<li>Information Box: This tab is where you configure the information box. You can define box title, text and position.<\/li>\n<li>Cookies: This tab is to add\/remove cookies specifications. If some unknow cookies is found, then it are listed to add.<\/li>\n<\/ul>\n\n<p>Additional, you can use the [tap-cookies] or [tap_cookies] shortcodes on page and widgets to display the cookie list registered.<\/p>\n\n<h4>More information<\/h4>\n\n<ul>\n<li><a href=\"http:\/\/www.theeucookielaw.com\/\">Europe Cookie Law<\/a><\/li>\n<li><a href=\"http:\/\/www.cookielaw.org\/the-cookie-law\/\">The Cookie Law Explained<\/a><\/li>\n<\/ul>\n\n<h3>Arbitrary section<\/h3>\n\n<p>Nothing for now<\/p>\n\n<h3>Updates<\/h3>\n\n<p>The basic structure of this plugin was cloned from the <a href=\"https:\/\/github.com\/tommcfarlin\/WordPress-Plugin-Boilerplate\">WordPress-Plugin-Boilerplate<\/a> project.\nThis plugin supports the <a href=\"https:\/\/github.com\/afragen\/github-updater\">GitHub Updater<\/a> plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'plugin-name'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>plugin-name.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>plugin-name.zip<\/code><\/li>\n<li>Extract the <code>plugin-name<\/code> directory to your computer<\/li>\n<li>Upload the <code>plugin-name<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>Nothing for now<\/p>\n\n<!--section=changelog-->\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Tested up to Wordpress 4.5.3<\/li>\n<li>Fixed some css styles<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Tested up to Wordpress 4.5.2<\/li>\n<li>Added url for Bitbucket repository<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Tested up to Wordpress 4.4<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Added some minor updates<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Minor update, on TAP_Cookies class added restriction to show information box only if the current browser not runs on a mobile device<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>On TAP_Cookies class apply the following refactored:\n\n<ol>\n<li>updated get_unknown_cookies method<\/li>\n<li>updated get_cookies method<\/li>\n<li>changed method get_cookie_message_text to get_information_box_text<\/li>\n<li>changed method get_cookie_message_title to get_information_box_title<\/li>\n<li>added method get_information_box_position<\/li>\n<li>updated single_activate method<\/li>\n<li>updated single_deactivate method<\/li>\n<li>updated enqueue_scripts method<\/li>\n<li>updated enqueue_scripts_footer method<\/li>\n<li>deleted methods check_cookies, clear_cookies, init<\/li>\n<li>updated cookies_table method<\/li>\n<\/ol><\/li>\n<li>On class TAP_Cookies_Admin apply the following refactored:\n\n<ol>\n<li>changed settings page from single page to tabs page <a href=\"https:\/\/github.com\/dobbyloo\/Wordpress-Settings-Library\">Using Wordpress Settings Library<\/a><\/li>\n<li>deleted methods enqueue_admin_styles, enqueue_admin_scripts, add_plugin_admin_menu, display_plugin_admin_page, add_action_links, validate_settings, edit_options, settings_field_cookie_message, settings_field_cookies, register_settings<\/li>\n<li>updated method unknown_cookies_detected_dashboard_widget<\/li>\n<li>updated method dashboard_setu<\/li>\n<\/ol><\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Display a information message about Europe Cookies Law","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=31328"}],"author":[{"embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/todoapuestas"}],"wp:attachment":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31328"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31328"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31328"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31328"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31328"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}