Pretty Contact
The plugin transforms a link in a pretty and shorted one by means of bbcode.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4671 days ago
Is Pretty Contact abandoned?
Possibly abandoned (last update 4671 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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 16×16 sizes in the format png named
%network_name%.pngin 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, [email protected]
Installation
- Upload
pretty_contactfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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.
Review feed
Screenshots
Changelog
0.1a
- Initial release
- Added: deviantart, dribbble, facebook, forrst, github, habrahabr, lastfm, mymail, myspace, rutube, twitter, vimeo, vk, youtube.