Questions tagged [google-blogger-api]

48 questions
0
votes
1 answer

Can't authenticate in Google Blogger API v3.0 via OAuth 2 access token

Trying to use Google Blogger API v3.0 Have a test blog set up - https://msi-blogger-api-test.blogspot.com/ Blogger User ID is - 11970463155418365784 As appears in - https://www.blogger.com/profile/11970463155418365784 Have both "API key" and "OAuth…
0
votes
1 answer

How to increase the number of posts in Soho blogger template

Hi there I'm creating a blog in blogger, and the there is a problem in loading the posts in the main page. I would like to appear 20 posts doesn't matter if the post is to old. It just show 3 posts per time. Some one could help me please? This blue…
user2535338
  • 355
  • 4
  • 20
0
votes
1 answer

Change the color of the search results background in blogger and the same tag posts

Good night people! I am creating a blog on blogger and I would like to put the background color according to the tag. For example: when I search for a tag eg: Books all the posts that contain this tag will appear and the posts that contain this tag…
user2535338
  • 355
  • 4
  • 20
0
votes
1 answer

How add print button to blogger reciept website?

how can I add a print button to my recipe website hosted on blogger.com? I have this recipe website and I wanted to add a print button on the website so users who visit my blog will be able to print the recipe.
0
votes
0 answers

integrate domain with blogger

i have a problem with integrate my domain with google blogger i use CWPContrl panal it always give me that error thats my dns records i don't know where the problem
Nour
  • 126
  • 8
0
votes
0 answers

Blogger API v3 add Search Description

I can't find how to add the Search Description using the Blogger API V3. Is it possible to add search description using blogger API ?
0
votes
0 answers

How to get My Google Blogger's Post Lists using flutter?

I'm searched for getting google blog post list with flutter on google. But no more example with flutter. Is that possible? How can I do that? Thank You
0
votes
0 answers

I need to embed the value of [data:post.url] inside [onclick=" location.href = '#' "]

first of all... thanks for the help. I have in my Blogger template certain Anchor elements that I have to convert to another element type because I have problems with a JS code and I can't find another way besides changing the element. It has helped…
Danii R
  • 11
  • 1
0
votes
1 answer

How to use Firebase authentication token to list user blogs using js

I'm trying to retrieve authenticated user blogs (granted scope): var token = await firebase.auth().currentUser.getIdToken(); fetch('https://www.googleapis.com/blogger/v3/users/self/blogs', { "headers": { "Authorization": "Bearer " + token …
0
votes
1 answer

How can I make the first image of posts appear with the titles of the posts on the home page, not just a post title as Text Link?

I have a simple text blogger template I mean my template shows just the title without the image. It shows on The home page just the titles of the posts as Urls for Those posts, but I need to show the first image of any post with its title on the…
0
votes
1 answer

Google Blogger Api Error. How to fix this?

When I'm trying to publish a post using blogger api i'm getting this error. But I don't exceeded daily limit. I use this api around 4000 times. Today im getting this error. googleapiclient.errors.HttpError:
JuneXP
  • 155
  • 3
  • 10
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

Blogger API in android application show only 10 posts

I create a app in android studio using Blogger API. but in my app after launch it show only 10 posts but in my blogger have more then 10 post. Please give me a solution for the same.
0
votes
3 answers

How do I format get requests to Blogger API in Python?

I'm new to Python and API's. I'm trying to work on a project and need some help. I just want to request some information from Blogger to get back blog post details (title, body, etc) and return it. I'm wanting to use these:…
0
votes
2 answers

TypeError when parsing Blogger API response: Cannot read property 'url' of undefined

I'm parsing JSON feed from the blogger API but its throwing following error: 37:59 Uncaught TypeError: Cannot read property 'url' of undefined Previously it was working fine, there weren't any issues but suddenly the error keeps coming up and…
yaqoob
  • 1,052
  • 3
  • 14
  • 39