Google Drive access to your Docs and Photos to create, edit, upload and share thes to your friends and colleagues.
Google Drive is Available for:
- PC and MAC
- IPhone and Ipad
- Android
Here is the link for accessing the blocked sites to open.
So let's add this widget to your blog.
STEP 1
Go to Dashboard > Layout > Add a Gadget > HTML/JAVA Script.
Give the title "Popular posts" or "Most Commented Posts" or anyone other you
like. Now copy and paste following code and add to Content box. That's it.
How can I get this widget.
Sign in to Blogger > Layout > Page Elements > Add a
Gadget > HTML/Java Script..
Now add following code in that
| <div id='myluckypost'></div> <script type='text/javascript'> function showLucky(root){ var feed = root.feed; var entries = feed.entry || []; var entry = feed.entry[0]; for (var j = 0; j < entry.link.length; ++j){if (entry.link[j].rel == 'alternate'){window.location = entry.link[j].href;}}} function fetchLuck(luck){ script = document.createElement('script'); script.src = '/feeds/posts/summary?start-index='+luck+'&max-results=1&alt=json-in-script&callback=showLucky'; script.type = 'text/javascript'; document.getElementsByTagName('head')[0].appendChild(script); } function feelingLucky(root){ var feed = root.feed; var total = parseInt(feed.openSearch$totalResults.$t,10); var luckyNumber = Math.floor(Math.random()*total);luckyNumber++; a = document.createElement('a'); a.href = '#random'; a.rel = luckyNumber; a.onclick = function(){fetchLuck(this.rel);}; a.innerHTML = 'View Random Post'; document.getElementById('myLuckyPost').appendChild(a); } </script> <script src='/feeds/posts/summary?max-results=0&alt=json-in-script&callback=feelinglucky'></script> |
If our of different IT related Tips & Uploads has providing help to you, and you like these then please spread our word using this badge below and attach this on your blog / website:-
| My Technology Updates © 2009-2012 All Rights Reserved |