Posts

Showing posts with the label blogger

Facebook comment counter not working on home page of blog

Image
Clash Royale CLAN TAG #URR8PPP Facebook comment counter not working on home page of blog UPDATE: The old issue is fixed, and it was due to fb scraping issue and not blogger. But now another problem appeared. Here's the issue: After scraping all the post urls on fb debugger, I was able to see existing comments but the moment I make a new comment, again the total comment counter is becoming 0(both on home page and inside post). I've to manually scrape the url again on fb for the comment to appear. . The comment counts are returning back to normal after some time. Again, when another comment is made, it's going back to 0 for some time. Whys's this happening? Is this issue from my side or facebook issue? Can somebody please test and inform? I'm trying to replace the default blogger comment counter with Facebook comment counter as I've implemented Facebook comment plugin on the blog. This is what I've done. There's three instances of the following code in the...

Blogger: Contempo template have managed to get the posts to post in full but there is still a “snippet” of the post at the bottom of each full post

Image
Clash Royale CLAN TAG #URR8PPP Blogger: Contempo template have managed to get the posts to post in full but there is still a “snippet” of the post at the bottom of each full post I would like to know how to remove these "snippets" from the bottom of each full post. I'm a new blogger and any help would be appreciated. See here for example - https://avidreadersretreat.blogspot.com/ TIA. Your question isn't clear enough, do you want to remove snippet from homepage ? or make it end before these marks «»«» ? – Muhammad Saleh 1 hour ago Neither. You see my full post - go to the bottom of one of the posts and there is a thumbnail and the title again with a link saying read more. I want to remove all of that as I don't need it with having the review there in full above. I hope that is clearer ...

Undesirable Link on Homepage on Blogger

Image
Clash Royale CLAN TAG #URR8PPP Undesirable Link on Homepage on Blogger I have a link on my homepage which did not exist before. How can I delete or hide this link? Blog: http://www.ahmetvarlik.com/ The url the link goes: http://www.ahmetvarlik.com/search?updated-max=2000-02-01T23:29:00-08:00&max-results=24 Image Note1: I used this code to hide "label" links like this on my "product designs" and "models and objects" pages: <b:if cond='data:view.isSearch'> <style> .blog-pager { display: none; } </style> Note2: This code is hiding all older-newer links, but I do not know how to apply this code just for homepage:( #blog-pager { display: none; } 1 Answer 1 <b:if cond='data:view.isHomepage'> <style> #blog-pager { display: none; } </style> </b:if> By clicking ...