Schwarzes Brett/Social Media Wall zur #spiel16
Verfasst: 29. September 2016, 07:38
Ich habe ein Schwarzes Brett/eine Social Media Wall zur #spiel16 erstellt. Ihr findet das Brett unter https://walls.io/spielama und auf der Facebook-Seite von SpieLama
Auf dem Schwarzen Brett fließen automatisch alle Tweets mit dem Hashtag #spiel16, alle Instagramm-Bilder mit dem Hashtag #spiel16, alle Facebook-Meldungen der Messe, ausgewählte Diskussionen aus diesem Forum und Bilder und Meldungen aus einigen weiteren Quellen ein. Wer möchte, kann das Schwarze Brett, gerne auf seinen Seiten einbinden. Verwendet dazu folgenden Code:
If you like the Social Media Wall, feel free to embed it by using one of the following options.
iFrame
JavaScript
Dazu folgende Erklärung
Ein Beispiel für eine eingebundene Seite findet ihr unter http://www.spielama.de/spiel16/.
Auf dem Schwarzen Brett fließen automatisch alle Tweets mit dem Hashtag #spiel16, alle Instagramm-Bilder mit dem Hashtag #spiel16, alle Facebook-Meldungen der Messe, ausgewählte Diskussionen aus diesem Forum und Bilder und Meldungen aus einigen weiteren Quellen ein. Wer möchte, kann das Schwarze Brett, gerne auf seinen Seiten einbinden. Verwendet dazu folgenden Code:
If you like the Social Media Wall, feel free to embed it by using one of the following options.
iFrame
Code: Alles auswählen
<iframe id="wallsio-iframe" allowfullscreen src="https://walls.io/spielama" style="border:0;height:700px;width:100%"></iframe>
JavaScript
Code: Alles auswählen
<script id="wallsio-widget-script" src="https://walls.io/js/wallsio-widget.js" data-wallurl="https://walls.io/spielama" data-height="700" data-width="100%" data-autoheight="1" data-notscrollable="1"></script>
Dazu folgende Erklärung
The JavaScript snippet enables you to use the Autoheight feature and lets you change the Walls.io widget's behaviour:
Wallsio.setAutoHeight(Boolean) activates or deactivates the Autoheight feature. If "Autoheight" is checked in the configurator, this method is called automatically.
Wallsio.loadMorePosts(Number) asks the server for further posts, which are then appended to the bottom of your wall (this is only useful if Autoheight is activated). Use it to implement a "load more" button on your page, or even endless scrolling. The first parameter is optional; you can use it to request a specific number of posts.
Ein Beispiel für eine eingebundene Seite findet ihr unter http://www.spielama.de/spiel16/.