3.6.70 • Published 1 day ago

liveblog-default-theme v3.6.70

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
1 day ago

Liveblog 3 SEO Theme

User-friendly, indexable and fast Liveblog theme.

Compatibility

This theme requires Live Blog version 3.5 or higher.

Develop

The best starting point for the development of custom theme extensions is our Wiki: https://wiki.sourcefabric.org/x/wICrB

--

Just issue a npm i followed by gulp watch-static. Development server is up and running at localhost:8008. Entry point for Browserify is js/liveblog.js.

you can also point to an existing liveblog api entry point by add a --embedUrl param.

gulp watch-static --embedUrl http://undefined.local:5000/embed/592ec5d15e543257f9f6ffc6

Build

Use make or alternatively zip this directory without the node_modules and .git folders.

Documentation

Generate documentation via jsdoc.

Full screen in the parent page

When embedding liveblog, you want to have the fullscreen mode the slideshow taking all the available space. For this you need to modify the embed code as follow:

<iframe id="liveblog-iframe" width="100%" height="715" src="http://localhost:8008/" frameborder="0" allowfullscreen></iframe>
<script type="text/javascript">
  var liveblog = document.getElementById('liveblog-iframe')

  liveblog.addEventListener('load', () => {
    var receiver = liveblog.contentWindow;
    var url = liveblog.getAttribute('src');

    receiver.postMessage(window.location.href, url);

    window.addEventListener('message', function(e) {
      if (e.data === 'fullscreen') {
        liveblog.style.cssText = 'position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%';
      } else {
        liveblog.style.cssText = '';
      }
    });
  });
</script>

or the compressed version:

<iframe id="liveblog-iframe" width="100%" height="715" src="http://localhost:8008/" frameborder="0" allowfullscreen></iframe>
<script type="text/javascript">
var l=document.getElementById("liveblog-iframe");l.addEventListener("load",function(){var t=l.contentWindow,e=l.getAttribute("src");t.postMessage(window.location.href,e),window.addEventListener("message",function(t){"fullscreen"===t.data?l.style.cssText="position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height: 100%":l.style.cssText=""})});
</script>

License

Liveblog 3 is licensed under AGPL v3, as is this theme.

3.6.70

1 day ago

3.8.0

15 days ago

3.7.165

24 days ago

3.6.69

2 months ago

3.6.68

2 months ago

3.6.63

12 months ago

3.6.58

1 year ago

3.6.52

2 years ago

3.6.51

2 years ago

3.6.39

2 years ago

3.6.38

2 years ago

3.6.48

2 years ago

3.6.15

3 years ago

3.6.10

3 years ago

3.6.2

4 years ago

3.6.1

4 years ago

3.6.0

4 years ago

3.5.12-beta

5 years ago

3.5.10

5 years ago

3.5.9

5 years ago

3.5.5

5 years ago

3.5.8

5 years ago

3.5.3

5 years ago

3.5.2

5 years ago

3.5.1

5 years ago

3.5.0

5 years ago

3.3.95

5 years ago

4.0.0-beta.5

6 years ago

4.0.0-beta.4

6 years ago

3.3.94

6 years ago

4.0.0-beta.3

6 years ago

4.0.0-beta.2

6 years ago

4.0.0-beta.1

6 years ago

3.3.93

6 years ago

3.3.90

6 years ago

3.3.10

6 years ago

3.3.13

6 years ago

3.3.9

6 years ago

3.3.89-beta.4

6 years ago

3.3.89-beta.3

6 years ago

3.3.89-beta.2

6 years ago

3.3.89-beta.1

6 years ago

3.3.88-beta.1

6 years ago

3.3.8-8.beta1

6 years ago

3.3.88

6 years ago

3.3.72

6 years ago

3.3.68

6 years ago

3.3.59

6 years ago

3.3.54

6 years ago

3.3.53

6 years ago

3.3.50

6 years ago

3.3.47

6 years ago

3.3.46

6 years ago

3.3.45

6 years ago

3.3.40

6 years ago

3.3.0

6 years ago