Add a Download Servers Box to Blogger You can use it if you post anime content, movies, videos, audio files, or even files for download across multiple servers. This widget will help you a lot. Developed by the Rotkx blog, it also features a beautiful gradient color style.
You can preview the widget using the button below:
Like it? Installation is very easy — just follow the steps below.
Add a Download Servers Box to Blogger
Go to Blogger > From the sidebar menu click on Theme then Edit HTML, and paste the following code above </head>
<style>
.download-eps{font-size:9px;font-weight:bold;background:none repeat scroll 0% 0% #F5F5F5;padding:10px;margin:10px 0;border-radius:4px}
.download-eps ul{margin:0;padding:0;list-style:outside none none}
.download-eps ul li{background:none repeat scroll 0% 0% #e0e0e0;margin-bottom:2px;line-height:30px;padding:0 5px;font-size:15px;border-radius:4px}
.download-eps ul li strong{background:linear-gradient(to left,#11998e,#38ef7d);border-right:2px solid #F5F5F5;width:150px;display:block;float:right;margin-right:-5px;margin-left:2px;color:#FFF;padding:0 5px;text-align:center;border-radius:4px}
</style>
Click Save.
Then go to Posts, click View HTML, and paste the following code wherever you want it to appear:
<div class="download-eps">
<ul>
<li style="text-align:center">
<strong>360p</strong>
<a href="#" target="_blank" rel="nofollow">FileUpload</a> |
<a href="#" target="_blank" rel="nofollow">Uptobox</a> |
<a href="#" target="_blank" rel="nofollow">Nitroflare</a> |
<a href="#" target="_blank" rel="nofollow">MediaFire</a>
</li>
<li style="text-align:center">
<strong>480p</strong>
<a href="#" target="_blank" rel="nofollow">FileUpload</a> |
<a href="#" target="_blank" rel="nofollow">Uptobox</a> |
<a href="#" target="_blank" rel="nofollow">Nitroflare</a> |
<a href="#" target="_blank" rel="nofollow">MediaFire</a>
</li>
<li style="text-align:center">
<strong>720p</strong>
<a href="#" target="_blank" rel="nofollow">FileUpload</a> |
<a href="#" target="_blank" rel="nofollow">Uptobox</a> |
<a href="#" target="_blank" rel="nofollow">Nitroflare</a> |
<a href="#" target="_blank" rel="nofollow">MediaFire</a>
</li>
<li style="text-align:center">
<strong>1080p</strong>
<a href="#" target="_blank" rel="nofollow">FileUpload</a> |
<a href="#" target="_blank" rel="nofollow">Uptobox</a> |
<a href="#" target="_blank" rel="nofollow">Nitroflare</a> |
<a href="#" target="_blank" rel="nofollow">MediaFire</a>
</li>
<li style="text-align:center">
<strong>4K</strong>
<a href="#" target="_blank" rel="nofollow">FileUpload</a> |
<a href="#" target="_blank" rel="nofollow">Uptobox</a> |
<a href="#" target="_blank" rel="nofollow">Nitroflare</a> |
<a href="#" target="_blank" rel="nofollow">MediaFire</a>
</li>
</ul>
</div>
Make sure to replace the names and links with your own preferred ones.
The guide on how to add a download servers box to Blogger ends here — we hope you found it useful.