Showing posts with label Blog Posts. Show all posts
Showing posts with label Blog Posts. Show all posts

Monday, January 5, 2015

Inviting Comments To Your Blog Is Not Cut And Dried

Blog owners are periodically asking themselves
How do I invite my readers to leave comments?
Some blog owners think of commenting as the most important way to get new readers.

One of the most seemingly insignificant components of the Blogger template is the link to invite the readers to leave comments. This is not a simple feature - it varies according to where the comment form is placed, and to different language and style decisions.

Variations
There are four comment form placement options, for Blogger blogs.
  1. Embedded.
  2. Full page.
  3. Pop up window.
  4. Dynamic template.
There are two display contexts.
  1. Index page view (archive retrieval, label search, main page).
  2. Post page view.
Some blog owners may confuse index page view, with "Show at most" set to "1 Post", to post page view. This won't be the case. "Show at most" will only apply to main page view. And main page display with only one post displayed, without jump break, will still be index page view.

Some blog owners may confuse index page view, with "Show at most" set to "1 Post", to post page view. This won't be the case. "Show at most" will only apply to main page view. And main page display with only one post displayed, without jump break, will still be index page view.

The placement option, added to the display context, creates a combination of various needs for phrasing the simple caption, which I will call for example
Please, leave a comment!
That simple invitation can vary according to the the nationality of the blog owner, and to the nature of the blog.

Blog Language
Comments is an English word. Every blog that's published in a non English language has a different word for "comments".
  • en français: commentaires.
  • in italiano: commenti.
  • en español: comentarios.
And some languages phrase plurals significantly.
  • 0 comments.
  • 1 comment.
  • 2 comments.
Very few blog owners publish a blog in (USA) English, and want the blog captioned with "1 comments", or "2 comment".

Long ago, somebody decided that inviting comments would be easier, if a blog with 0 comments was captioned with "No comments". Then, another grammar expert (lawyer?) decided that "No comments" could be interpreted by some people as "We don't want comments!".

Blog Nature
Then, some blog owners don't like the word "comments", they feel that the word should be changed, to reflect the nature of their blog. For my blog, "Chucks Musings", I would use "musings", instead of "comments" (but with dynamic templates, that option is not yet available). Other blog owners have used "dreams", "introspections", and "wanderings" (to name a few).

Form Placement
One of the most controversial features of comments is the limitation of displaying the individual comments, and the comment form, only beneath the individual posts. On the main page, for all comment placement options, you will see the comment caption "No comments", "1 comment", etc - which then links to the display of existing comments - and to the form to publish a comment.

All existing placement options now display existing comments only beneath the individual posts. With the full page and popup window options, a link captioned "Post a Comment" then leads to the comment form itself.

With the full page and popup window form, for the convenience of the owner and reader, existing comments are displayed there also. And, wherever the comment form is displayed, so must be the hated CAPTCHA form.

The Reader's Language
To further the confusion, some blog features are automatically translated into the readers language - when the reader is logged in to Blogger / Google, and when the reader's login status and Blogger profile can be determined by the blog display. In some cases, the readers location is used.

Sometimes, both the blog owner and reader could read / speak different languages, neither being English. Not every world citizen understands "Please, leave a comment!" - or even "Post a Comment". And some blogs are published in French - and read in both Italian and Spanish.

The Tower Of Babel
The Tower Of Babel is not going away, in this lifetime.

Saturday, December 13, 2014

Confusion From Blogs That Use Smart Links In Titles

Some blog owners like to publish blogs that use custom colours, in the titles.

Carefully coordinated colours are important, in some blogs. Both the blog title, and the individual post titles, in many blogs, are clickable link captions. The blog title links to the blog home page, and / or the post titles link to the individual post pages.

Some blog owners get confused, when they try to set the colour of the titles, to a custom colour - and see link colours (which vary according to status), instead of the selected custom colours.

With some templates, both the blog title, and the post titles, may be captions for "smart" links.

A "Smart Link" is clickable, only when it leads to a different page.

With a smart link, the caption is clickable only when you are viewing a page not targeted by the link. When the link is clickable, it becomes subject to the "link" vs "visited link" colour combination.

With a blog that uses a custom colour title, and links in the titles, you will have 4 possible title colours.
  • Custom title colour.
  • Link colour.
  • Visited link colour.
  • Hover colour.

The above colour settings are provided, for some templates, when one uses the Template Designer "Advanced" menu. All settings are not included on all templates - though you can add any needed setting, with a little work.

A post title is clickable, only when the post is viewed on an index page.

With a smart link, the title in question will be a link only when you are not viewing the page that's targeted by the link. The blog title smart link, for instance, will point to the blog home page - and each post title smart link will point to the individual post page.
  • When you are viewing the blog home page, the blog title will not be clickable. Each post title will be clickable link captions.
  • When you are viewing an individual post, the blog title will be a clickable link caption, and the post title will not be clickable.
  • When you are viewing an archive retrieval or label search, both the blog title and posts titles will be clickable link captions.

It appears that the post title smart links are enabled, when the post permalink is part of the published date / time, in the post footer. This option was common, with older templates; with some (but not all) Layout and Designer templates, it may also be available.

If the post permalink is not provided in the post footer link, it appears that "smart" links may not be an option.

If you don't want the "smart link" colour action, you can add a CSS rule, and make page / post titles a consistent colour.

h3.post-title {
color:#000000;
}

This will, for instance, make all titles black. Be observant, though - and make sure that this works, consistently, for you!

Friday, December 5, 2014

Removing Author Information From The Blog

Not everybody likes to be known, everywhere.

Some folks prefer to publish a blog, without their name appearing. Anonymity is a goal, for many blog owners.

Blogs using both Dynamic and non Dynamic (Layout, Designer) templates can be made anonymous - but different tasks are involved. Fortunately, both tasks are simple.

We've been advising how to achieve anonymity, with blogs published to non Dynamic templates, for many years.

Both the Author Name, and Author Profile below the posts, are removed, using the proper selections in "Configure Blog Posts". In the "Post Page Options", the second option (has a modifiable caption, which by default is "Posted by") can be de selected, to remove the name. The twelfth option, "Show Author Profile Below Post", can likewise be de selected.

With a blog published to a Dynamic template, the solution for this need is not obvious - but it's not complicated, either. Use the "Add CSS" wizard, in the Template Designer "Advanced" menu, and add one CSS rule.

.publish-info {display:none !important;}
I advise people to include blank lines before and after the rules being added. If there are other rules, previously added using "Add CSS", with blank lines, you won't necessarily need a second blank line - but you do need one blank line, between each different rule.

There are other tasks needed, to publish a blog anonymously - but removing the name from the blog is one of the most visible changes that you can make.

>> Top

Saturday, July 19, 2014

Mysterious Text, Overlaying The Post

A few times recently, we've had reports, in Blogger Help Forum: Something Is Broken, of mysterious text, appearing in the middle of the posts.
How do I remove unwanted text appearing in the middle of the page?
Frequently, all that we can see is a mass of text.

Occasionally, the mysterious text has been readable. Extracting key phrases from the text, we can some times locate the source of the mysterious text, in the post code.

Having located the mysterious text, we are no smarter than we were just previously, however.

The mysterious text. In this case, the text is simply unreadable.


In some cases, we've been able to read the text. A text search, in the source code for the page, might turn up this snippet of post HTML code.

<div id="stcpDiv" style="left: -1988px; position: absolute; top: -1999px;">
The project sees local artists joining forces with the University’s smart material researchers to work with local community groups to explore, create and design different applications for smart materials - See more at:
http://www.bolton.ac.uk/MediaCentre/Articles/2013/Feb2013-3.aspx#sthash.JEpPZWbT.dpuf</div>

stcpDiv


The key phrase in the code snippet appears to be the div id, "stcpDiv".

A Google search turns up a few discussions about the mysterious text. It appears that "stcpDiv" is part of a copy protection technique.
STopCoPyDIV
Apparently, this allows source websites to publish content with metadata - the equivalent of a non visible watermark - linking back to the source, when content is copied to another website.

To resolve this, you have to edit the post which contains the "stcpdiv" code in Compose mode, and use the "Remove formatting" tool. Then reformat the entire post.

Alternately, edit the problem post in HTML mode, and find and remove all "stcpdiv" code - one section at a time.

And in the future, never copy formatted content from a protected website.

This is yet one more reason why copying formatted text is not a good idea. If you must copy text, copy it unformatted - then re apply formatting, as necessary, after copying.

