WP Manifestindependent plugin directory
manifest / social / free-palestine-banner

Free Palestine Banner

A plugin for WordPress that displays a fixed banner with “🇵🇸#FreePalestine” supporting Palestinian freedom on every page of your website.

by Your Name · github.com/pablomoratinos/free-palestine-banner

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pablomoratinos/free-palestine-banner/archive/refs/heads/main.zip

Displays a fixed banner with “🇵🇸#FreePalestine” supporting Palestinian freedom on every page of your website.

Description

A very simple plugin that adds a fixed banner at the top of the site with the text “🇵🇸#FreePalestine”.

  • Settings page under Dashboard → Palestine Banner.
  • Background colors: green, white, red, or black. If you choose white, the text becomes black; for the others, white.
  • You can edit the text, but the 🇵🇸 emoji is automatically prepended.
  • Customizable via CSS using the #free_palestine ID.
  • No tracking, no dependencies.

Features

  • Injected in wp_footer (visible site-wide).
  • Minimal default styles (overridable).
  • Filter to disable default styles.

Installation

  1. Upload the free-palestine-banner folder to wp-content/plugins/ or install the ZIP.
  2. Activate the plugin in Plugins.
  3. Go to Dashboard → Palestine Banner to configure color and text.

Frequently Asked Questions

How do I change the banner’s style?

Add CSS in your theme:


#free_palestine { background:#111; color:#0f0; font-size:18px; }