Jump to content

Blogger Problems


Recommended Posts

Guest dutchman
Posted

I have repeatedly tried everything to insert my blogger onto my site and am totally flustered. Anyone know any secrets? Thank you.

Charles V

 

FYI - these are my instructions from Blogger which I have done over and over:

 

How to create includes

To begin using includes with your blog, you'll first need to make sure your web server supports either Server Side Includes (SSI - most Unix/Apache hosts allow this), ASP (most NT hosts allow this), PHP (many hosts allow this), or ColdFusion. The next step is creating a template file for your blog, where most of the html that surrounds your blog content will be, and most people would name their template file so it comes up as the default page for their server or site folder. Next, add the following lines of code to your template, where you'd like your Blogger content displayed. The following lines of code will insert a file called blogger.html into your template at the location you specify:

 

Server Side Includes (SSI) :

<!--#include virtual="blogger.html"-->

 

ASP:

<!--#include file="blogger.html"-->

 

PHP:

<?php include ('blogger.html'); ?>

 

Cold Fusion (CF):

Next, go into your Blogger settings, and modify your Blog Filename to be blogger.html. Go into the Template section and strip out all the HTML above and below your and tags. Upload your new template page to your server, and if everything worked, you should see your blog working correctly

Posted

I'm afraid I don't personally know the answer to your problem, but I am curious as to who you are using to help with your blog. I set up mine using www.blogger.com, and it didn't require that I add anything special to my site--I just had to be sure I knew the user name and password necessary to FTP the blog. The whole process took me maybe a couple of minutes.

 

If you aren't using www.blogger.com, maybe you could check them out and see if you have better luck.

 

Not much help, I suppose, but you never know...

 

aikiDave

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...