Search Results for: ai content

Add Smooth Multi Level Drop-Down Menu In Blogger

Now you can easily Add Navigation Menu in Blogger with ease. Smooth Navigation Menu is a multi level, CSS list based menu powered using jQuery that makes website navigation a smooth and that’s a good thing given the important role of this element in any site.Smooth-Navigational-Menu-in-Blogger

Steps to Add Smooth Multi Level Drop-Down Menu In Blogger

Note: Before making any changes to your template, take a full backup of your blogger template.

#Step 1. Log in to your Blogger Dashboard and Navigate to Design > Edit HTML.

Design Edit HTML

#Step 2. Find this code:</head> and replace it wit this code:

<link href=’https://sites.google.com/site/addinblogger/how-to-add-in-blogger/ddsmoothmenu.css’ rel=’stylesheet’ type=’text/css’/>
<link href=’https://sites.google.com/site/addinblogger/how-to-add-in-blogger/ddsmoothmenu-v.css’ rel=’stylesheet’ type=’text/css’/>
<script src=’http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js’ type=’text/javascript’/>
<script src=’https://sites.google.com/site/addinblogger/how-to-add-in-blogger/ddsmoothmenu.js’ type=’text/javascript’>
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type=’text/javascript’>
ddsmoothmenu.init({
mainmenuid: “smoothmenu1”, //menu DIV id
orientation: ‘h’, //Horizontal or vertical menu: Set to “h” or “v”
classname: ‘ddsmoothmenu’, //class added to menu’s outer DIV
//customtheme: [“#1c5a80”, “#18374a”],
contentsource: “markup” //”markup” or [“container_id”, “path_to_menu_file”]
})
ddsmoothmenu.init({
mainmenuid: “smoothmenu2”, //Menu DIV id
orientation: ‘v’, //Horizontal or vertical menu: Set to “h” or “v”
classname: ‘ddsmoothmenu-v’, //class added to menu’s outer DIV
//customtheme: [“#804000”, “#482400”],
contentsource: “markup” //”markup” or [“container_id”, “path_to_menu_file”]
})
</script>
</head>

#Step 3. Now navigate to Design > Page Element and click on Add a Gadget > HTML/Javascript and insert the following code and click Save button.

Design-Page Element
<h2>Example 1</h2>
<div id=”smoothmenu1″>
<ul>
<li><a href=”http://bloggerhowtotips.blogspot.com/”>Blogger How To Tips</a></li>
<li><a href=”#”>Folder 0</a>
<ul>
<li><a href=”#”>Sub Item 1.1</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
</ul>
</li>
<li><a href=”#”>Folder 1</a>
<ul>
<li><a href=”#”>Sub Item 1.1</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
</ul>
</li>
<li><a href=”#”>Item 3</a></li>
<li><a href=”#”>Folder 2</a>
<ul>
<li><a href=”#”>Sub Item 2.1</a></li>
<li><a href=”#”>Folder 2.1</a>
<ul>
<li><a href=”#”>Sub Item 2.1.1</a></li>
<li><a href=”#”>Sub Item 2.1.2</a></li>
<li><a href=”#”>Folder 3.1.1</a>
<ul>
<li><a href=”#”>Sub Item 3.1.1.1</a></li>
<li><a href=”#”>Sub Item 3.1.1.2</a></li>
<li><a href=”#”>Sub Item 3.1.1.3</a></li>
<li><a href=”#”>Sub Item 3.1.1.4</a></li>
<li><a href=”#”>Sub Item 3.1.1.5</a></li>
</ul>
</li>
<li><a href=”#”>Sub Item 2.1.4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href=”https://allbloggingtips.com/”>All Blogging Tips</a></li>
</ul>
<br style=”clear: left” />
</div>
<h2 style=”margin-top:200px”>Example 2</h2>
<div id=”smoothmenu2″>
<ul>
<li><a href=”https://allbloggingtips.com/”>Blogger Tips and Tricks</a></li>
<li><a href=”#”>Folder 0</a>
<ul>
<li><a href=”#”>Sub Item 1.1</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
</ul>
</li>
<li><a href=”#”>Folder 1</a>
<ul>
<li><a href=”#”>Sub Item 1.1</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
<li><a href=”#”>Sub Item 1.2</a></li>
<li><a href=”#”>Sub Item 1.3</a></li>
<li><a href=”#”>Sub Item 1.4</a></li>
</ul>
</li>
<li><a href=”#”>Item 3</a></li>
<li><a href=”#”>Folder 2</a>
<ul>
<li><a href=”#”>Sub Item 2.1</a></li>
<li><a href=”#”>Folder 2.1</a>
<ul>
<li><a href=”#”>Sub Item 2.1.1</a></li>
<li><a href=”#”>Sub Item 2.1.2</a></li>
<li><a href=”#”>Folder 3.1.1</a>
<ul>
<li><a href=”#”>Sub Item 3.1.1.1</a></li>
<li><a href=”#”>Sub Item 3.1.1.2</a></li>
<li><a href=”#”>Sub Item 3.1.1.3</a></li>
<li><a href=”#”>Sub Item 3.1.1.4</a></li>
<li><a href=”#”>Sub Item 3.1.1.5</a></li>
</ul>
</li>
<li><a href=”#”>Sub Item 2.1.4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href=”https://allbloggingtips.com/”>All Blogspot Tips</a></li>
</ul>
<br style=”clear: left” />
</div>

