{% extends "template.html" %} {% block title %}SudoSocial Stream Editor{% endblock %} {% block sidebar %} {% include 'widgets/add_stream_button.html' %} {% endblock %} {% block content %}

Stream Editor

{% for stream in streams %}
{% include 'feed_editor_preview.html' %}
{% endfor %}

Page Widgets

In addition to a stream, this profile page can have other pieces content.

This page is written in {{page_lang_desc}}. Change Languages

Set the language that this page is published in. Some users may also need to change the direction for languages which are not written left to right.

Add Custom HTML

Custom HTML or text that should show up before the profile. Most tags supported.

Profile
Display:
Add Custom HTML

Custom HTML or text that should show up after the profile. Most tags supported.

Add Custom HTML

Custom HTML or text that should show up before your stream.

Your {{page_name}} Stream

Add Custom HTML

Custom HTML or text that should show up after the stream.


CSS override

Put up a CSS file anywhere on the internet, and you can take control of your design.

Basic blank sudoSocial CSS file is a good place to start.

Enter the URL to a css file to control the style of your stream. This style will override the default style. Example: http://example.com/foo.css

Any CSS code pasted in below will override the default style.

JavaScript override

Put up a JS file anywhere on the internet, and you can take control of the behavior of your stream

Enter the URL to a css file to control the style of your stream. This style will override the default style. Example: http://example.com/foo.css

Any JavaScript code pasted in below will override the default style.

Processing.js

Processing is a creative environment for hacking your stream. Processing.js brings this generative power to the web. Paste your Processing code in below, and it will paint the processing-canvas canvas behind your stream.

{% endblock %}