=== Bookmarkfile === Contributors: Ekkart Kleinod Donate link: http://www.ekkart.de/ Tags: bookmark, bookmarks, links Requires at least: 3.0.1 Tested up to: 3.0.1 Stable tag: 1.0.0 This plugin displays a given bookmark file as list of links. == Description == This plugin displays a given bookmark file as list of links. Thus you can display a "link" section without having to maintain the bookmarks in another place than your browser. At the moment, the following browser bookmark files are supported: * Opera You use the plugin by placing the `bookmarkfile` tag in your article resp. page. **Arguments** * **filename** mandatory argument stating the bookmark filename relative to the plugin or absolute in the server path **Examples** `[bookmarkfile filename="opera.adr" /]` Reads the bookmarks from "opera.adr" and displays them as list == Installation == 1. Upload the directory `bookmarkfile` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `[bookmarkfile filename=""]` in your templates == Frequently Asked Questions == = Will you support my browser . = Since I'm using Opera only, I focus on supporting Opera. If you want your browser supported, I'm afraid you have to write the code. If you want to, I will include the code in the plugin. Basically, you only have to write the code for reading your browser's bookmark file, the output is generic. == Screenshots == 1. page with bookmarkfile code 2. example for display of links == Changelog == = 1.0 = * initial version of the plugin, support for opera bookmark files == Upgrade Notice == = 1.0 = No upgrade needed, since this is the first version. == Plans for the future == * integrate other browsers * switch display format via argument