#Step 4. Save template and done!.

add menu in blogger

After adding the menu your blog layout will be look like in image above, as usual if you have any doubt please comment.

Credits

Above smooth multi level drop-down menu is powered by DynamicDrive. See this link for more customization: http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm

10 Most Popular and Best Statistics Plugin For WordPress

Running a WordPress blog, it’s far enough to have a good hosting, beautiful theme and content. It’s also important to analyze your website.

You need to find out who your audience it, who are visiting your site, where they are coming for, what they are reading. Unfortunately, WordPress doesn’t come with built-in stats feature to monitor traffic and visitors, but there are certainly a few plugins you can use to keep the record of your data amount, tracking of the users and visitors, tracks the offline activity, etc. A WordPress statistics plugin is a necessary thing for your website..

It’s extremely difficult to find the best WordPress plugins as there are over 29,000 plugins available in the WordPress plugins directory.

I’m going to feature over 10 plugins. I’m not using all of them, I try to use as minimum plugins as I can. Why? Because using too many plugins affects the performance of your blog. So install plugin that you really need.

1- JetPack by WordPress.com

jetpack stats plugin for wordpress-compressed
This is the best stat plugin for WordPress and, is exclusively for the users of WordPress, which let them know about the daily users, visitors, customization, mobile visitors, tools, traffic, etc.

I’m using Jetpack from the day I started this plugin. It comes with over 25 modules to manage almost everything on your blog. I definitely recommend it.

It has additional features like:

  • Augments your visitors, gets you spam free comments, gets you notification, likes, social sharing, other tools and enhanced distribution.
  • This plugin has themes available for the table and mobile users and they can be customized easily as well.
  • It supplies the complete security to your WordPres website and has the anti-virus sites like Akismet, Single Sign On, and JetPack Monitor.
  • You can easily customize the whole website as per your own taste. There are options like Infinite Scroll, Sidebar Widgets, Custom CSS, Tiled Galleries and much more.

Download Now

2- Google Analyticator:

Google analyticar stats plugin for wordpress
With this plugin, you can put in JavaScript code to allow the Google Analytics log in your website. There are different widgets available in this plugin which makes the data appear easily on your admin page and in the blog. The additional features are:

  • Carry the download link trail.
  • Speed tracking of site.
  • Displays you the visitor’s statistic information in a widget.
  • Any code provided by the Google can be tracked.
  • Provides the translations into local languages.
  • It is easy to install.
  • It has this feature of concealing the Google UID descends.

Download Now

3- kStats Reloaded:

kstats reloaded
Coming from the old, but very useful site StatPress, the kStat Reloaded is much prompt and advance WordPress statistic plugin. This plugin has some amazing features for the WordPress blogs. It lets you inform about the number of visitors, the timing of their visit, and the place of their visit, the page visits you get and what is the indexing of your WordPress blog right now.

This advanced plugin kStat has the revised features of storing and keeping the information about the visitors and users. This plugin has bit difficult database schemes.

Download Now

4- Blog Stats by W3Counter

w3counter stat plugin for WordPress

This one of free statistics plugin for WordPress plugin has the widget which it inserts to your sidebar automatically with the tracking  code. This plugin is very much in use by the webmasters. It is simple to use and can be run by any user even if they do not know much about dealing with these plugins. The plugin is so much popular that it gets more than 30 downloads per day. It tells you all about the number of daily visitors, top posts, searches and traffic coming your way with the exact numbers.

Download Now

5- WassUp Real Time Analytics

wassup statistic plugin for WordPress
This is very useful site for those who want to keep an eye on the visiting and the activity of the visitors. The WassUp has an in detail console, which shows you that what are your visitors doing on the website.

You get to see an individual act rather than the gathered data of the visitors. You will get to see that what keyword, time period, type of visitors, etc.

This WordPress stat plugin also shows you that which visitor is online and what are they up to from which location. There are two spams detected functions are present in this plugin.

Download Now

6- Analytics 360

