For those who want to post to their stream, from the main page, here is your code for your what's happening post to box: *you can even change the what's happening text to whatever you want, like "what's going on with you?" or "what's on your mind"? Just change the "what's happening" text below... (add it in a text box to the front page, like just above your newsfeed)
I am updating this code for the new one that allows the gifs and everything:
NOTE: IF YOU MESS UP THIS BOX, YOU WILL HAVE TO DO IT OVER. DO NOT PREVIEW THE CODE AFTER YOU UPLOAD IT. JUST OPEN A TEXT BOX/HTML BOX AND CLICK THE <> AREA AND THEN PASTE IN THE BELOW CODE AND IT WILL SAVE OR CLICK SAVE THEN GO TO YOUR MAIN PAGE AND PREVIEW THE CODE. IF IT DOES NOT WORK, CLICK ON THE PENCIL EDIT FROM FRONT END AND THEN RESAVE AND THEN RELOAD YOUR ENTIRE SITE. It should work after this. If you need help, msg me.
<div id="status-share-container">
<textarea id="status-share-body" placeholder="What's happening?" required="required" data-autosize-on="true" style="overflow-y: visible; overflow-x: hidden; word-wrap: break-word; height: 68.9922px;"></textarea>
<div id="status-uploading-photos">
<ul id="status-photo-uploading-list"></ul>
</div>
<div id="status-uploading-files">
<ul id="status-file-uploading-list"></ul>
</div>
<div class="status-share-actions clearfix">
<div class="float-left">
<ul id="status-share-actions-items">
<li>
<span class="entity-emoji-btn" data-content-box="#status-share-body" id="status-emoji-btn" title="Insert emojis">
<i class="fa fa-smile-o"></i>
</span>
</li>
<li>
<span id="status-photo-upload-btn" title="Add photos" class="webuploader-container"><div class="webuploader-pick">
<i class="fa fa-camera"></i>
</div><div id="rt_rt_1cj2lpjca1k311d4m1rii1bd7j4b1" style="position: absolute; top: 0px; left: 0px; width: 21px; height: 33px; overflow: hidden; bottom: auto; right: auto;"><input type="file" name="file" class="webuploader-element-invisible" multiple="multiple" accept="image/gif,image/jpeg,image/jpg,image/png"><label style="opacity: 0; width: 100%; height: 100%; display: block; cursor: pointer; background: rgb(255, 255, 255);"></label></div></span>
</li>
<li>
<span id="status-file-upload-btn" title="Upload files" class="webuploader-container"><div class="webuploader-pick">
<i class="fa fa-cloud-upload"></i>
</div><div id="rt_rt_1cj2lpjcc13tn1ol11m8qr0g1ojm4" style="position: absolute; top: 0px; left: 0px; width: 21px; height: 33px; overflow: hidden; bottom: auto; right: auto;"><input type="file" name="file" class="webuploader-element-invisible" multiple="multiple" accept="*"><label style="opacity: 0; width: 100%; height: 100%; display: block; cursor: pointer; background: rgb(255, 255, 255);"></label></div></span>
</li>
<li>
<span id="poll-new-btn" title="Add a poll">
<i class="fa fa-pie-chart"></i>
</span>
</li>
<li>
<span id="content-new-btn-alt">
<a data-jq-dropdown="#content-new-choose-alt" href="#" title="View more">
<i class="fa fa-ellipsis-h"></i>
</a>
<div class="jq-dropdown jq-dropdown-relative" id="content-new-choose-alt">
<ul class="jq-dropdown-menu">
<li>
<a href="/blogs/new">
Add a blog
</a>
</li>
<li>
<a href="/events/new">
Add an event
</a>
</li>
<li>
<a href="/videos/upload">
Upload videos
</a>
</li>
<li>
<a href="/tracks/upload">
Upload tracks
</a>
</li>
</ul>
</div>
</span>
</li>
</ul>
</div>
<div class="float-right">
<a class="button small" id="status-share-submit-btn">
Share
</a>
</div>
</div>
</div>