=== Pretty Contact === Contributors: GreenBanan Donate link: http://nikon.mediamara.info/pc Tags: post, link Requires at least: 1.2.1 Tested up to: 3.5.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The plugin transforms a link in a pretty and shorted one by means of bbcode. == Description == **Use**: for to add "pretty contact" link, you should use bbcode like `[user type="%TYPE%" name="%NAME%"]`, where: * `%TYPE%` - is the type of social-network. Оther types: deviantart, dribbble, facebook, forrst, github, habrahabr, lastfm, mymail, myspace, rutube, twitter, vimeo, vk, youtube. * `%NAME%` - is a user name (identity) in a chosen network. **For developers**: for to add a new social network in the list, you should edit JSON file which is called "rules.json" (plugin folder), in a certain way: * Value pairs `"%network_name%":"%URL%"` are hold there. You need to add a new couple in the file according to the JSON-standards. * You should put an icon of 16x16 sizes in the format png named `%network_name%.png` in the icon folder. (%URL% is to consist of constant %UN%, which later will be changed to username) For example, for to add a network with the name `sky`, which addresses on personal pages look like так GreenBanan.sky.com, you need to add a pair `"sky" : "http://%UN%.sky.com"` and a picture `sky.png` (see above) **Under Development are:** * the form of automatic and semi-automatic addition to a new social network; * the promotion of the list of the networks; * the translation of plugin if interface to other programming languages * an addition of the button into editing program **Contacts:** @Pup_V, vk.com/greenbanan, nikon@mediamara.by == Installation == 1. Upload `pretty_contact` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use bbcode in your entry taken above. (there is a guide on the page settings->Pretty Contact) == Frequently Asked Questions == = What if a nonexistent type is specified? = The link will not just appear. = Why there is no a social network with me? = You won’t believe, but it is editing. == Changelog == = 0.1a = * Initial release * Added: deviantart, dribbble, facebook, forrst, github, habrahabr, lastfm, mymail, myspace, rutube, twitter, vimeo, vk, youtube. == Upgrade Notice == N/A