stat plugin for wordpress
It gathers the Google Analytics and MailChimp’s Analytics360 plugin data into one dashboard. You can check that which users are adding into your mailing list and what is the status of current address and the new addresses. With the tab of campaign traffic, you can individually assess that how much traffic is coming towards your website with the single email campaign.

This stats plugin for WordPress will help you in finding out that that is the new visitors coming to your website through which reference or if they are visiting directly. Along with these main services, there are so many other services by the Analytics 360 plugin as well.

Download Now

7- WP-Stats-Dashboard

wp stats dasboard
WP-Stats Dashboard is one of best wordpress stats plugin. This multipurpose plugin helps you in getting the stats about your social engagement, ranking in the Alexa, blog traffic and much more. The additional features are like:

  • Translate your page for the external users.
  • Chase the social metrics of 50+.
  • Finds the profile.
  • Number of stats dashboard widgets.
  • Provides you the sidebar widgets such as: every day graphs, social metrics, top authors, etc.

Download Now

8- StatPress Reloaded

k stats reloaded

This WP stat plugin has the brilliant offers for the WordPress blogs. You can check out the keyword search, browsers, visitors, OS information without any issue.

You can easily get the information about your blog once you install it on your WordPress blog. It can tell you the stats by showing it on the sidebar. With the limited space; the plugin removes the older documentation. There are several language options as well.

Download Now

9- Advanced Blog Metrics

best stat plugin wordpress
Progress your blog’s performance by adding this plugin to your WordPress blog. It has the features like:

  • Tells you the right time to post your release.
  • How many comments you received in a day.
  • Tells you the highest number authors who made the comments.
  • What is the time when your post is getting the most number of comments?

Download Now

10- WP Statistics

wp stat plugin
This plugin has its own way of collecting, generating, informing you about the blog statistics. It gets to know you about the:

  • Pages which are getting the highest number of visitors.
  • Repost of statics through email.
  • Who is visiting your website right now?
  • How many people are online on the website right now?
  • Updates to the GeoIP database.

Download Now

My Suggestions

All above best WordPress stats plugin are the best to use for your WordPress site. Though, it is alright when you install only one plug-in as the entire above mentioned plug-in have the best features.

When it comes to choosing from the above given best WordPress stat plugin, then Jetpack seems like the most appropriate one for the WordPress statistic plugin. I recommend Jetpack because it comes with lots of built in features like social sharing, custom css, shorten link, socialize, mobile theme and so on.

How do you track stats on your blog? What’s your favorite stats plugin for WordPress?

7 Killer SEO Steps to Optimize Your Website in SERP

SEOSEO optimize your blog or make it appear on top Search Engine Results to enhance the traffic on your site. Basically, the thing matters here, is to figure out the keywords on which you want the visitors to reach your site through Search Engine Results Page (SERP). If you are new to blogging and SEO in particular, you should be aware of some basic SEO tips to improve your site’s ranking in the SERPs.

7 Killer SEO Steps to Optimize Your Website in SERP

 

1. Keywords in Title Tag

Title Tag is one of the most significant elements to position your webpage higher in your chosen keyword. This tag gets visible in the clickable link on the SERPs. It’s better to start your title with a long-tail keyword having less competition. Try to use your Keyword within the range of 65 characters, as search engine don’t consider anything after 65 character limit. Don’t repeat your Keyword in your title; otherwise your site could be penalized.

2. Use Keywords in Header Tags

Header tags are one of the most imperative On-page search engine optimization factors. Use the similar keywords in all heading tags. This way, you can easily bring focus of the page on a sole keyword while getting superiority in the Search Engines. You should better utilize your main keyword in first heading tag while trying to keep the Keyword at first.

3. Use Keywords in Image Alt tag

Images can express many words but SE Spiders don’t translate images, they only read the alt tag to understand the image with textual description. Therefore, it is vital to provide a significant description of an image with using keywords. It will optimize the images used in your content and rank them higher in image searches.

4. The Power of Internal Linking

One significant factor of SEO that is often ignored is Internal Linking. The better approach is to reactivate and revitalize the old posts in archive, as compared to link them in your fresh posts. Don’t miscalculate the authority of internal linking in the distribution of page rank.

Planting in directories, such as Yahoo, DMOZ and other article and content listings can be quite helpful to achieve positive ranking overall. Some people believe that it’s not possible to list your content on DMOZ, especially if you don’t have much credible data, but if you could, it may bring you positive results.

6. Use Meta Description

Though Google is now giving less importance to meta-tags, there are two meta-tags that still matter in SEO, But, Meta description Tag still has importance from a human and search engine perspective. Description meta-tag is what you use to illustrate your website. In fact, this description is what the visitors see when your site appears on the search results.

