WP Custom Tags
开发者 |
appsdevpk
|
更新时间 |
2018年10月8日 13:41 |
捐献地址: |
去捐款 |
PHP版本: |
5.6 及以上 |
WordPress版本: |
4.8 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Create, re-use and share custom tags using riotjs library, helps to reduce development time.
Now why use riotjs:
1 Custom HTML tags - allows you to create reusable HTML and JS components and create complex HTML views with a better readability
2 Small size, minimalism, simplicity - Riot.js is one of the most lightweight libraries, the syntax is as simple as possible and it claims to have 10-100 times faster API functions
3 Modular design - different components of the applications are independent and can be changed or removed without a major impact on the application itself. Thus the application is highly scalable.
NOTE: The share feature will be implemented in next version (soon). Using this feature you will be able to share your tags with other users of the plugin through a central repository of tags. And will also be able to use tags shared by the other users.
安装:
- Upload \"wpcustomtags\" to the \"/wp-content/plugins/\" directory.
- Activate the plugin through the \"Plugins\" menu in WordPress.
- Use \'[wpcEmbedTag tag=\"yourcustomtagname\" option1=\"value1\" option2=\"value2\"]\' in any page or post.
- Here option1 and option1 will be passed to the riot tag as opts.option1 and opts.option2
屏幕截图:
更新日志: