Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

The way to change description (the explanation of a blog) automatically every individual page

It's the way to change the explanation of a blog every article in Blogger in Google. I also touch only a little about a ninja blog.

When using jQuery and JavaScript, the favorite character is put in a favorite place, and thinks it can be replaced. I'll introduce the way which can be done easily using a variable of Blogger about the way to change the "explanation of" a blog indicated by the fixed character automatically every article here.

 

description (the explanation of a blog) is the explanation indicated under the title of the blog. This also depends on template, but I think it's the following description.

<p class='description'><span><data:description/></span></p>

"class='description'" establishes text color and a font in CSS. A part of "data:description" is the part which is exchanged for the explanation established on the setting screen of Blogger. It's possible to be to make this the variable Blogger offers and change it automatically every article of a blog.

 

Unfortunately, a variable such as the outlines and summaries is fed in Blogger  There is only something which can be used by a widget. The variable they seem able to use is about "the blog article whole" or "the title of the individual article". "The blog article whole" then, 2 bodies are shown and are insignificant, so the title of the individual article of a blog is made the way shown to the explanation of a blog. I think this is also so insignificant, but it may be a good one more than an explanation of the same blog is always indicated.

<p class='description'><span><data:description/></span></p>

A part above-mentioned is rewritten as follows.

<b:if cond='data:blog.pageType == "item"'>
  <p class='description'><span><data:blog.pageName/></span></p>
<b:else/>
  <p class='description'><span><data:description/></span></p>
</b:if>

If it's good, please try. My blog is being also replaced already. Write an individual article, and indicate Labels and Archive, and please check it. description will be the article title only at an individual article.

 

By the way, "ninja blog" then, there is a variable which indicates the first 100byte of an article body.

<meta name="description" content="<!--$entry_description-->" />

 

When including in METATAGU as mentioned above, it's securely like SEO, isn't it? ?!

 

It becomes different from talk of customization, but I think there is a lot of something which has no METATAGU in a template of Blogger. I think it's better to add METATAGU of "description" and "keyword".

 

A lot of people offer customization method to Blogger on the Web site. For example don't you want the function which "reads continuation" as good customization? When searching for this by "Blogger  Continuation is read." etc., many methods are understood, so please consult that. Several reference sites are carried.

How can I create expandable post summaries?(Blogger Help)
Creating 'After the jump' summaries(Blogger Help)
The function which "reads continuation" in Blogger is introduced, good one. Something bad.).
The function which "also reads continuation" in Blogger (Blogger of chestnut Bow  Guide)
The way to introduce the link which "reads continuation" in Blogger (iPhone atelier)
The way which shows a label page of Blogger to only the contribution title (Blogger customization information blog)

 

I couldn't be absorbed in customization and write an article easily before, so I think the customization will be made moderate in now, and spends time on a person who enriches an article.

I think the last customization will be "Movable Type" and "WordPress", but Blogger can use a variable and loop, so when reaching, it seems possible variously, doesn't it?

The way to change the imaging order of "the article title" and "the blog title" in Blogger

Customization method which corrects a title tag of Blogger and replaces article title imaging order with a blog name.

When not esteeming the brand of the blog in particular, it's said that they prefer order of "the article title (the title of the contribution)" and "blog name (the title of Blogger)" like SEO. Please see a title bar. My blog is being also replaced.

The number of characters which is shown to the search result by which it's for Google is decided. If it's the long title, the last character string is cut. "Blog name" lay also makes "the article title" indicate first to make "the article title" indicate as much as possible.

When I search variously, there are various methods. The character of the time ("-", "|", ">") is also various. Individual article in case of indicates "the article title" - "blog name", and I make the archive and the label "blog name" - "archive name (label name)" by a list page.

 

Customization can be achieved by correcting "title tag". First [A template is edited.] I search a screen for "title tag".

  <title><data:blog.pagetitle/></title>

This part is changed as follows.

  <b:if cond='data:blog.pageType == "item"'>
    <title><data:blog.pageName/> - <data:blog.title/></title>
  <b:else/>
    <title><data:blog.pageTitle/></title>
  </b:if>

The meaning of the respective tags is laid out in "Blogger help"  Data  There is a list of tags, so please refer to it.

When applying the above, they seem able to change description (the explanation of a blog) every individual page, don't they?

The way to put the watermark character (watermark) in a picture and a picture by lumping easily

The way to put the watermark character in a picture by lumping beautifully coolly easily. I'll introduce the way which is being done actually.
It was to put the watermark character in and was accented on a picture, and became cooler than I thought. I specify that the watermark characters are the title of the blog and a work, and, by other ones, it's difficult to be used, it's possible.
The processing which makes the size of the picture even uses "OTEGARU image conversion" to put "IrfanView" and the watermark character in.
These meet the following condition.
  • Free.
  • It's easy, quick and made.
  • More than one pictures can be treated with lumping.
  • Not a picture, but a character string can be input.
  • A font and the size can be designated.
  • The lower right can set the place where the character is put in easily.
  • The character as well as background penetration can do its own penetration setting.
