Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
93e00f62c4 | |||
2cb8888df2 | |||
61f7e79860 | |||
fd173da588 | |||
85089b98e6 | |||
bfa5775c65 | |||
c23755e118 | |||
13e138056c |
5 changed files with 58 additions and 10 deletions
19
README.md
19
README.md
|
@ -1,7 +1,16 @@
|
|||
# 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
|
||||
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"
|
||||
|
|
BIN
assets/screenshot-1.jpg
Normal file
BIN
assets/screenshot-1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
|
@ -3,7 +3,6 @@
|
|||
font-weight: bolder;
|
||||
font-size: 1.4em;
|
||||
width: 200px;
|
||||
background: #FFF;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
letter-spacing: 1px;
|
||||
|
@ -20,7 +19,14 @@
|
|||
z-index:9999;
|
||||
}
|
||||
|
||||
.ilovexm24_link:hover,
|
||||
.ilovexm24_link {
|
||||
.ilovexm24_link,
|
||||
.ilovexm24_link:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.ilovexm24_link .love,
|
||||
.ilovexm24_link:hover .love {
|
||||
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.1
|
||||
Version: 0.0.3
|
||||
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♥XM24';
|
||||
$xm24_text = 'I <span class="love">♥</span> XM24';
|
||||
$xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!';
|
||||
|
||||
$ribbon = '<div class="ilovexm24_content">'.
|
||||
|
|
33
readme.txt
Normal file
33
readme.txt
Normal file
|
@ -0,0 +1,33 @@
|
|||
=== 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