Compare commits
No commits in common. "master" and "master" have entirely different histories.
5 changed files with 10 additions and 58 deletions
19
README.md
19
README.md
|
@ -1,16 +1,7 @@
|
|||
# wordpress_ilovexm24_ribbon
|
||||
|
||||
Plugin per wordpress che posiziona un fiocco all'angolo destro di un sito wordpress con scritto i love xm24.
|
||||
|
||||
La scrittà è cliccabile e punta ad una pagina che spiega la campagna di difesa di xm24.
|
||||
|
||||
Il fiocchetto è stato pensato e realizzato da void.
|
||||
|
||||
# Wordpress Official Plugin directory
|
||||
|
||||
* [1] Url: https://wordpress.org/plugins/i-love-xm24-ribbon/
|
||||
|
||||
# News
|
||||
|
||||
* Il plugin è disponibile nella piattaforma http://noblogs.org
|
||||
* Il plugin è disponibile tramite il sistema ufficiale di reperimento dei plugin di wordpress[1] cercando "xm24"
|
||||
Plugin per wordpress che posiziona un fiocco all'angolo destro di un sito wordpress con scritto i love xm24.
|
||||
|
||||
La scrittà è cliccabile e punta ad una pagina che spiega la campagna di difesa di xm24.
|
||||
|
||||
Il fiocchetto è stato pensato e realizzato da void
|
Binary file not shown.
Before Width: | Height: | Size: 161 KiB |
|
@ -3,6 +3,7 @@
|
|||
font-weight: bolder;
|
||||
font-size: 1.4em;
|
||||
width: 200px;
|
||||
background: #FFF;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
letter-spacing: 1px;
|
||||
|
@ -19,14 +20,7 @@
|
|||
z-index:9999;
|
||||
}
|
||||
|
||||
.ilovexm24_link,
|
||||
.ilovexm24_link:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.ilovexm24_link .love,
|
||||
.ilovexm24_link:hover .love {
|
||||
.ilovexm24_link:hover,
|
||||
.ilovexm24_link {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Plugin Name: Wordpress I love Xm24 Ribbon
|
||||
Plugin URI: https://git.lattuga.net/hacklabbo/wordpress_ilovexm24_ribbon
|
||||
Description:
|
||||
Version: 0.0.3
|
||||
Version: 0.0.1
|
||||
Author: Hacklabbo
|
||||
Author URI: http://www.ecn.org/xm24
|
||||
License: GPL3
|
||||
|
@ -43,7 +43,7 @@ class Xm24_Ribbon {
|
|||
|
||||
public function getHtmlRibbon() {
|
||||
$xm24_url = 'http://www.ecn.org/xm24';
|
||||
$xm24_text = 'I <span class="love">♥</span> XM24';
|
||||
$xm24_text = 'I♥XM24';
|
||||
$xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!';
|
||||
|
||||
$ribbon = '<div class="ilovexm24_content">'.
|
||||
|
|
33
readme.txt
33
readme.txt
|
@ -1,33 +0,0 @@
|
|||
=== Plugin Name ===
|
||||
Contributors: steppade
|
||||
Tags: social
|
||||
Requires at least: 4.0
|
||||
Tested up to: 4.7
|
||||
Stable tag: 0.0.2
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
Add a ribbon where is written "I Love Xm24" at your site to support Xm24. Xm24 is a squat in Bologna since 15 years where is located an hacklab. Now the city administration wants close it and we stand for it.
|
||||
|
||||
== Description ==
|
||||
|
||||
Plugin per wordpress che posiziona un fiocco all'angolo destro di un sito wordpress con scritto i love xm24.
|
||||
|
||||
La scrittà è cliccabile e punta ad una pagina che spiega la campagna di difesa di xm24.
|
||||
|
||||
Il fiocchetto è stato pensato e realizzato da void
|
||||
|
||||
== Installation ==
|
||||
|
||||
This section describes how to install the plugin and get it working.
|
||||
|
||||
e.g.
|
||||
|
||||
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
|
||||
1. Activate the plugin through the 'Plugins' screen in WordPress
|
||||
1. Use the Settings->Plugin Name screen to configure the plugin
|
||||
1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. This is a screenshot screenshot-1.jpg
|
Loading…
Reference in a new issue