Questions tagged [blogger]

Use for questions about Google Blogger, a free service for blog publishing. Do not use for questions about blogging engines or tools.

About

Blogger is a free blog publishing service by Google. All blogs on blogger are hosted on Google server on blogspot.com subdomain. You can also host with a custom domain.

Use for questions

About creating, managing and troubleshooting blogs with Google Blogger.

Do not use for questions

  1. About blogging engines, frameworks and CMS, use instead
  2. About API-specific issues, use instead

Useful resources

  1. Official website
  2. Wikipedia article
  3. Official blog
  4. Official forum
  5. Blogger Help Center
  6. Official Developer Blog
  7. Blogger Developer Group
  8. Blogger API documentation
2952 questions
0
votes
1 answer

How to use listByBlog at Blogger API v3 properly?

I'm in Node.js I'm tryting to use listByBlog to get all comments without going to each posts from a blog. But I really can't make it work. I did "Try this API" on https://developers.google.com/blogger/docs/3.0/reference/comments/listByBlog I'm…
LeeHK
  • 1
0
votes
1 answer

I want to set a meta description by tag

For example, the name of the label is automobile. The page with the car label is example.blogspot.com/search/label/automobile , so I want to enter the meta description myself when I am on this page. How can I do it? I will use it for multiple tags.…
Odyseeus
  • 1
  • 1
0
votes
1 answer
0
votes
1 answer

Blogger Emporio templete: Add second line of text on homepage snippets

My blog is https://testfnm.blogspot.com based on the Blogger Emporio template. On the homepage, under the titles of the snippets, I would like to add a second line of text with the country name. So for instance, under the title "Milford Sound" I…
firoze
  • 61
  • 1
  • 10
0
votes
1 answer

how to put an image / logo at the middle positions

I've been struggling to put an image / logo in the middle. I did at the inspect id did nothing. From center - align middle enter image description here
0
votes
1 answer

Blogger/Blogspot condition for showing date modified

So i'm trying to write a condition thats basically says, if dateModified is not equal to datePost, show dateModified. This works: This works: This doesn't work:
Xarcell
  • 2,011
  • 6
  • 33
  • 65
0
votes
1 answer

How to write multiple equations in mathJAX, like I did in LATEX?

I am new to mathJAX. I want to write math code in a blog in blogger.com . After some researching, I found out that to use math equations in blogger, I have to stick this piece of code in the head section of the theme :-
anonymous
  • 448
  • 1
  • 6
  • 25
0
votes
1 answer

Auto Insert Tag in Blogger

I am trying to use jquery to automatically insert "Latest Post" tag to every post published "today." Here's the code I put in my blogger right before :
0
votes
1 answer

Blogger custom layout get post initial text

I was creating a blogger theme and I intend to have a card layout with the first image and a text-only summary (fixed characters followed by ...) in the post list. I could get the first image of the post using data:post.firstImageUrl attribute. But…
Aswin Rajeev
  • 97
  • 1
  • 10
0
votes
0 answers

Modify the "Comment as" options in Blogger Dynamic Views template

My website is https://testfnm11.blogspot.com based on Blogger Dynamic Views Mosaic template. In the Comments widget, I would like to remove the option to comment from "Google Account". The reason is that these days most browsers, by default, block…
firoze
  • 61
  • 1
  • 10
0
votes
0 answers

Is there a good conditional code for my idea?

I tried to set a code (HTML or Javascript) which can help me in y Blog. My idea is: Depending on the tag (Category of this post) then show something in my case is requesting a password for that category. I have the pass request already, I'm missing…
0
votes
0 answers

Contact from shows : Message could not be sent try again later in blogger

I have hosted a website (www.technicalden.com) using blogger, In the beginning it worked but now the contact from us showing a following error. Kindly Help.
king
  • 11
  • 1
0
votes
0 answers

How to place a callback script in bottom of the body tag?

I am using blogger for few a few months. I found an archive Plain JavaScript from a blogging tutorial blog. Wherever I paste the script, it loads the archive posts successfully. But it takes several seconds to display the output and blocking the…
Anivep
  • 1
  • 1
0
votes
2 answers

blogger sharing animation gif on facebook not working

I am trying to add a gif to my blogger post and want to share the animated gif to Facebook with an external link. the problem I am facing that the blogger is generating a custom thumbnail for og:image property. instead, I want to use a CDN link of…
Umar
  • 55
  • 1
  • 7
0
votes
0 answers

how to create two matching function in Jquery

i have tried to implement the two matching jquery function but that didn't works at all i want that the both function test1 and test2 match in this code here //up to so......on if(null != a && a.match("test1")) { // up to so..........on how to…
1 2 3
99
100