Plugin Directory

Changeset 3486980


Ignore:
Timestamp:
03/20/2026 06:33:35 AM (13 days ago)
Author:
ajaylulia
Message:

Uploading wcookie plugin

Location:
wcookie/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wcookie/trunk/readme.txt

    r3486979 r3486980  
    1 === wcookie ===
    2 Tags: cookie, site management, cookiecookie, consentcookie law, GDPR
     1=== wCookie ===
    32Contributors: ajaylulia
     3Tags: cookie, cookie notice, gdpr, consent, privacy
    44Requires at least: 5.0
    5 Requires PHP: 8.0
     5Requires PHP: 7.4
    66Tested up to: 6.9
    77Stable tag: 1.0
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The wCookie plugin for Wordpress lets you display a cookie (or other legal) notice on your Wordpress website and inform the visitors that your site uses cookies.
     11Display a customizable cookie notice with flexible positions, HTML support, styling options, and responsive design.
    1212
    1313== Description ==
    14 Display a customizable cookie notice on your WordPress site with flexible positions, HTML support, styling options, and full mobile responsive design.
     14
     15wCookie allows you to display a cookie or legal notice on your WordPress website to inform visitors about cookie usage and compliance requirements.
     16
     17You can customize the notice content using HTML, add links to policy pages, and control the appearance with styling options.
     18
     19The plugin provides multiple display positions including top, bottom, bottom left, bottom right, and floating layouts. It is fully responsive and works across all devices.
     20
     21== Features ==
     22
     23* Customizable cookie notice text with HTML support
     24* Multiple display positions (Top, Bottom, Bottom Left, Bottom Right, Floating)
     25* Custom styling options for colors and layout
     26* Fully mobile responsive design
     27* Easy setup and configuration
    1528
    1629== Installation ==
    17 1. Upload wcookie.php to the /wp-content/plugins/ directory.
     30
     311. Upload the plugin files to the `/wp-content/plugins/wcookie` directory, or install via the WordPress plugin screen.
    18322. Activate the plugin through the ‘Plugins’ menu in WordPress.
     333. Configure the plugin settings as needed.
     34
     35== Frequently Asked Questions ==
     36
     37= Can I customize the notice text? =
     38Yes, you can use HTML to customize the message and add links.
     39
     40= Does it work on mobile devices? =
     41Yes, the plugin is fully responsive and works on all screen sizes.
     42
     43== Changelog ==
     44
     45= 1.0 =
     46
     47* Initial release
     48
     49== Upgrade Notice ==
     50
     51= 1.0 =
     52Initial release of the plugin.
  • wcookie/trunk/wcookie.php

    r3486979 r3486980  
    22
    33/*
    4 Plugin Name: wCookie
    5 Description: The wCookie plugin for wordpress lets you display a cookie (or other legal) notice on your wordpress website and inform the visitors that your site uses cookies.
    6 Author: Ajay Lulia
    7 Version: 1.0
    8 License: GPLv2 or later
    9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
     4 * Plugin Name: wCookie
     5 * Description: The wCookie plugin for wordpress lets you display a cookie (or other legal) notice on your wordpress website and inform the visitors that your site uses cookies.
     6 * Version: 1.0
     7 * Author: Ajay Lulia
     8 * License: GPLv2 or later
     9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010*/
    1111
Note: See TracChangeset for help on using the changeset viewer.