Skip to main content

Here's what a VPN can't protect you from (but you need to use it)

The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.

"Floating" icons in the blogger

"Floating" icons in the blogger

How to add static icons on the right side of the screen in the blogger?

1. Open Edit Template (HTML)

2. Save the existing one.

3. Find (ctrl + f) the following word: </body>

4. Copy THIS code above that line.

<!-- SimpleBloggerTutorials.com -->
<div class="flt-wdt">
<!-- Facebook -->
<a href="http://www.facebook.com/Page id" title="Join me on Facebook" target="_blank"><img alt="Join me on Facebook" src="http://your-image.png" /></a>
<!-- Twitter -->
<a href="http://twitter.com/Your profile" title="Follow me on Twitter" target="_blank"><img alt="Follow me on Twitter" src="http://your-image.png" /></a>
<!-- RSS -->
<a href="http://feeds.feedburner.com/feed-address" title="Subscribe to RSS" target="_blank"><img alt="Subscribe to RSS" src="http://your-image.png" /></a>
<!-- Email -->
<a href="http://your blog.blogspot.com/p/Contact page" title="Email me" target="_blank"><img alt="Email me" src="http://your-image.png" /></a>
<!-- Example/Delete -->
<a href="Any Social Site" title="Give it a title"><img alt="Give it a title" src="your image.png" /></a>
</div>
<!-- End -->

Instead of "ID" and "Your image URL", type the link of your page and the link of the icon thumbnail (I recommend .png format 32 × 32 or 48 × 48). Do the same with all the links. You can add another profile if you wish.

5. Find (ctrl + f) the word: ]]> </ b: skin>

6. Copy THIS code above that line.

.flt-wdt{
position:fixed;
right:10px;
top:40%;
}
.flt-wdt img{
float:right;
clear:right;
margin:5px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.flt-wdt img:hover{
-moz-transform: scale(1.2) rotate(6deg);
-webkit-transform: scale(1.2) rotate(6deg);
-o-transform: scale(1.2) rotate(6deg);
-ms-transform: scale(1.2) rotate(6deg);
transform: scale(1.2) rotate(6deg);
}

Don't change anything here (unless you know what you're doing)

7. Save and that's it.

Comments

Popular this month

How to ROOT a phone in 30 seconds

Recently, an application appeared that ROOTs some Android devices in a few seconds! You don't need Odin or anything else, just that app, and in a few seconds, your phone is rooted. An app called  ExynosAbuse can be found on the XDA forum, downloaded, and installed for free on your phone. After starting, all you have to do is press " Root device " and it will do its job in a few seconds. You don't even have to restart your phone, you will only be notified that the ROOT has passed successfully and you will see the SuperSu icon.

Self-destructive email

Self-Destructing email is a service that offers a unique email address for a specified period, usually 10 minutes. After the scheduled period of the email address expires, it is automatically destroyed and all messages that arrived at that address. IMPORTANT : These email addresses can be detected! Look at the alternative .

Hacker Typer - Knock like a hacker!

Hacker Typer is a site where you can type in the console like a real hacker! Just open the site  hackertyper.net , select the background color, text color, file type, and typing speed, and press " Hack ".

YouTube Vanced is down! These are alternatives

The popular replacement for the YouTube app - Vanced - will no longer be available for download. Namely, the authors (due to "legal reasons") had to stop the development of their application and announce that the download links will be unavailable soon.

What is Torrent and how does it work?

I often get questions like " How do I speed up a torrent? " Or " why do I download a torrent slowly? " "And similar, so I decided to explain here how Torrent works and that not much can be done to increase the download speed of files.