combinary
  • About
  • Services
  • Facebook Service
    • Setup
    • Facebook App
    • Connect Account
    • Developer Documentation
  • Twitter Service
  • Youtube Service
    • Create Youtube API Key
  • RSS Service
  • Combinary Stream
    • Drupal Module
    • Embed Code
Powered by GitBook
On this page
  • Parameters you can provide for the widget
  • Embed Code

Was this helpful?

  1. Combinary Stream

Embed Code

Code widget to embed a combinary stream into any system of framework

PreviousDrupal Module

Last updated 5 years ago

Was this helpful?

Parameters you can provide for the widget

Show search bar data-search="1"

Show filters data-filter="1"

Items to display by default data-items="40"

Trim the body text of the components to x characters data-limit-char="500"

Embed Code

Copy these three lines of code into your html to embed a combinary stream to your website:

<div class="combinary" data-url="https://netidee-stream.combinary.com/items.json" data-items="40" data-search="1" data-filter="1" data-limit-char="500"></div>
<link href="https://unpkg.com/@acolono/combinary/widget.css" media="all" rel="stylesheet" type="text/css" />
<script src="https://unpkg.com/@acolono/combinary/widget.min.js" type="text/javascript"></script>

Please note, you can update CSS line with your own CSS file, if you like to have own layout. As a good starting point - you could use our CSS or SCSS

Online Demo:

https://www.npmjs.com/package/@acolono/combinary