Questions tagged as 'blogger'

1
answer

Hiding posts with a certain markup from the blogger home page

I have some posts that are just javascript, and on the home page it appears the javascript, I would like to hide posts that contain the "Hide" page, what to do? . I tried to change this: <b:include data='post' name='post'/> P...
asked by 29.06.2018 / 04:31
1
answer

How do I style this code with css and html? Blogger

The code below is for listing blogger posts within a bookmark , if the post has the specific bookmark it will be shown in this list I would like to be able to change the appearance of how everything is displayed by changing where the post image...
asked by 20.06.2018 / 20:31
1
answer

Display categories of each post via JSON JS

I'm using blogger, and I need to "generate" the categories for each post. function posts(json) { for (var i = 0; i < 11; i++) { var post = json.feed.entry[i]; var postLabels = []; } for (var b = 0; b < post.category.length;...
asked by 16.04.2018 / 22:42
0
answers

Use metatag article: author on Blogger with various authors

I have a blog on the blogger and need to share on Facebook, appear linked (in the preview of the post) the author of the post. I noticed that the tag I have to use is "article: author" and applying to a blog with just one author is relatively si...
asked by 26.03.2018 / 23:36
1
answer

Change Javascript code to display div before h2

How do I change this javascript code to display the div-content before H2, instead of after, how are you currently? <script type='text/javascript'> function insertAfter(addition,target) { var parent = target.parentNode; if (paren...
asked by 01.03.2018 / 18:39
0
answers

Replace words on website

I use the code below to generate a space with recent comments made on my blog. It's working perfectly, except that Disqus generates the comment date in English. Ex: 1 month ago, 2 weeks ago, 1 day ago. I would like someone to help me with a stre...
asked by 22.07.2017 / 16:33
0
answers

Blogger posts in horizontal sliding

I'm new here and I want some help with Blogger, I can not solve a problem that I'm trying for days, and if there is not a way I'll give it up. I do not know how to program right, but I'm trying to put Blogger posts in horizontal sliding for both...
asked by 10.07.2017 / 17:19
0
answers

Correct post loading code

I'm customizing this template and the "load more posts" of the "latest post" goes into infinite looping, not loading posts. I'm not sure if the code is loading javascript correctly. The template I am using is this: link This is the scrip...
asked by 12.03.2017 / 03:25
0
answers

Css and blocking javascript

I tested my blogger in pagespeed and it appeared to block css and blocking javascript and as an example it gave me the following files in which I should block: css: http://fonts.googleapis.com/css?family=Qwigley&subset=latin (e mais d...
asked by 07.06.2016 / 15:19
0
answers

How to take advantage of browser caching?

I have read and reread several times on this subject but never understand how something I do on my computer will make the website get faster on the third party computer ... Not to mention that when making such modifications on my computer I w...
asked by 07.06.2016 / 14:38