Thursday, March 15, 2012

The New Blogger GUI, And The Disappearing Drafts List

Right now, a few blog owners who depend upon using the Draft status on posts, and who move posts in and out of Draft status regularly, are noting an oddity in the New GUI Posts menu.
I can't find my Draft posts - there's no menu selection!

Looking at the menu, one sees only "All".
So how do I identify and update my Draft posts?

There are no imported or scheduled posts, in the blog.



Fortunately, this is not hard to remedy. Just pick any one post, currently displayed as "Published".

  • Edit that one post, and hit "Revert to draft".
  • Edit that one post again, and hit "Update".

And there is that one post, with the others, again published - and the menu now will now have selections for "Draft" and "Published".

This is, unfortunately, a temporary fix - the next time you reload your dashboard, you'll see only "All" again. But, it's easy enough to repeat.

You may see the same behaviour with the "Imported" and "Scheduled" lists.

Also, if there are no "Draft", "Imported" or "Scheduled" posts, the relevant link won't be seen.

What would be the benefit of viewing an empty page, after all?

Monday, February 20, 2012

The New GUI Template Editor, And Removing The "Blog Posts" Gadget

Since the most important part of almost all Blogger blogs is the posts, the "Blog Posts" gadget is an essential element in the template. Sometimes we have to remove the gadget though - maybe the gadget is corrupt - or in odd cases, we may have a duplicate "Blog Posts" gadget.

In either case, the solution is known, and is quite simple.
Remove (the / one) "Blog Posts" gadget.
Unfortunately, not everybody, needing such advice, is able to do this. People using the Template Editor in the New Blogger GUI (2011) may find, to their frustration, that removal of a "Blog Posts" gadget isn't permitted.

Sometimes, when we advise someone to remove a "Blog Posts" gadget, we find the advice not well received.
It won't let me do that!
or
I get a bX code, when I try to save the change!
Apparently, somebody who designed the New GUI Template Editor decided that removing "Blog Posts" just isn't a necessary option.

Right now, if you're going to remove "Blog Posts", you have to switch back to the Classic GUI.

>> Top

Wednesday, February 15, 2012

Cloning Your Blog

Occasionally, we see evidence of wistful thinking in Blogger Help Forum: How Do I?.
How do I make an exact copy of my blog, to another URL?
This should be a simple enough task - but it's not.

Before planning to clone a blog, using exact content, design, and layout, one should always bear in mind the search engines, and the possibility that both a clone may be subject to search engine duplicated content penalty - which may affect both blogs. Search engines want to index one copy of everything. When there are multiple copies of a given post on the Internet, all copies must be treated with suspicion.

When planning any cloning operation, we must consider the essential elements of a blog.
  • Accessories and Gadgets. There is currently no easy way to copy XML based accessories from one blog to another.
  • Blog Address. This is unique for each blog, and cannot be cloned. All blog content, which refers to the blog address (URL) must be updated. Internal links must be edited, to point to other articles within the target blog. External references to the blog may or may not need to be updated, to point to the new address.
  • Comments and Posts. Blog "articles" written by blog members and visitors can be copied from the source blog to the target blog, using the Export / Import wizards. Note one known caution, which should be observed when Importing content.
  • Layout and Template. The blog template can be copied from the source blog to the target blog, using the Template backup and restore wizards.
  • Blog Reputation. As with any new blog, this will start from scratch. All external links and references - whether the search engines, or the user community in general - must start from zero. This will be vaguely similar to the process of renaming a blog - with the exception of the reputation of both the source and target blogs, as noted above.

Some people, mindful of the inability to copy an XML based accessory / gadget, will suggest extracting the HTML rendered equivalent, from a blog source listing - then creating an HTML gadget in the target blog, using the extracted HTML from the source blog. This is a possible workaround, with several downsides.
  • This will be a manual and repetitive process, one gadget at a time.
  • Any gadgets, copied this way, will be based on HTML, and can't be maintained using an XML wizard.
  • The content of any gadgets, copied this way, will be static.

One specific accessory, Followers, is a part of both the source blog, and the Followers community - the collective profiles owned by all of the Followers. The Followers gadget simply cannot be copied, from one blog to another.

