Private Browsing in Firefox or Google Chrome

07:28 Add Comment


Are you want to make your browsing history private and disappear from others in Google chrome or Mozilla Firefox? When you open sites or browse on the web, Mozilla and Chrome save your browsing items in a special tab. You can easily find your browsing data and browsing cookies from special tab and others(Friends, Family and relatives) can also find them. Many peoples want to make their history hide and disappear from others. Sometimes, you have to open sites which have virus cookies or virus pop ups. Virus cookies are very dangerous for your computer and your operating system. Private Browsing is helpful to save your computer from any type of internet virus.
So if you want to make your web history private then follow the steps mentioned below .

For Google Chrome


? Open your chrome web browser.
? Click on small wrench icon placed on the top right of your browser.
? Click on New incognito window.


? When you will click on New incognito window, a new window will appear.
   Now browse the web on new window. Your browsing from new window will not save in history.




For Mozilla Firefox




? Open you Firefox browser.
? Click on Tools.
? Click on Start private browsing.



Now you have done all steps.

                         If you have any hesitation about this topic the comment below.

Recent Post and Recent Comment Widget for Blogger

06:27 Add Comment
Salam to all my dear friends. Today i will tell you about an important widget of Blogger. Today you will know that how to add Recent Comments and Recent Post gadget in Blogger. Recent post and recent comment widget is used for tracking the visitors from latest comment or latest post. We also use this widget for our knowledge about latest Comments and latest Posts. Many people don,t know that how to add Recent post and Recent comment widget in Blogger or Website and today you will completely learn that how to add these widgets in your blog or Website.
Below are some important steps for adding widget to your Blog.

Add Recent post Widget in Blogger


? Login to Blogger.
? Go to Dashboard--->Layout
? On your page elements where you want to add your Widget click on Add Gadget and choose Feed then
   Enter the following link:
 http://YOURBLOGNAME.blogspot.com/feeds/posts/default

After click on Continue, Set Recent Post as your Feed title.


Add Recent Comments Widget in Blogger



? Login to Blogger.
? Go to Dashboard--->Layout
? On your page elements where you want to add your Widget click on Add Gadget and choose Feed then  
   Enter the following link:
 http://YOURBLOGNAME.blogspot.com/feeds/comments/default


? After click on Continue, Set Recent Comments as your Feed title.

                   If you have any problem about this article then ask me in comments.

Add Facebook Like and Send Buttons Under Posts in Blogger

05:05 Add Comment
Hello everybody! Today i will tell you about Facebook Like and Send button. I will also tell you that how to add Facebook Like and Send buttons to your Blog only under posts. Facebook as a way to "give positive feedback and connect with things you care about," users can "like" status updates, comments, photos, and links posted by their friends, as well as adverts, by clicking the "Like" button at the bottom of the content. This makes the content appear in their friends' News feeds.
The "Like Button" is also available for use on websites outside Facebook: "When the user clicks the Like button on a site, a story appears in the user's friends' News Feed with a link back to the website
." At the same time when any visitor, including non Facebook members and logged out users, visit a site with the Like Button, their presence on the site is recorded by Facebook. Now i will teach you that How to add Like and Send buttons below post titles under the posts. Below are some steps for doing that.

Warning :Before you apply any changes in your Blog template, I encourage you to backup your Template by clicking Download Full Template 


Adding buttons to your Blog



   Login to Blogger account.
   Go to Dashboard--->Design--->Edit Html.
   Check Expand Widegets Elements.
   Now find below code.

       <data:post.body/>

  Paste the following code Before it

 <!-- Facebook Like+Send button Start HamzaNetwork --> <script src='http://connect.facebook.net/en_US/all.js#xfbml=1' type='text/javascript'/><fb:like action='like'     colorscheme='light' expr:href='data:post.url' font='' layout='button_count' send='true' show_faces='false'     width='450'/>             <!-- Facebook Like+Send button End HamzaNetwork -->

   After pasting this code, Facebook Like and Send button will appear under the post titles on the Home page of your blog. If you want to keep Buttons on First or Home page then click on Save template.

 

Appear buttons only under posts



  � If you want to make the buttons only appear inside your posts and not on your blog pages,
  put the following codes above and after the button codes.

        <b:if cond='data:blog.pageType == &quot;item&quot;'>
                    Button code Here
         </b:if>    

 Now you have Done.


Change Like to Recommended



� Find the following part in button code.


  action='like'

 � Change it to

  action='Recommended'  


Hide who Liked and Show only the Numbers of Likes



� Find the following part in button code.

 layout='Standard'

� Change it with

 layout='button_count'


Change Style of buttons



 � If you want to change style from light to dark then find the following code

 colorscheme='light
 � Change it with
  colorscheme='dark

   Now you have done all customization. If you want to ask anything about this Topic then ask in comments.