3,209 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
74
views
Disappearance of results after successful execution in blogger
I have code which fetches geolocation of user, then fetch trending topics of that geolocation from google trends, after these topics fetched then that code matches all these topics is these same ...
2
votes
1
answer
78
views
Blogger homepage sections are empty after adding VideoObject JSON-LD schema to some posts
I'm facing an issue with my Blogger website where the sections on the homepage are not displaying any posts. I suspect this started happening after I edited some of my posts to add a VideoObject JSON-...
2
votes
0
answers
77
views
Google's Blogger V3 API OAuth not working anymore
I have been using the Blogger V3 API for many years. I use the official googleapis.com PHP library to retrieve data and take care of the OAuth2 flow. For a couple of days now, I cannot let users ...
0
votes
0
answers
154
views
How to fix pagination for Blogger blog posts?
I recently started a new Blogger blog. It's a demo blog where I show live demos of the code I explain on my normal blog, to help others.
I followed this tutorial https://github.com/aitibimah/split-...
0
votes
2
answers
57
views
MathJax embed code in Blogger Theme is automatically encoded
I inserted latex code into blogger Theme, immediately after saving it was automatically encoded. As a result, the math formula was broken when displayed.
Original code:
<b:if cond='data:blog....
-1
votes
1
answer
54
views
Add menu for blogspot
In the HTML code of the blogspot Theme is {"home":{"href":"http://randomquizs.blogspot.com/","position":0,"title":"Home"}}. I want to add ...
0
votes
1
answer
73
views
Writing Blogger Tag inside Rich Snippet
This following rich snippet code is just an illustration:
{"@type":"ImageObject",
"inLanguage":"id-ID",
"@id":"HERE_IS_POST_THUMBNAIL_LINK_CODE&...
0
votes
0
answers
54
views
Google’s Rich Results Test
I have a blog on Blogger. (https://www.newmyroyals.com). When I test the homepage using Google’s Rich Results Test tool, it shows a 'BlogPosting' structured data result. However, when I test any ...
-1
votes
1
answer
74
views
Make `POST` from blogspot iframe to `doPost` from 'Apps Script'
I created an iframe in the custom HTML of 'blogspot'.
In the src of the iframe there is the link to 'Apps Script' (https://script.google.com/macros/s/.../exec).
In the .gs of 'Apps Script', there is ...
1
vote
0
answers
52
views
Can I refresh site engagement for another domain?
I want to make a PWA that daily checks whether new posts are available, and give notification if there is. The problem is the blog is .blogspot.com which means I can't host javascript or manifest ...
1
vote
1
answer
151
views
MathJax refuses to compile a specific class of commands
I recently opened a blog in blogger.com to mainly write about short math snippets. To do so, I had to edit HTML and add MathJax. After some googling, I figured out (maybe wrongly) that the way people ...
0
votes
1
answer
108
views
I'm getting error 400: redirect_uri_mismatch while trying to post to blogger from Python
I want to post on blogger with python with blogger API, but I can't, I spent 24 hours and still cant make it work.
This is the code:
import os
import google.auth
import google_auth_oauthlib.flow
...
2
votes
3
answers
407
views
How to hide Google Ads that appeared on our printed documents?
We have a website on Blogger to print legal documents but when printing we got a Google Adsense message in the top of the page as you can see in the document picture and same message appears in the ...
1
vote
0
answers
59
views
Uploading video to blogger from NodeJS
I am trying to upload video to blogger using following code. I am able to get the response from my code. I am getting stuck at, that I am not able to transfer the video data to blogger.
My NodeJS code:...
-2
votes
1
answer
104
views
How to remove year and month in blogger URL
I want to remove year and month in the following link:
https://ana-post.blogspot.com/2024/08/strategies-for-finding-low-competition.html
I tried to put js code in the head area it works but a delaying ...