New Dynamic View Feature For Blogger/Blogspot

Posted On // Leave a Comment
Hi my dear loyal readers and friends,Blogger has got one of the new feature which is called as "Dynamic View".It launched five new Dynamic Templates in blogger,which can be easily able to customize and use for your blog.These Dynamic templates consists the use of latest in web technology,Which includes the AJAX,HTML5 and CSS3 each delivers a host of benefits to you and your loyal readers.


Some of the features are:
  • Infinite scrolling: read more posts without having to reload or click to a second page
  • New layouts: different views suited to different types of blogs
  • Speed: download images as you view them, not all at once in advance
  • Interactivity: there are now more ways to experience and engage with blog content


Blogger's Official Video:
Have a preview to know how it work.Click on any of these links to take the new dynamic views for a spin on a few of our favorite blogs: FlipcardMosaicSidebarSnapshot and Timeslide Some of the Views:
Snapshot
Flipcard
Mosaic
My dear readers if you want to try on your own Blog/Blogspot sites just simply add  "/view" to the end of the blog url-- For example http://www.tsksoft.blogspot.com/view  these can viewable for every Blogspot blog with feeds fully enabled.
This templates are not yet fully released.So,it can be just viewed by adding "/view" without quotes to your link.After the fully launch of the template we can use it for the blog.
Official Blogger Message:
We’re previewing these templates early on so we can incorporate your feedback for a wider launch soon. At that time you’ll be able to customize these templates and select one for your blog. Please let us know what you think! Antin Harasymiv, Software Engineer, Blogger
Official Blogger Buzz:
Blogger Buzz: Fresh new perspectives for your blog
Please drop your valuable feedback through comments Have a nice day :) Comments Are Do-Follow :) SEO Friendly :)
[Read more]

Adsense Revenue Sharing Widget For Blogger Blogs

Posted On // Leave a Comment
Hi my dear Loyal Readers and Friends.Today am going to teach how to add a Adsense Revenue Sharing Widget in blogger.We all think adding Adsense Revenue Sharing in blogger is very hard but now its very easy by implementing this simple tutorial.
Actually,What is meant by "Adsense Revenue Sharing".
  • You can share the adsense revenue with different People/Authors
  • You can get more traffic to your Blog/Website
  • Can have more Guest posts from different Authors
  • Traffic from different countires
  • More Adsense impressions
  • Increase your site SEO(Search Engine Optimization) Ranking
  • For more info visit : What is the AdSense Revenue Share
So,Now lets Start the tutorial........

Sign-in to Blogger.com Goto-->Design-->Edit Html
Now Check Expand Widget Option
Now find the following code in your Template:

<data:post.body/>

Now, paste the following code just above <data:post.body/>

<b:if cond='data:blog.pageType == "item"'>

<b:if cond='data:post.author == "Author_1"'>

PASTE THE AD CODE OF Author_1 HERE

</b:if>

<b:if cond='data:post.author == "Author_2"'>

PASTE THE AD CODE OF Author_2 HERE

</b:if>

<b:if cond='data:post.author == "Author_3"'>

PASTE THE AD CODE OF Author_3 HERE

</b:if>

</b:if>

It will not work directly by Copying/Pasting the AdSense code.So,You should Parse the AdSense Code from here.And make sure that you paste the code as shown below in the image
Preview Image

Now replace the 'Red Color Text' with your 'Author AdSense Code'. And Replace 'Blue Color Text' with the NAME of the Author (The name you choose while you register).The author names must not be different, it must be unique.Now place the author name when they have chosen when they registered at the blogger account.
It can be found on the profile editing page.
Preview Image
Finally,Now save your template.And now your writer can get fully monetized post...!You can also use this trick for ad networks like Chitika and other sites if you don't like to use it for AdSense its upto the Author Choice.
It is your choice to choose the banner size. I recommend to place square banner. It is best visible on the blog posts.

Now your blog is Adsense Revenue Sharing Blog with multiple authors where each and every authors can get benefits whenever they write on your blog. Enjoy blogging with blogger!

Please pass your suggestions and problems by using the comment section. :)
Have a nice day :)
Comments Are Do-Follow :)
SEO Friendly :)

[Read more]

FacePad:Facebook Photo Album Downloader

Posted On // Leave a Comment
 

FacePAD is a small Firefox extension that makes grabbing whole albums from Facebook a breeze.

FacePAD, better known as the Facebook Photo Album Downloader will allow you to download your friends’ facebook albums, Events albums, and Group Albums, en masse, with the click of a button.So,Friends & Bloggers have a try :) .You can get it from below provided link

[Read more]

How to Add Google index page checker

Posted On // Leave a Comment
You can use this Google index  page checker .By using this you can see your site Google index page on
your web browser
 1. Log in to blogger and Go to  Design >> Page Element

2.Now click Add Gadget and select the HTML/Javascript

3.Now paste below code.

<form method="get" action="http://www.google.com/search" target="_blank" rel="nofollow"><input name="q" value="Site:" maxlength="255" size="40" type="text"><input value="Google Index" type="submit"><input value="en" name="hl" type="hidden"></form>


5. Now click save you are done.

Please post your valuable feedback through comments and share your thoughts with us :)
Have A Nice Day :)
[Read more]

How to add Rainbow cursor for blogger

Posted On // Leave a Comment
Today,I am going to teach you how to add a rainbow cursor for your blogger.It displays when the user move the mouse cursor to the website window.So,lets start the tutorial immediately.


1. Log in to blogger and Go to Design >> Edit HTML

2 .Make sure u Click on "Expand Widget Templates"

3. Find this tag by using Ctrl+F    </body>
4. Paste below code before  </body> tag


<style type="text/css">body, a, a:hover {cursor: url(http://cursors4.totallyfreecursors.com/thumbnails/rainbow-ani.gif), progress;}</style>


5. Now click preview and click save template .you are done.

Image Preview For The Code Result:
 
 Note: You can change the url link from the code and add your favorite image link to display instead of the given Rainbow Cursor.


Please post your valuable feedback through comments and share your thoughts with us :)
Have A Nice Day :)
[Read more]

How to make all links open in new windows

Posted On // Leave a Comment
This request to make all hyperlinks pops up every now and then so might as well make a post for it. To make all links open in new window is amazingly simple. Just sign into

DASHBOARD > DESIGN > EDIT HTML
to open template editor

Use keyboard shortcut ctrl+F to find and immediately after that, add a single line <base target='_blank' /> so that it become


<head>
<base target='_blank' />

Save the edited template and viola, all links in your blog will now open in new tabs or windows

Note: Blogger is now XHTML so all tags must have matching closing tags or be self closing. The above tag is self closing because it has that forward slash / at the end of the tag.
[Read more]