blogger

Display posts on blogger based on Label?

给你一囗甜甜゛ 提交于 2019-12-12 16:34:19
问题 I need to make my homepage to display posts based on a certain label. I don't want all posts to show up at the section of homepage posts. I searched for away on Google Search and I found away that you recode something to hide all labels except the one you want to show, but its so bad since it kills other codes on the blogger. Anyone would re-code it for me so the homepage displays only "J" label ? Here is my blog : https://torrgamez.blogspot.com/ I think a re-code needed here, this is the

Thumbnails From External Sources Are Not Appearing In Random Posts Widget

﹥>﹥吖頭↗ 提交于 2019-12-12 09:17:43
问题 Here is the jsfiddle for my question. http://jsfiddle.net/jaribhai/wncwqerj/1/ This is the code. // Feed configuration var homePage = 'http://video-testing-tahir.blogspot.com', maxResults = 4, summaryLength = 170, noImageUrl = 'http://3.bp.blogspot.com/-vpCFysMEZys/UOEhSGjkfnI/AAAAAAAAFwY/h1wuA5kfEhg/s72-c/grey.png', containerId = 'random-post-container'; // Function to generate random number limited from `min` to `max` // Used to create a valid and safe random feed `start-index` function

HTML & CSS blogger side menu?

爷,独闯天下 提交于 2019-12-12 07:05:19
问题 In this blog you can see the menu on the right side? I want a menu like that to a new project that I will start. And I can't find anything like this one. I tryed to "Inspect Element" but blogger adds the CSS through "js" so we do not have one .css file to copy. Any help? 回答1: Try this one, I used it and it's good. Demo: Demo Page: Page 来源: https://stackoverflow.com/questions/13897090/html-css-blogger-side-menu

How to stop post images loading in blogger main page?

这一生的挚爱 提交于 2019-12-12 05:37:59
问题 Images that inside post pages is loading on blogger main page. I want to that post images loading only post page. If you have answer for this problem. Please let me know. Thank you. This is my blogger URL: http://sritestweb.blogspot.com/ 回答1: Remove the post page images from the main page. And load it using javascript on load event of the main page. //This function should be called on main page load event. function onPageLoad(){ //imgcontainer is 'id' of containing element. var container =

innerhtml not working on blogger

Deadly 提交于 2019-12-12 05:32:44
问题 I'm working on a simple vote system. It works fine when the two files are together(locally). However, when I publish it on blogger, it is unable to output the results. (on click the vote gets registered on the webhost, but the results just don't show!) heres my code: <script type="text/javascript"> function getVote(int) { if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft

How To Code A Hovering Navigation Bar To Appear Only When You Start Scrolling

筅森魡賤 提交于 2019-12-12 04:18:00
问题 I would like to have my hovering/sticky navigation bar appear when a reader/web visitor has scrolled passed the blog header, instead of the navigation bar appearing at all times, as it currently does. I'm not entirely sure how to achieve this affect as I have done research on this but to no avail, but I am certain it is completely doable. I have seen this effect on two blogs, one of which is hosted on Blogger, the URL of these sites are as follows : http://www.theweekendattic.com/ and http:/

Server Sided Proxy on Blogger

别来无恙 提交于 2019-12-12 03:15:16
问题 On my blogger page i have a function that makes a XMLHttpRequest to an external domain. Apparently, it doesn't work because of the cross-domain restrictions. Is it possible to set up a server side proxy for blogger? I'm thinking that or is there something else i can use instead of XMLHttpRequest I'm sorry, I'm really new to web programming language, any help would be appreciated, thanks! <div id="poll"> Do you like this? <input type="radio" name="poll" id="poll1" checked>Yes, it`s great

how to insert post to my blog in server by Service Account without any manual login

爱⌒轻易说出口 提交于 2019-12-12 02:27:17
问题 I want to insert a post to my blog by php in my server cron so there there is no any manual login. I have create Service Account and can get the post by $data = $blogger->posts->get('6284611449262742568', '4655425391398964038'); However, insert post fail with following error. data = $blogger->posts->insert('6284611449262742568', $mypost); Fatal error: Uncaught exception 'Google_Service_Exception' with message 'Error calling POST https://www.googleapis.com/blogger/v3/blogs/6284611449262742568

How can I remove unwanted left margin/padding from post images?

一曲冷凌霜 提交于 2019-12-12 00:26:28
问题 I'm fairly new to the whole HTML and CSS thing, so apologies in advance for my cluelessness! I've been trying and failing to align my post images with my text on my blog:http://kittenasacat.blogspot.ie/2013/08/saturday-sweetness-my-caramel-squares.html The content body is 600px wide and so are my pictures, but they are being slightly indented so that the right side of them is cut off a little. I've successfully managed to get everything else in line, but not these! .post{ width:100%; height

delete post from home page

荒凉一梦 提交于 2019-12-11 19:04:48
问题 I am following up on this post: How to hide all post's having certain labels on home page in Google Blogger?. I test out the suggested solution to my post. I want to remove "tips" from the home page. "Tips" doesn't have any image. So, I deleted all the suggested codes: <b:if cond='data:blog.pageType == "static_page"'> <b:include data='post' name='comment_picker'/> </b:if> <b:if cond='data:blog.pageType == "item"'> <b:include data='post' name='comment_picker'/> </b:if> and replace them with