How to insert a Reblog Hover Link on your photo posts
First thing you should know as that this is a semi-complicated code and i would not recommend trying it if you don't know anything about tumblr theme coding. With saying that IF YOU TRY IT AND IT MESSES UP YOUR BLOG, DO NOT BLAME ME. A big reason why this would mess up your blog is not ending with the </div> about {/block:Photo} (more on this later in the tutorial). If you can not fix this go here to recover your old coding.
First thing, paste this code under your <style> or <style type="text/css"> tag
.catchme{ background: #fff; padding:10px; position:absolute; top:0; z-index:999; opacity:0; overflow:hidden; transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -o-transition-duration: 0.8s; -moz-transition-duration: 0.8s; text-align:center; text-transform:uppercase; margin-top: -20px; {block:IndexPage} width: 500px; font-size: 15px; {/block:IndexPage} {block:PermalinkPage}display:none;{block:PermalinkPage} } .canyou:hover .catchme{ margin-top: 0px; opacity:0.85; overflow:hidden; transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -o-transition-duration: 0.8s; -moz-transition-duration: 0.8s; }
Okay so now you press ctrl+f (cmd+f on a mac) and search for THIS SPECIFICALLY {block:Photo}
Now this code shown below will not be exactly what your code will look like, this is just an example. But it should follow it some way
Now take this code and paste it DIRECTLY BELOW {block:Photo}
<div class="canyou">
Now take this code and paste it DIRECTLY ABOVE {/block:Photo} (If you do not do this step it will mess up your whole theme, and make sure you are pasting it ABOVE {/block:Photo}. the one WITH the / )
</div>
It's very simple, it's only </div> nothing else, but it is NECESSARY.
Now the last step is to take the code below and paste it ABOVE your {/block:IndexPage} tag
<div class="catchme"><a href="{reblogurl}">Reblog</a> · <a href="{permalink}">{notecount} Notes</a><div>
And that's it, you should be done!
Now again this is a complicated code, and if you have any questions feel free to ask me but I WILL NOT RESPOND TO QUESTIONS LIKE "You fucked up my blog!!!" "Your code doesn't work!!!" or "Install it for me!" Be polite with your questions













