=== scrollup === Contributors: midori Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M85LQ4UKGGNQU Tags: scroll up, top, scroll, arrow, navigation Requires at least: 3.4 Tested up to: 3.4 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Shortcode plugin [retour] for a unified link to top style. == Description == This is just a very simple plugin to have a unified "back to top" button / link throughout your whole blog. Juste put [retour] whenever you want the link to the top to appear. == Installation == 1. Unzip scrollup.zip 1. Upload the `scrollup` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place [retour] as many time as you want in your posts and pages. == Frequently Asked Questions == = Can I change the image? = Sure. Just replace the arrow.png file in the plugin's folder by your own arrow.png. = It does not work in xyz browser = I suggest changing slightly the code of your header. After the `
` tag, look for the following code: ``, and change it for ``. == Changelog == = 1.0 = * First version