blogger

Facebook Open graph tags for blogger - OG Image is too small. Can I designate full size image instead of thumbnail?

南楼画角 提交于 2020-01-21 11:48:13
问题 Blogger does not allow you to designate an open graph image in each post. Currently, there is a piece of code in the template that designates the automatically generated thumbnail as the open graph image for facebook. The problem is, the thumbnail image is 72*72 and Facebook now requires at least a 200px width in the OG image or it defaults to the first image on the page that meets the criteria, which is my header image. My question is this: Can I amend this code in my template to designate

Facebook Open graph tags for blogger - OG Image is too small. Can I designate full size image instead of thumbnail?

落爺英雄遲暮 提交于 2020-01-21 11:46:28
问题 Blogger does not allow you to designate an open graph image in each post. Currently, there is a piece of code in the template that designates the automatically generated thumbnail as the open graph image for facebook. The problem is, the thumbnail image is 72*72 and Facebook now requires at least a 200px width in the OG image or it defaults to the first image on the page that meets the criteria, which is my header image. My question is this: Can I amend this code in my template to designate

Can one get the list of following blogs from blogger api or gdata api?

↘锁芯ラ 提交于 2020-01-16 09:37:51
问题 I have been looking for a solution, but the only format that I can get a response to the profile API is in HTML. That is not very reliable for getting something like a list of the blogger's reading list. I have been able to get the default/blogs with my auth token and have the result returned in JSON. I then used that to get the author's blog-id .. and then .. the profile (which has the reading list). Howver, when I request it in JSON (i.e., ?v=2/alt=json) at the end of the URI, it still

How to get the blogger posts feed and to incorporate it to an HTML5 page?

大兔子大兔子 提交于 2020-01-16 08:15:27
问题 I'm trying to get the data from the blogger and to put it on a HTML page. The code HTML code is the following: <section class="colorlib-blog" data-section="blog"> <div class="colorlib-narrow-content"> <div class="row"> <div class="col-md-6 col-md-offset-3 col-md-pull-3 animate-box" data-animate-effect="fadeInLeft"> <span class="heading-meta">Read</span> <h2 class="colorlib-heading">Recent Blog</h2> </div> </div> <div class="row"> <div class="col-md-4 col-sm-6 animate-box" data-animate-effect=

Error in uploading post via Blogger API v1

跟風遠走 提交于 2020-01-15 18:51:12
问题 I'm trying to upload a post to my Blogger blog, yet I'm having an error. I'm using Eclipse and the libraries referesed are: google-oauth-java-client-1.17.0-rc and gdata-src.java-1.47.1. Code: import com.google.gdata.client.GoogleService; import com.google.gdata.data.Entry; import com.google.gdata.data.PlainTextConstruct; import com.google.gdata.util.ServiceException; import java.io.IOException; import java.net.URL; public class Blogger { public static void createPost(GoogleService myService)

Error in uploading post via Blogger API v1

≡放荡痞女 提交于 2020-01-15 18:50:48
问题 I'm trying to upload a post to my Blogger blog, yet I'm having an error. I'm using Eclipse and the libraries referesed are: google-oauth-java-client-1.17.0-rc and gdata-src.java-1.47.1. Code: import com.google.gdata.client.GoogleService; import com.google.gdata.data.Entry; import com.google.gdata.data.PlainTextConstruct; import com.google.gdata.util.ServiceException; import java.io.IOException; import java.net.URL; public class Blogger { public static void createPost(GoogleService myService)

how to get the same jquery hover effect for this social icons?

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-15 12:39:09
问题 How can I get the same jQuery hover effect (easing) like that in the Epione blogger template? I've tried so many ways to put it into my blog but I think I'm noob in jQuery Animation codes. I will be very grateful if you can help me in this. HTML Code <div id='get_social'> <div class='get_social_wrap'> <a class='follow_fb_link' href='http://www.facebook.com/facebook-id' title='follow us on facebook'/> <a class='follow_twitter_link' href='http://twitter.com/twetter-id' title='follow us on

Use of Blogger Lightbox in Custom Template

99封情书 提交于 2020-01-15 11:15:19
问题 I have a blog : http://www.rawdevart.com I want a code which will help me get the blogger lightbox working. I even tried putting <script src='http://www.blogger.com/static/v1/jsbin/2321381434-lbx__fr.js' type='text/javascript'/> code as I check a post in Blogger forum's but still didn't get it. Please help me with the code! Here is the link for my blogger template : https://pastebin.com/J0S89qbr 回答1: Login to Blogger. From your dashboard go to Settings>Posts comments and sharing then select

Use of Blogger Lightbox in Custom Template

雨燕双飞 提交于 2020-01-15 11:15:18
问题 I have a blog : http://www.rawdevart.com I want a code which will help me get the blogger lightbox working. I even tried putting <script src='http://www.blogger.com/static/v1/jsbin/2321381434-lbx__fr.js' type='text/javascript'/> code as I check a post in Blogger forum's but still didn't get it. Please help me with the code! Here is the link for my blogger template : https://pastebin.com/J0S89qbr 回答1: Login to Blogger. From your dashboard go to Settings>Posts comments and sharing then select

Some posts inserted using Blogger API not displayed on main page

老子叫甜甜 提交于 2020-01-15 09:25:10
问题 I am using Blogger API to insert posts. Go through the following blog to understand the problem: Link: https://post-testing123.blogspot.com/ In this blog I have 7 posts: 5 posts with title of format 'Title #no'- are created with API request. 2 posts with title of format 'Manual #no'- are created manually. Manual posts were created before API posts. In this blog, I have set the number of posts to be displayed on the main page to 3. So, on main page 3 out of 5 posts created with API are visible