Iweb'09 blog comments and google analytics

My apologies if this has been asked before.
My blog no longer allows comments. This occurred when I used the Automator program to add google analytics to my site. The good news is that google analytics does work. I host the site on mobile me so I have 2 questions
(1) Is there a way to get google analytics to work and allow blog comments within a moble me hosted site?
if not, how can I remove google analytics to restore the blog comment capability and is there a monitoring package available within the mobile me world?
thanks

I had the same problem. From the little research I've done it appears that you can't have the comments on and run GA at the same time. I have seen some messages on here that claimed to move a picture on the pages that had comments in order to restore the ones that were lost. I didn't have any luck with it.
Here's and interesting site that references it in the comments section.
http://allaboutiweb.com/index.php/2009/01/why-use-google-analytics-iweb/

Similar Messages

  • Techie Question about iWeb, outbound links, and Google Analytics

    Hi,
    I have a kind of pretty technical question about using Google Analytics (GA) with iWeb sites to measure clicks on outbound links. Here's the setup:
    1) My website's online, and GA is working properly.
    2) I don't sell stuff directly, but I do have a "Purchase" page which contains a link to a specific Amazon page.
    3) I'm pretty sure I can measure how many people go to the Purchase page using GA, but how do I measure whether visitors click on the Amazon link? It would be interesting to me to be able to gauge what the conversion rate is; that is, how many people actually proceed to purchase the product at Amazon.
    I've checked the GA instructions and there's a page about manually tracking clicks on outbound links but it requires some code inputting. I know zero about coding, but I'm pretty sure that in iWeb you can't get access to the source code to input the required code.
    Am I wrong about this? And if I am, then does anyone here know how to measure the clickthrough rate?
    Anyway, hope you can help. Thanks in advance.

    I don't know about the link tracking but you could have the link take you to a redirect page which automatically sends them to Amazon.com after a preset time, 0 seconds to whatever you'd like. You can put a counter on that redirect page, like StatCounter. StatCounter can tell you how many, from where they came, i.e country and area, repeat visits, etc.
    Tutorials #12 & #13 describe how to put a visible counter on a page but with a redirect page you wouldn't have to bother since it wouldn't be seen. You can get all of your information from your account on the StatCounter site.
    The redirect page would be a simple plain text page titled redirect.html and would look like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="refresh"
    content="0; Destination URL">
    <title>Redirecting or whatever you'd like to appear at the top of the browser</title>
    </head>
    <body>
    </body>
    </html>
    0 Is the number of seconds to wait before redirecting the visitor. If set to zero the visitor would not know they were being redirected. Replace Destination URL with the Amazon URL you want them to go to.
    OT

  • Google Analytics Automator breaks iWeb blog comments

    Hi
    I added a blog for our Small Business site that I created with iWeb. We used Google Analytics and the Automator script add the HTML snippet to track visits on our site. Since I added the blog I realized that after running the GA automator script the "Add a comment" link disappears.
    Kinda defeats the purpose of the blog. I have to choose between tracking how many visitors have been on the blog, or visitors posting comments, but I can't have both. How can I fix this and track how many visitors were on our site, and have a blog where visitors can leave comments? Any ideas and solutions would be most welcome. Thanks,
    Zoltan

    Unfortunately, as you have discovered, inserting Google Analytics into your site requires post editing. This means that you cannot just publish directly to MobileMe from iWeb - to insert the analytics you need to publish to a folder, insert and then place the Blog directly on your iDisk - unfortunately, this way you loose the features that your iWeb blog provides when published directly to MME - i.e. Blog comments.
    Do you have an ordinary website too or is it just a blog? If you have an ordinary website, what some people do, including myself, is set up a blog with WordPress, E-blogger, or http://www.posterous.com and link to it from your iWeb site.
    If you are just after setting up a blog on its own without a site, then I would suggest you look at http://www.wordpress.com, http://www.eblogger.com or posterous (link provided). You can set up a blog with any template you like and can add entries on line at any time, rather than being limited to updating with the domain.sites file as you are with iWeb.
    In WordPress, you can also add as many pages as you like, so you can effectively have a website as well as a blog, so the other alternatives might be a better bet than iWeb and I think they have their own built in analytics too.

  • Google Analytics breaks iWeb blog comments

    Does anybody know a workaround for Google Analytics' breaking of iWeb blog comments? Apparently, from some posts I've read, StatCounter and other traffic stat services break iWeb blog comments, too... so it's apparently an iWeb issue rather than a Google Analytics issue. FWIW, I'm publishing to my MobileMe personal domain. Thanks in advance!

    I found a decent way of adding Google Analytics to all pages, without using HTML Snippits (which cause analytics to track those odd page names like widget2_markup.html), that doesn't break MobileMe comments, and doesn't require any post-processing of your iWeb site. Just Publish and go! Open up your iWeb app bundle, and drill down to Contents/Resources/Scripts/Site. Open up the file iWebSite.js in TextEdit (or your favorite text editor), and paste the following at the bottom of the file:
    // Begin Google Analytics
    gaTrackerId = 'ss-ddddddd-d'; // insert your tracker id here
    document.observe('dom:loaded', function() {
    var gaJsHost = ( ('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.') + 'google-analytics.com/ga.js';
    var script = new Element('script', { 'src': gaJsHost});
    var gaTrack = function() {
    if (
    !script.readyState
    || /loaded|complete/.test(script.readyState)
    var pageTracker = gat.getTracker(gaTrackerId);
    pageTracker._trackPageview();
    script.observe('load', gaTrack);
    script.observe('readystatechange', gaTrack);
    document.body.appendChild(script);
    // End Google Analytics
    Credit to this solution goes to this blog post. I got the idea to find a way of using Google Analytics in Prototype (since iWeb sites use the Prototype JavaScript framework) and found that blog snippit.
    And yes, since this is editing the iWeb application bundle, you may need to reapply this hack if/when iWeb is updated. Hopefully though, some enterprising iWeb engineer is reading this and will add proper Google Analytics support to iWeb for us.

  • IWeb '09 and Google Analytics

    So, Apple finally released the feature I've been waiting years for - the ability to upload to FTP in iWeb '09. This is really awesome because iWeb can upload changes to a site only instead of having to export the site to my hard drive then upload the entire site via a separate FTP program.
    The only problem is it has basically broken my Google Analytics support. I used to use a Automator script to automatically add Google Analytics code to each page before manually uploading, but now that iWeb does the uploading itself, I can't do this anymore. And the way iWeb implements HTML "widgets", it loads javascripts in a separate file instead of in the main HTML file of each page, which basically means Google analytics won't work.
    Does anybody have a good way to get Google Analytics working in an iWeb page without exporting the page and uploading with a separate FTP program?

    J-a-x:
    I started using iWeb '08 when it first came out and have been very happy with it. I purchase iLife '09 and have switched to iWeb '09 with very few problems. I use Statcounter (and Google Analytics on one site) and ran into the same problem that you have indicated. Initially, I used the Publish to FTP function and used html snippets for the Statcounter code which worked OK.
    One of the problems with using iWeb is that the pages do not always look the same in Safari as they do in IE7. What I do not is publish to a folder then through VMWare Fusion, look at the pages in Internet Explorer. The main difference that I am finding is the text boxes. This procedure allows me to make sure that the pages veiw correctly in IE7 before I publish them.
    Once, I am happy with the pages in the website, (at the recommendation of Roddy) the pages are optimized through Website Maestro (WSM). This creates another folder in your Sites folder with each site optimized. I then use iTweak to add the Statcounter codes to the optimized pages and then upload to the server with Fetch. WSM has the upload function, but last night I could not figure out the paths correctly so I used Fetch.
    FYI, I am also using Multisite with iWeb '09 and it seems to work fine. I maintain three websites, two of which have similar information. I can be working on a site, use Multisite to quickly switch to one of the other websites, copy information, then switch back to the previous site and paste the information. Seems to work well.
    I think an important thing to remember is that most of the people that view your website are going to be using Windows Internet Explorer so it is very important that you make sure that the view they see is correct; in that case WSM is a must have.
    Is iWeb '09 worth the upgrade? Yes, I think so even though I have chosen no to use the Publish to FTP function, the Publish to Folder option is much enhanced. There may be some additional enhancements that make it easier to use that I do not use and am unaware.
    Hope this helps!

  • Iweb and google analytics

    hi,
    i am new to iweb, i am trying to insert a google analytics script to my new site, how can that be done? can i edit my site in HTML mode?
    please advise, thanks, Meir

    Salut,
    I just tried 1000 combinations to implement that code and only had errorr... The solution proposed by Wyodor (thanks for the post btw) seems to be simple and easy but I definitely don't understand what I'm doing wrong...
    - I changed the google analytics code thanks to "Fraise" (HTML editor) by deleting :<script type="text/javascript"> and </script>
    - I uploaded the text file in a specific folder on my server (in the root)
    - I finally added the HTML snippet on iweb with the code given by Wyodor...
    - I publish
    = Result : no google analytics when I check my source code...
    Maybe my mistake comes from the code : newScript.src = 'http://url/of/the/file/named/analytics.js';
    Could you tell me exactly what URL (of the file named) I have to put in the HTML snippet ?
    I also read some articles where people say that iWebSEO is working well. Would you recommend to use it instead of that solution above ? Do you think that iWebSEO can be a good way implement meta tags in order to improve your visibility on search results ?
    Thanks for your help
    Merci !

  • IWeb'09 Blog Comments and non mobile hosting

    Is there a workaround to enable blog comments if you are not using mobile me to host your website.
    Also, is there a reason (other than driving more business to the mobile me service) that blog comments don't automatically work with other sites?
    thanks
    Miles

    Is there a workaround to enable blog comments if you are not using mobile me to host your website.
    Haloscan is one.
    Also, is there a reason (other than driving more business to the mobile me service) that blog comments don't automatically work with other sites?
    The system used to create them depends on software located on the MobileMe server.

  • Problem with redirection and google analytics

    Hello,
    I created my professional website with iweb and bought a domain name for it can be simplest to remember, so this professional domain name (www.julienchabot.com) redirect to the iweb url (web.mac.com/julienchabot/iweb/com/home.html). Now I subscribed to Google Analytics to know the statistics of my website, but it seems that when people visit www.julienchabot.com, google analytics doesn't register any visit on my website, it only registers something when the iweb url (web.mac.com/julienchabot...) is visited, so only when I visit my website as a webmaster because I'm the only one to know this url.
    So it's very frustrating for I can't know the statistics even if Google analytics seems to provide fantastics results !!!
    However, when we're on julienchabot.com and that we read the source code, the correct code and iweb url appear on the top of the window... Does the problem come from the redirection company I subscribed to ?
    Has someone a solution to this problem ?
    Thank you very much for your help !!
    Julien

    Dear Gretsch,
    Thank you for this website, I just registered but unfortunately the problem is still the same ! I think it's due to the redirect company I subscribed to, they use "frames" for the redirection.
    Do you use frames as well for your website ? StatCounter asks if it's the case before providing the code and I replied "yes", they specify to put the code in the main page where there's not the "frame" code, but I don't know where this "frame" code is written, so I put the StatCounter code on the homepage one, but it's the same than with Google.
    Would you mind provide me the url of your website for I can compare your code to mine ?
    Thank you very much for your help !
    Julien

  • IWeb, blogging, Facebook and Twitter

    Over the past few months, I have been getting my feet wet with iWeb 2009. To date, I have never used iWeb's blogging feature. (I post all my web pages to a GoDaddy account.)
    This raises some questions:
    1: Do iWeb's own blogging features work with non-MobileMe web-server services such as GoDaddy?
    2: Does iWeb offer any icons or other linking techniques so that I could connect a FaceBook or Twitter account to my iWeb-created web-site if I wanted to?
    3: Are there any tutorials anywhere on the web that can help iWeb users understand how to link/blend their iWeb-created web pages with social media accounts such as Twitter, FaceBook, Picasa and Flickr?
    Thanks in advance.

    No. If you post an iWeb created site with a blog to GoDaddy, then the blog comments will not work. This is a MobileMe only feature.
    There is a workaround however, in that you can use http://www.intensedebate.com - set up an account for free and place the code in an html snippet on the page that you want the comments on.

  • Does iWeb blogging (comments, etc.) only work when published to .Mac?

    The subject says it all, but I was wondering how well the blog features of iWeb work when publishing to a non-.Mac host.
    Right now I use WordPress for my blog. Is iWeb's blog feature a reasonable alternative?
    doug

    The iWeb features which are .Mac only are: Direct one-step uploading, Password protection, Hit counter, Slideshow with viewing controls, and Blog Comments/Searching.

  • Iweb blog comments

    Hi people,
    Could somebody help me?
    i have published my site at www.dubkasm.com and used a blog page as a comments book, only when i publish the site there is no section like 'add comment' or 'post message'. How can i do this? Any help much appreciated!
    Cheers,
    Ben (Brazil)

    Try searching the forum as this has been covered before.
    As far as I can remeber Blog comments created through iWeb are stored server side on .Mac somewhere, so exporting your site to another domain, other than .Mac, will make comments inactive.

  • Flash and Google Analytics

    Hi there!
    I'm wondering if anyone here has managed to hook up a flash site to google analytics.  I'm talking specifically about communicating clicks internal to one's flash application to the Google Analytics system.  Seems to me this is either impossible or a total pain in the keester.  Any and all comments or insight are welcome here.

    http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html
    That should get you started....
    HTH
    -Ted

  • Adobe Muse site and Google Analytics/Webmaster Tools

    Ok, so this is my first time attempting to utilize Google Analytics/Webmaster Tools, etc. onto a Muse website. It gives me an html code that I am supposed to add to my website. Without using the Edit > Insert Custom HTML, I need to actually go into the site Code and add it manually. For example, the Google Webmaster basically wants me to add a "google1234567890.html" page to my site, so I need to actually be able to upload a .html to act as a page on my muse site so that it can verify the "www.domain.google1234567890.html if one were to visit it like a page. Additionally, with Google Analytics, it requests you add a custom html code to each page you want to "track". The Edit > Insert HTML does not work with these tools. So ultimately, how can I access my actual HTML code in order to add these manually to each web page, AND have it Publish?

    http://www.j-26.com/google-webmaster.html
    http://www.j-26.com/google-analytics.html
    those are updated version of Dr Juan's links.

  • I'd like to copy my iWeb photos & comments and put them into a Photo Book

    Instead of building a Photo Book from scratch in iPhoto, I'd like to copy several photo pages with comments from iWeb and transfer them into a Photo Book. I tried to copy/paste and this doesn't work - the comments do not get captured. Has anyone done this? Thanks.

    Command-Shift-4 will change your mouse into cross-hairs. Position at the upper left corner and drag to the right and down. When you have things lined up let go of the mouse and a new image file will be placed on your Desktop.
    This image file will probably not be high enough resolution to use in a printed Book, however. They require 300 dpi in most cases.
    To copy text from a Web page hold down the mouse as you drag across it and "Copy". "Paste" into any text editor to save the clippings.
    You can also paste text into most image editing apps like GraphicConverter.

  • Can't access certain Google sites (youtube and google-analytics)

    I can't access Youtube or goole-analytics in Safari or in Firefox. In Safari, I get an error saying that Safari could not contact the server. Here are more symptoms:
    - A ping from Terminal works. The site responds.
    - No change when firewall is turned off.
    - No change when LittleSnitch is turned off.
    - No change when all settings in Safari are reset.
    - google.com works fine.
    - yahoo.com works fine.
    - Other video sites work fine - only youtube is affected.
    - Youtube videos linked on other web sites do not work.
    - In Safari I get a blank window - no text at all.
    - In Firefox I get text but no videos at all - but the page never fully loads.
    - Parental controls are off.
    - I connect to the internet without proxies - ie. there are no proxy settings.
    - I have installed the latested versions of Flash and Shockwave.
    I have seen a lot of messages regarding this problem. Does anyone know about the cause ? Some people have noted the problem started with the beta version of Safari v4. If so, why would that stop Firefox from working ?
    It's not a big deal but this is really bugging me. Why would all web acess be lost ?
    Thanks
    Garry

    Great news Garry, thanks!
    DNS Servers are a bit like Phone books where you look up a name and it gives you the phone number, in our case, you put in apple.com and it comes back with 17.149.160.49 behind the scenes.
    Problems are that many Modems/Routers don't communicate the DNS Servers with macs all that well because they've made mistakes in their Firmware & by golly by gee, they tell MS about the workaround!
    Then, many... even major ISPs have DNS problems and may have not even patched them against DNS poisoning!
    Those numbers are in the US, and there may or may not be faster ones in your area, but I doubt there'll be and better more reliable ones!

Maybe you are looking for

  • Issue with drill down in Financial Reporting 11.1.2.2

    Hi All, I have a requirement like this : I have different dimensions for Year and Period(Period has half years and also quarters ). The requirement is like that when the report opens up the rport should look like this:                          YearTo

  • An error occurred while applying SQL script for the feature BackendStore.

    Hello, I am using my AD in Windows Azure VMs. I created new VM of A3 (4 cores, 7 GB Memory) Windows Server 2012 R2, Port 1433 MSSQL added, made it a member of Domain and planned to install first Lync Server 2013 on it. In "Setup or Remove Lync Server

  • Computer will not install itunes 10.5

    I have downloaded the new iTunes 10.5 to my computer, but it will not install. I have never had any problems with any of the other iTunes downloads. If I can't get this to install I won't be able to use the backed up info I have to add to my phone si

  • Select-options ALV problem

    Hello @all, I want to make reporting in webdynpro ABAP. I have one Webdynpro component for this. For this I have see many tutorials. But in all the select-options and alv are on one view. i want to make it on two views. Has anybody an tutorial for th

  • In which case the data should go one partition go to another?

    Hi All, My db is 11.2, Exadata machine. I encountered the same problem here. When I used  'where column=1', I got the result as 1 and 2 That is I find some data should belong to one subpartition appear in another subpartition. Partition and subpartit