Add Google +1 Button to Dolphin 7
First you will need to go to Google's +1 code page and pick the size and style you want to use.
http://www.google.com/webmasters/+1/button/index.html
After picking your size and style, it will give you 2 lines of code you need to add to your Dolphin 7 website.
Here is the story
http://www.dialme.com/m/articles/view/Add-Google-1-Button-to-Dolphin-7
Search This Blog
Wednesday, January 11, 2012
How to Track Page Load Times with Google Analytics in dolphin 7 website
How to Track Page Load Times with Google Analytics in dolphin 7 website
Many people use the popular Google Analytics as their primary means of tracking website traffic. Google Analytics provides some really detailed statistics and is pretty decent.
There are a number of customizations you can do to your Analytics code to provide additional details and stats in your account. Some people are not aware of this, but one of the simple ones you can add is Track Page Load Times.
I am placing this in the Dolphin 7 Tutorials section because further down you will see a couple of Dolphin 7 code references.
It can obviously be used with any type of website though.
After verifying you have correctly added or updated your code, you will need to wait a few hours, and preferably at least 24 hours before you start seeing data in your Google Analytics account.
Google suggests adding Analytics code to the header between Google Analytics Code tag. In Dolphin 7's case this would be:
/templates/base/_header.html
or and in
But, you can still add it to the bottom of your page before the
Many people use the popular Google Analytics as their primary means of tracking website traffic. Google Analytics provides some really detailed statistics and is pretty decent.
There are a number of customizations you can do to your Analytics code to provide additional details and stats in your account. Some people are not aware of this, but one of the simple ones you can add is Track Page Load Times.
I am placing this in the Dolphin 7 Tutorials section because further down you will see a couple of Dolphin 7 code references.
It can obviously be used with any type of website though.
After verifying you have correctly added or updated your code, you will need to wait a few hours, and preferably at least 24 hours before you start seeing data in your Google Analytics account.
Google suggests adding Analytics code to the header between Google Analytics Code tag. In Dolphin 7's case this would be:
/templates/base/_header.html
or and in
But, you can still add it to the bottom of your page before the