7. Use Keywords Meta Tag

Fill your Keyword tags with relevant keywords while avoiding replicas and Keyword stuffing. The Keywords you mention in the keyword tag should be relevant to the context of your page. Keywords used in meta-keywords-tag must somehow appear somewhere within the body of text. Otherwise, your webpage can be penalized for irrelevant content.

About The Author
This is guest post by Sarah Smith who is a professional Guest blogger. Writing for MacKeeper-useful software that will help you with Mac fix and Mac scan.

How To Add Floating Contact Me Button To Blogger

floating conatct me buttonWe also know that how important are visitors for us. But how to interact with them? There are many ways like adding a contact me link to footer, sidebar or in navigation menu. But adding floating contact me button is best choice. This will help your visitors to easily find contact button.  Adding Floating Contact Me Button is best way to interact with your visitors and make them love your blog.  Now You can Add Floating Contact Me Button To Blogger. You just need to place below code just after <body> to add floating button and link it to your contact me page.

How To Add Floating Contact Me Button To Blogger

Follow following simple steps to add floating contact me button to blogger. But Backup Your Template first.

  • Goto your Blogger Dashboard > Design > Edit Html
  • Click on Expand Widget Template
  • Now Search for <body>
  • and replace <body> with below code
<body>
 <a href='https://allbloggingtips.com/contact-us' style='position: fixed; top: 40%; z-index: 4;'><img border="0" height="170" src="http://2.bp.blogspot.com/--vuieai7-4s/Twm8UiIon4I/AAAAAAAAAQU/PZpTmVDCt58/s200/floating%2Bcontact%2Bme%2Bbutton.png" width="40" /></a>

And click on save but before saving it read next part of article below.

Customization

Make following changes to above code.

Replace https://allbloggingtips.com/contact-us  with you contact us page.

Now you have done sace your template and is you Add Floating Contact Me Button To Blogger. do comment if you face any problem.!!

10 Killer Tips For New Bloggers Before Starting A Blog

So the idea of starting a new blog has been implanted in your brain for some reason say fame ,money or passion.Many blogger commit mistakes in their initial stage of blogging which wastes a lot of time and some times money.I have an experience of 3 months in the field of blogging.I committed many mistakes and wasted a lot of time in understanding the basics of blogging.Though i am not a professional blogger i would like to give tips for new bloggers who are planning to start a new blog.

10 Tips For New Bloggers Before Starting A New Blog

 

1.Which Platform to choose:-

wordpress or blogger

There are many platforms of blogging but the most famous platforms are blogger and WordPress.

Again in wordpress there are two types one is free and other is hosted one.

If you want to earn money from your blog or blog like a pro blogger then I would suggest you to go for wordpress with self hosting.

If you don’t want to spend a single penny from your pocket on your blog and want something free then go for blogger.

 

2.Domain name:

If you are hosting on free blogger or wordpress then you will get a free sub domain as www.example.blogspot.com or www.example.wordpress.com.

But don’t go for those sub domains.If you want to be a pro blogger then go for a good domain.Below are some tips before buying a new domain.

  • Try to include some keywords in your domain which matches with your blog niche for good search engine results.
  • Your domain should be short and appropriate
  • Blog Domain should attract the visitors and it should be easily memorable.
  • Avoid (-) in your blog domain to the best possible extent.

3.Blog design:

Your blog design should be simple and user friendly.It should attract your visitors.Go for a premium theme for a professional look

4.Content of your blog:-

Content is always the king.If you don’t have good content then what all you do to decorate your blog goes waste.

5.Frequency of posting:-

Plan yourself how frequently you post and how often you update your blog.It may be 2 posts for 3 days or 4 posts per week plan according to your convenience.Plan posts for future to avoid delay.

6.Blog Promotionall social

Promote your blog on various forums and social networking sites. Now a days social networking site are playing a major role in success of a blog because now a days every one use social networking sites to connect with friends.So make use of social networking sites like facebook,twitter,google plus etc.

7. Maintain Good relation with your fellow bloggers

Commenting on other blogs and maintaining a good relation with your fellow bloggers always help you in building your blog.

8.Guest posting:-

Guest posting is a good way of building back links and drawing attention towards your blog.

9.Use Share,Follow and good RSS buttons:

Using cool share ,follow and RSS buttons attract your blog and increase the number of followers to your blog.So if there is an update they will come back to your blog once again,you can keep your readers intact with your blog.

10. SEO (Search Engine Optimization):-

Now this is the word which many newbies are afraid when they hear.SEO is nothing but a strategy of improving the visibility of a website or a web page in search engines like google, bing and yahoo.Do a little research on SEO to become a successful blogger.

 I hope these tips helped you in starting a successful blog.