Other than the exceptions of the Accessories, and of the Followers community and gadget, almost any Blogger blog can be cloned - with the proper planning and understanding.

>> Top

Sunday, February 5, 2012

Blog Owners Reporting Inability To Update Various Template Gadgets

For several weeks, we've been seeing a light but steady stream of reports from blog owners unable to update various template gadgets, on their blogs. This blog, personally, has the full page Topics Index, which needs to be updated with half a dozen newly created labels.

In some cases, the "Save" button may appear inactive or dim; in other cases, the owner will see the "Saving..." status endlessly displayed, while the wizard appears to "hang".

We have a problem rollup in Blogger Help Forum: Something Is Broken, where we are collecting details from the blog owners reporting.
  1. What is the URL of the blog? If published to a non BlogSpot URL, both the BlogSpot and domain URLs may be relevant.
  2. Is this a team administered blog, or are you the sole administrator / owner?
  3. What is your Blogger / Google ProfileID?
  4. Does the blog use a dynamic template, or a non dynamic template?
  5. Do you use a Classic Blogger GUI, or a New (2011) Blogger GUI?
  6. What is the Title of the Gadget that you are Saving, unsuccessfully (please copy the title, accurately, from the popup window, before hitting Cancel)?
  7. What browser (name, and version, please) are you using?
If you are observing this problem, with your blog, providing as many details as possible may help Blogger Support focus on your problem, by identifying a pattern.


(Update 2012/04/27): Following an update last month, the problem was significantly reduced - though not eliminated.

>> Top

Monday, April 26, 2010

Adding A Gadget Above Or Below The Posts Gadget

Almost every blogger is used to adding gadgets of various types, using the "Page Elements" wizard, to the header, the sidebar, and / or the footer of their blog. If you can't do that, you just aren't enjoying Layout Templates, to their fullest.

Some folks haven't yet realised that you can also add a gadget just above, or just below, the posts.

This is not the same as adding a gadget to the bottom of the header (which is, admittedly, just above the posts); nor is it the same as adding a gadget to the top of the footer (again, just below the posts).

A gadget just above, or just below, the Blog Posts gadget stops next to the sidebar - as opposed to continuing above or below the sidebar, should you add a gadget to the header or the footer. It's just as easy to add a gadget to one place, as to the other, though.


Just drag and drop any gadget of your choice, to the right spot. See what this looks like, in my demonstration blog, Nitecruzr New Template Laboratory.

For a variation on this, you can setup such a gadget to appear only on the first page.

Friday, February 5, 2010

Duplicate Blog Posts? Remove The Duplicate!

As a savvy consumer, you likely love to hear about offers for 2 for the price of 1, of something that you buy frequently. That's a great deal, normally.

It's not for blog posts, though.

When you start to see double in your blog, chances are that you duplicated the Blog Posts entry in the template. It's not hard to fix, fortunately.

Edit the blog template, using the dashboard Template - "Edit HTML" wizard. Do not expand or unfold any widgets.

If you unfold either 'Blog1' or 'Blog2', you will have to find the end of the unfolded gadget section, which could be hundreds of lines later. If you delete 1 too many, or 1 too few, unfolded lines, you will get a syntax error.
Error parsing XML: ... The element type "b:section" ...
Deleting just one line (see below) is way easier, believe me.

Look for two lines, in the Body of the template, which may or may not be immediately next to each other in sequence:

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>

...

<b:widget id='Blog2' locked='true' title='Blog Posts' type='Blog'/>
Remove:
<b:widget id='Blog2' locked='true' title='Blog Posts' type='Blog'/>
Leaving:
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>

Save the change. You will get a stern warning when you save, demanding that you confirm that you really want to delete "Blog2". Obviously, you do. And don't forget to clear browser cache, and restart the browser, to reliably test your change.

Remember to save a copy of the template, before and after doing this.

And now, since you're here, and if you just removed a duplicate post template from your blog, help me to help others, and think why you're here.
  • What changes have you made, to the blog?
  • What accessories have you installed?
  • Any templates - Blogger or third party? - installed?
  • Any changes between classic and layout templates?
  • What Blogger features / wizards do you use?
    • Draft Blogger?
    • New, or Old, Post Editor?
  • What third party services have you ever allowed to access the blog directly, to install something?
Solving this problem starts with you.

>> Top

Navigate» Become author for this Blog