Skip to main content

Posts

Showing posts from February, 2017

How to earn money with Shorte.st

Money Money Money!!!!! Everyone wants money. Everybody run after the money. We also want Money to complete our needs and dreams. Now we discuss a way with which you can earn online. Yes you earn dollars with just clicks. I am not kidding, you can earn real money within a month or a week with Shorte. st What is Shorte.st? Hey, Do you know about Adf.ly? if yes,you can easily understand what shorte.st does. It is an alternative of adf.ly. Actually shorte.st is a url shortner which pays you for shorten your url. How it works? It working is simple. Let us say that we have a link we shortened it using shorte.st. Now when anyone click on the shortened url they see a 5 second ad and then they can skip the ad and go to the destination page. Why Shorte.st Why you should use shorte.st? This is the question everyone want to  know. What is special in shorte.st? Let explain it: There are many url shortner which pays You for shorten the url but shorte.st is different from them because: Highest Pay...

How to add list of posts to blogger page

Blogger as we all know a very famous and useful blogging platform. It gives a chance to all to create reputation in internet world. Unlike other platform blogger is more reliable and easy to handle. We can create custom widget/gadgets for blogger by using simple html,css and javascript. Also its api requests is easy to learn. Today i discuss how to add list of posts to a blogger page by using simple javascript. Add Coding To do this simply follow these steps: Go to Blogger Dashboard In the pages tab,Click on new page button. Give a name to the page. Add the following code to it. <div><ul id="postList12"></ul></div> <script type="text/javascript"> var startIndex = 1; var maxResults = 100; function sendQuery12() { var scpt = document.createElement("script"); scpt.src = "/feeds/posts/summary?alt=json&callback=processPostList12&start-index=" + startIndex + "&max-results=" + maxResults; document...