Add a Reblog Button to Tumblr
Though almost everyone knows that there is actually a default reblog button on Tumblr, that you actually see on the top right of your screen whenever you are in any specific post url, some Tumblrs keep asking for this tip; Can we have a reblog button underneath each post so we don’t have to click on each individual post, we know how hard that becomes sometimes
. This custom Tumblr Reblog Button is intended to show up right below each of your posts, it will look like exactly like the default reblog button on top of the screen, with the difference that you won’t have to navigate to each specific post when trying to reblog something.
How To Add a Reblog Button to Tumblr.
- The code that we want to add to show a Reblog Button under each post must be inserted several times in the theme’s html.
- There’s a total of 7 types of posts, each of them is located in the html, beggining and ending with the following code;
- You must add this code in order to have the Reblog button show up, always before the ending tag for each of the post types in the theme’s html;
- Example, let’s say that I want to show this Tumblr ReBlog button before each Text Post, then I do the following, searching with control+F I look for {/block:Text};
TEXT POST: {block:Text}{/block:Text}
VIDEO POST: {block:Video}{/block:Video}
PHOTO POST: {block:Photo}{/block:Photo}
PHOTOSET POST: {block:Photoset}{/block:Photoset}
AUDIO POST: {block:Audio}{/block:Audio}
LINK POST: {block:Link}{/block:Link}
QUOTEPOST: {block:Quote}{/block:Quote}
<br/>
<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a>
</section>
<footer>
</footer>
</div>
TUMBLR REBLOG BUTTON CODE HERE
</article>
{/block:Text}
You must consider that almost none of the themes available are identical in their html structure, so maybe, you will have to try a few times until the Tumblr reblog button show up fully integrated into your theme. For example you might find out that there’s no footer tags, or no divs. The most important part here is to place the code before the ending tag ({/block:Text})never do it after it


5 Responses to "Add a Reblog Button to Tumblr"
Add Comment