You can rearrange the buttons in the order you like by Drag and Drop.
Success Stories
Background image copyright: NASA Goddard Space Flight Center
Icons by Freepik from Flaticon is licensed by CC BY 3.0
Change Background

fave - New Layout for Facebook


fave is an extension for Chrome that adds new design to Facebook.

The new Facebook layout have 2 columns and less elements. fave adds timer - now you can see how long you are on Facebook. The quick links give you ability to access Facebook groups, pages, events, calendar, friend's photos, friends list, Facebook messenger and Whatsapp.
It removes the right side of the Facebook Newsfeed and makes the left side smaller.

How to change Facebook layout? The answer is simple - get fave.


Help App for Pokemon GO with PokeStops and Gyms

Puku App for Pokemon GO

A new Android App and Website for Pokemon GO fans comes this week. 
With the App you can chat with people nearby, view live map with pokemon nearby, check Pokemon GO server status, and learn how to play Pokemon GO.

You need to have Android phone and download the Android app Puku - Chat Map Guide for Pokemon GO

Here are the basic functionality to the Puku app:


Chat with Pokemon GO user nearby. Use the GPS of your phone and locate your position. Login to your Facebook profile and write a message to all Pokemon GO fans nearby that use Puku - Chat Map Guide for Pokemon GO. Someone can reply to your message, or like your message. On Facebook you will become notifications about likes and replies. You can post your message direct on your Facebook profile page.

You will see a real-world map in Pokemon GO style with stops and gyms like museums, art installations, historical markers and monuments - the places where you can find lots of creatures.


Millions of people are using the geolocation based game. Somethimes the server are very busy. You can check the status of the server from Puku app.

You are new to the most popular game right now? No problem. You can read how to start Pokemon GO, how to discover pokemon nearby, how to walk safe and many tips and tricks. Already a Fan of Pokemon Go? In the Puku guide you can read how to complete every mission in the game.

Download the Help app for Pokemon GO App and be the best Pokemon Trainer!

Blogger: How To Change The Cookies Notification For European Union Countries

The cookie notification on Blogger comes on every blog for EU visitors. The cookie message appears on top of the blog.

Here is a solution how to make it not so prominent.

The code below will move the cookie notification bottom, will change the color to white background and gray text.

To do this:

1. Go to your blog on Blogger.com dashboard and choose Layout.



2. Press "Add a Gadget"

3. Choose "HTML/JavaScript"



4. Copy and paste the code below

<style>

#mainPanel{
position:relative ; 
}
#androidbanner{
position:absolute ; 
top:10px; 
right:-90px;
}

@media screen and (max-width: 900px){
 #androidbanner{
display:none;

 }
}

#cookieChoiceInfo {
  position: fixed;
  width: 100%;
  margin: 0px;
  left: 0px;
  bottom: 0px !important;
  top:auto !important;
  padding: 0px;
  z-index: 999999 !important;
  text-align: center;
  font-weight: normal !important;
  color: rgb(125, 125, 125) !important;
  line-height: 200%;
  background-color: rgb(255, 255, 255) !important;
  font-size:12px !important;
}

#cookieChoiceInfo div{
  position: relative;
  width: initial;
  margin: 0px;
  left: 0px;
  top: 0px;
  padding: 10px 8px !important;
}
#cookieChoiceInfo a{
 border-radius: 6px;
  font-weight: normal !important;
  color: rgb(255, 255, 255) !important;
  margin-left: 8px;
  padding: 6px;
  background-color: rgb(138, 138, 138) !important;
}

#cookieChoiceInfo #cookieChoiceDismiss{
border-radius: 6px;
  font-weight: normal !important; 
  color: rgb(255, 255, 255);
  margin-left: 8px;
  padding: 6px;
  background-color: rgb(138, 138, 138) !important;
}
</style>


5. Don't give a name to the gadget.

6. Press "Save"


7. Job done! The cookie notification for EU Law is now on the bottom of your blog and is just got better.

Contact Form

Name

Email *

Message *



Success Stories