开发者 |
ideag
sauliusv |
---|---|
更新时间 | 2018年11月5日 22:24 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.9 |
版权: | GPLv2 |
版权网址: | 版权信息 |
[tinysocial_all]
shortcode to add links to all the networks at once, or individual codes, like [facebook]
, [twitter]
, etc. to insert links to individual networks.
Currently supported networks are:
cache
attribute to it.tinysocial
directory to the /wp-content/plugins/
directorySettings > tinySocial
Sure, you can use tinysocial_networks
filter to add more networks.
[tinysocial_all]
displays a list of all active networks. This shortcode accepts two attributes - separator
and last
, for example: [tinysocial_all separator="|" last=" or "]
. Please note spaces around or
;[facebook]
, [twitter]
etc. - for every social network. You can change link text by adding content to the shortcode, for example [facebook]FB[/facebook]
.sauliusv
1.1.2
Fix relative includes
1.1.1
Bug fix for image links
Bug fix for Googe Analytics
Updated FontAwesome version
1.1.0
Add support for Custom Post types
1.0.0
Initial release to WordPress.org directory