Sunday, 25 October 2015

How to hide "No Post" in Blogger Blog


This is an error message shows when we have zero post in our blog. The "No Posts" shows in your blogger homepage. This looks very unprofessional design. This can be hide or removed very easily by adding some simple CSS codes to your blogger template.

How To Remove "No Posts":

  • First log in to your blogger account and click on "Template" section.
  • Then click "Customise" >> "Advance"  >> "Add CSS"


  • Now add the below code to CSS text box

    .status-msg-wrap
    {
    display: none;
     }

  • Now just "Apply to Blog"
  • Your No Posts message disappeared.

Sunday, 18 October 2015

How to stop automatic video play in Facebook and Facebook App

How to stop automatic video play in Facebook and Facebook App

When we are in Facebook news feed, we are facing this problem in facebook web and android app also. You can turn off  Facebook's video auto-play settings. You have to make some changes to our Facebook settings. Lets solve the problem.


HOW TO STOP IT IN YOUR WEB BROWSER:


  • From the top right of Facebook, click  and select Settings
  • Click Videos in the left menu
  • Click the dropdown menu next to Auto-play Videos and select Off

  • HOW TO STOP IT IN YOUR MOBILE APP:
    • Open the Facebook app and Tap 
    • Scroll down and tap Settings
    • Tap Video Auto-play and Choose an option to OnWi-Fi only or Off.
    • If you don't see the Video Auto-play settings on your Android phone, log out of the Facebook app. When you log back into Facebook, Video Auto-play should be visible in App Settings.

    How to add meta tags to your blogger blog

    http://howtolines.blogspot.in/

    Hello everyone, Myself is Rakesh Ali Mondal. Welcome to my blog. If you are searching the exact solution, you're in right place. Before going to the solution you need to know the importance of meta tags for your blog. There are many types of meta tags like description tag, author tag, keywords tag etc. Those tags are important for SEO that is search engine optimization. Now proceed to the HOW TO steps.

    HOW TO:

    • Login to your blogger "DASHBOARD"
    • Under "TEMPLATE" >> Click "EDIT HTML"
    • Search the following code using "CTRL+F"

                              <head>
    • And paste the following codes below the above code.

      <meta content='Your Blog Description' name='description'/>
      <meta content='Keyword1,Keyword2,Keyword3' name='keywords'/>
      <meta content='Author Name' name='Author'/>
      <meta content='all' name='robots'/>

    • Change into your own blog data and save your template.
    Now it is done. If your blog already had the codes, just change the data. If you are facing any problem comment below. I m not a expert, but I the Jack