Compare commits
3 commits
fd173da588
...
93e00f62c4
Author | SHA1 | Date | |
---|---|---|---|
93e00f62c4 | |||
2cb8888df2 | |||
61f7e79860 |
4 changed files with 42 additions and 7 deletions
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-weight: bolder;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
background: #FFF;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
@ -20,11 +19,14 @@
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-bar .ilovexm24_content {
|
.ilovexm24_link,
|
||||||
top: 57px;
|
.ilovexm24_link:hover {
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ilovexm24_link:hover,
|
.ilovexm24_link .love,
|
||||||
.ilovexm24_link {
|
.ilovexm24_link:hover .love {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Plugin Name: Wordpress I love Xm24 Ribbon
|
Plugin Name: Wordpress I love Xm24 Ribbon
|
||||||
Plugin URI: https://git.lattuga.net/hacklabbo/wordpress_ilovexm24_ribbon
|
Plugin URI: https://git.lattuga.net/hacklabbo/wordpress_ilovexm24_ribbon
|
||||||
Description:
|
Description:
|
||||||
Version: 0.0.2
|
Version: 0.0.3
|
||||||
Author: Hacklabbo
|
Author: Hacklabbo
|
||||||
Author URI: http://www.ecn.org/xm24
|
Author URI: http://www.ecn.org/xm24
|
||||||
License: GPL3
|
License: GPL3
|
||||||
|
@ -43,7 +43,7 @@ class Xm24_Ribbon {
|
||||||
|
|
||||||
public function getHtmlRibbon() {
|
public function getHtmlRibbon() {
|
||||||
$xm24_url = 'http://www.ecn.org/xm24';
|
$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!';
|
$xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!';
|
||||||
|
|
||||||
$ribbon = '<div class="ilovexm24_content">'.
|
$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