PluginTwitterBootstrap335v
Use Bootstrap css. Split in tree parts, meta, css and javascript.
widget_all
Widget setup
type: widget
data:
plugin: twitter/bootstrap335v
method: all
Including all Bootstrap resources. This is all you need to do.
YML
type: widget
data:
plugin: 'twitter/bootstrap335v'
method: all
widget_meta
Widget setup
type: widget
data:
plugin: twitter/bootstrap335v
method: meta
Include meta in head section.
YML
type: widget
data:
plugin: 'twitter/bootstrap335v'
method: meta
It should output this HTML.
HTML
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
widget_link
Widget setup
type: widget
data:
plugin: twitter/bootstrap335v
method: link
Add CSS. Set data/theme to false if skip bootstrap-theme.
YML
type: widget
data:
plugin: 'twitter/bootstrap335v'
method: link
theme: false #If skip default Bootstrap theme.
It should output this HTML.
HTML
<link href="/plugin/twitter/bootstrap335v/css/bootstrap.css" rel="stylesheet">
<link href="/plugin/twitter/bootstrap335v/css/bootstrap-theme.css" rel="stylesheet">
widget_js
Widget setup
type: widget
data:
plugin: twitter/bootstrap335v
method: js
Add Bootstrap Javascript (including jQuery).
YML
type: widget
data:
plugin: 'twitter/bootstrap335v'
method: js
It should output this HTML.
HTML
<script src="/plugin/twitter/bootstrap335v/jquery/1.11.3/jquery.min.js"></script>
<script src="/plugin/twitter/bootstrap335v/js/bootstrap.min.js"></script>
Dependencies
This plugin has no dependencies.
Usage
This plugin are not in use of other plugins.
Request a plugin
If you need a plugin to your website, one could make a request to a developer.