Mô tả
This plugin adds [collapse_group] and [collapse] shortcode to generate twitter bootstrap’s collapse aka accordian.
Usage:
[collapse_group id="optional_group_1" class="optional_class"]
[collapse title="my heading1" id="optional_id" open="y/n"]some text[/collapse]
[collapse title="my heading2" id="optional_id" open="y/n"]some text[/collapse]
[/collapse_group]
See output of this code in Screenshots
Ảnh màn hình
Cài đặt
How to install the plugin and get it working.
- Upload
twitter-bootstrap-collapse-shortcode
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- You can now use [collapse_group] and [collapse] shortcode for your accordian.
Hỏi đáp
- What is Twitter Bootstrap?
-
Twitter Bootstrap is a decent, intuitive, and powerful front-end framework for faster and easier web development. Bootstrap offers cross browser compatible 12-column responsive CSS which not only work nice for older browsers (like IE7) but also perfectly behave in Smartphone, mobile and tablet browsers. It also includes several JavaScript components that are usually required in a well interactive intermediate level web portal.
- Does it work without Twitter Bootstrap?
-
Sorry, this is not for you. It will not work without Twitter Bootstrap.
- Where I can download Twitter Bootstrap?
-
You can download Twitter Bootstrap from their official website http://twitter.github.com/bootstrap/.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Twitter Bootstrap Collapse aka Accordian Shortcode” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Twitter Bootstrap Collapse aka Accordian Shortcode” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Implemented [collapse_group] and [collapse] as per Twitter Bootstrap v2.2.2
- Another change.