I'd like to insert the character coolly in particular, so I was particular about the one which can do penetration setting of a character string. "OTEGARU image conversion" can also change the size of the picture by lumping at the same time. If all pictures are lengthwise or are only the side, I conclude by only this software. But a picture of the side is intermingled with a lengthwise picture in case of me. A lengthwise picture and a picture of the side wanted to make the area same and make the size of the watermark character even, so "IrfanView" which is a basic picture viewer was used.
As well as the designation by which IrfanView is the lengthwise size and size in the side, it's possible, but it can be designated such as the short vicinities and the long sides. A lengthwise picture and a picture of the side can make the area same and make the size even by lumping by doing this designation.

The actual work in which the watermark character is put will be below. To make sure that the blog can carry it, when it's I, I'll it be uploaded in "photo ZOU" of a picture sharing site and a link there be stuck on a blog. It was also possible to upload a picture in the function of the blog origin, but management and reuse were considered and it anyway was done separately. Default is "Picasa" in case of Blogger, so I hope that you use "Picasa".

Preparations
  1. It's held and a character string is decided.
  2. A font of a character string is decided (AULTA FONTS VIEWER is convenient.)
  3. Exif information on a picture and the file name are corrected.
  4. The size of the picture is put together.
  5. IrfanView is started.
  6. [File]-> batch conversion of the file format is held by [batch conversion  The form/name].
  7. The location of the file is designated and a converted file is added.
  8. JPEG/GIF preservation setting screen is opened by a [establishing] button of the setting of batch conversion of the file format.
  9. A check of [of EXIF information on a former picture, preservation] is removed (personal information elimination).
  10. Of setting of batch conversion of the file format, a check is put in [of in-depth setting, use].
  11. A in-depth setting screen of batch conversion is opened by the button which is setting of batch conversion of the file format [It's established in detail.]
  12. A check is put in resizing.
  13. The long side is designated by designation with the size.
  14. [It's OK.] I return by a button.
  15. A preservation folder is designated.
  16. [Execution] it's carried out by a button.

The watermark character is put in.
  1. "OTEGARU image conversion" is started.
  2. The picture in which the watermark character is put, drop
  3. [Preservation and the size] a preservation previous directory is designated by a tab.
  4. [A character string is synthesized in a picture.] check
  5. A character string is put in [the character string synthesized in a picture].
  6. [Font setting], [the color setting] a font and the color are chosen by a button.
  7. XY is designated by [the location when synthesizing it, (coordinate)] by [synthetic tab] (example :X=-200, Y=-50 in the lower right).
  8. The clarity is designated by [the clarity when synthesizing it,] by [synthetic tab].
  9. The change is confirmed by a preview (When drop territory is clicked when changing the setting, it's reflected.)
  10. Setting is corrected while seeing a preview.
  11. [I begin to change.] it's carried out by a button.
  12. [Setting is preserved.] setting is preserved by a button (Than next time, of a picture, it drops and is finished only by execution.)

It publishes in the blog.
  1. A picture is uploaded in a sharing site.
  2. A link for blog sticking is acquired from a sharing site (The alt attribute will be the file name.)
  3. A link is processed (Such as it's made only a img tag.)
  4. A link is stuck to an article.
It's a little troublesome, but when establishing it once, processing of setting becomes unnecessary from next time, so it becomes easy. A picture looks beautiful and wonderful than I thought the watermark character was put in, so please try by all means.

The template that Blogger is wonderful is in "BTemplates".

Site "BTemplates" where Template of terrible amount of blogger was being offered was found.

There was no one "It was this" even if various sites were seen and it turned, and it compromised, it decided, and here was different usually. There are a lot of templates of a wonderful design, and it has hesitated.

The template of my blog was downloaded from this site.
I revise it in I preference, but like it very much slightly.

I think a favorite template for kinds of Template of several thousand to exist, and to be found without fail if it is this site.

It is possible to change easily by setting Google Blogger in the color and the location, etc.The displayed language is changed into Japanese etc.The background color and the character color are changed. Plug-ins such as Archive and Labels can be added, be deleted, and order be replaced. First of all, please choose designing by intuition.

If "Page 1 of 177 1 2 3 4 5 6 &gt;" under the left is sequentially clicked, it is possible to confirm it to see other templates. It becomes all screens if "Demo" under the left of the image is clicked and it is possible to see greatly when liking it because the thumbnail (small image) is seen.

The day grows dark when slowly seeing because it is really a lot though it is a shriek of joy.