Add a Tumblr Submit Button
If you want to know how to add or insert a Tumblr submit page, button or link to your Tumblelog this tutorial will show you all the code needed to modify your Tumble theme to display the feature. In this case, the button could just be a link, and there’s even a special tag that lets you customize the submit link.
How to Add a Tumblr Submit Button or Link.
- First, we need to enable the service, go to Customize >>> Community >>> Allow people to Submit
- Now, you can just add this code whenever you want in your Theme’s html, or just the description box if you have it included;
- Save and Close and remember that you can deny or approve the submissions.
{block:SubmissionsEnabled}
<a href="/submit">Submit</a>
{/block:SubmissionsEnabled}

