09 March 2012

How You Can Change Your Current blogspot domain name at blogger.com

If you want to change your domain name used currently with your blogger account but try to change it forever, you have come right place now, where you could find the tips.

1. Now Sign in to your blogger account


2. Now go to settings tab and click on Publishing. You will see your current publishing domain name edit form. Now you could change the present blog name and write the given word at the box.





3. Now click on Save Settings. If your desired domain name is available you would be welcome but if so not you need to enter your another domain name by replacing the previous. Once you success your new blog domain contain all the previous blog post and other things so.

Thank you reader. If you get help from this post please give your feedback through commenting. Have any question for any inconvenience regarding this post please also inform us.

07 March 2012

How to put a Paypal Donate button to your bolg

Keeping a paypal donate button to your blog will give some dollar to encourage you by donating to paypal from your loyal visitors. If you have not any paypal account let do an account here.

Now see how you can add a paypal donate button to your blog step by step...


1.First,Log in to your Paypal account.


2.Click on the 'Merchant Services' tab (see at the top of the page).


3.Scroll down the window and you will see an option "Donations" in the right sidebar.Click on it!



4.Now,you will see some options like Donation name/service ,donation id,etc etc...
The first field (Donation name/service) is the only thing that is required and all the remaining fields are optional.
Enter that first field,choose a button style,scroll down the window and click on "Create a button Now"



5.Now,you will see some html code... Copy it and sign in to your blogger dashboard »» Click on the layout »» Add a Page element »» html/javascript »» and paste that html code and SAVE THE CHANGES.

Here is how the button will look in your sidebar



Let it try to your blog and get some bucks which will encourage you much. If you have any positive or negative feedback regarding this post for any inconvenience please inform us through commenting. 

06 March 2012

How to insert or add any video to your blog post ?

Youtube the most popular website for video content. Now we are sharing with you how to embed a youtube video to your blogger blog post.


Insert or add any video to any of blog post is a very silly task such any simple guy can do it. If you want to add your own or original video, you first sing up to youtube and upload your video & get the embed code.

Otherwise you can embed any public video in your blog.For example,if you want to embed a britney spears video,search it and copy the embed code on to a windows notepad or anything else.
The following process is explained below with pictures for easy understanding.
1.Go to youtube.com and search for your required video


2.Copy the embeded code(ctrl+c) and paste(ctrl+v) it in windows notepad.


3.Sign in in to your blogger acoount and click the New Post button and next,select the option 'Edit html' as shown below and paste the html code as shown below.


4.Publish the post.That's it, as you can see now,the youtube video is embeded in your post properly.


Following these you can embed any video to your blog post like this others popular video sharing sites Vimeo, Daily Motion, Metacafe, Blip.tv, Viddler. Video sharing is a better ornament for any kind of blog.

Dear visitors is there is any inconvenience or find any mistake regarding this post please inform us through commenting. You should not keep any hesitation to give your important feedback.

How to make your blogger blog friendly for mobile browsing

Now a days millions of people use their cell phone for internet browsing. The mobile internet speed is also very fast these days with 3G's , mobile apps,etc.


From these we can say that thousands of visitors are coming daily to your blog. If they could not yet get your blog friendly they would not see your blog anymore. so it should become assure that your blog could load easily to any of the mobile phones otherwise all the mobile phone readers you might loss. A normal blog takes lot of time to load and there are other issues that your site not fitting properly in the mobile screen.

So make your blog easily loadable and internet friendly please do that....

Sign In to your blog

Go to Design Tab and edit HTML

Now find this code

<b:include data='blog' name='all-head-content'/>


Paste this code below that line...

<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>

<b:if cond='data:blog.isMobile'>

<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>

<b:else/>

<meta content='width=1100' name='viewport'/>

</b:if>

Now save the changes

It's that, now your blog will visible to any mobile phones with fast and high speed.

Thanks you all.