Guides
To demonstrate and help you get started, following are some examples of common uses of Visual UGC to enrich an existing website or application.
The structure of the guides is mostly these three parts: introduction to the use case; in depth code or analysis; and next steps or further exercises. In addition, we've capitalised words when they refer to specific Visual UGC concepts to make them stand our more. For example the word Tag is capitalised when talking about a Visual UGC Tag, as opposed to a tag in the context of clothing, a tag in the context of word clouds or a tag in the context of graffiti.
<script type="text/javascript">(function (d, id) {
var t, el = d.scripts[d.scripts.length - 1].previousElementSibling;
if (el) el.dataset.initTimestamp = (new Date()).getTime();
if (d.getElementById(id))
return; t = d.createElement('script');
t.src = '//assetscdn.stackla.com/media/js/widget/fluid-embed.js';
t.id = id; (d.getElementsByTagName('head')[0] ||
d.getElementsByTagName('body')[0]).appendChild(t);
}(document, 'stackla-widget-js'));
</script>
Last modified 2mo ago