Warning: Undefined array key 1 in /www/webvol18/ib/e33uwimxd7xln4y/dev.buto.se/sys/mercury/lib/wfPlugin.class.php on line 170

Deprecated: ucfirst(): Passing null to parameter #1 ($string) of type string is deprecated in /www/webvol18/ib/e33uwimxd7xln4y/dev.buto.se/sys/mercury/lib/wfPlugin.class.php on line 170

Warning: Undefined array key 1 in /www/webvol18/ib/e33uwimxd7xln4y/dev.buto.se/sys/mercury/lib/wfPlugin.class.php on line 170

Deprecated: ucfirst(): Passing null to parameter #1 ($string) of type string is deprecated in /www/webvol18/ib/e33uwimxd7xln4y/dev.buto.se/sys/mercury/lib/wfPlugin.class.php on line 170
Plugin - Buto - Plugin - Buto -

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.

Plugins

Browse and download the plugins you need for your theme.

Plugins

Request a plugin

If you need a plugin to your website, one could make a request to a developer.

Plugin request

Learn about plugin

Learn how to use or create a plugin.

Plugin knowledge