Jump to content

Recommended Posts

Guest Charles
Posted

I have 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):

<cfinclude template="blogger.html">

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 <Blogger> and </Blogger> tags. Upload your new template page to your server, and if everything worked, you should see your blog working correctly

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...