Quantcast
Channel: User Prayag Verma - Stack Overflow
Browsing latest articles
Browse All 39 View Live

Comment by Prayag Verma on Importing to Wordpress from Blogger with original...

Thanks for this. I understand your concern now. One more thing that I wanted to ask. Once you uploaded the image via the Blogger Editor, did you set the size as Original size or something else? Refer...

View Article



Comment by Prayag Verma on How can I add text on meta expr:content?

@AlbertoDayao The issue might be happening because of multiple og:title tags on the page (Refer to i.stack.imgur.com/ZxWMW.png). Try removing the extra ones and then scrapping the page again

View Article

Comment by Prayag Verma on Add random number to script source (Blogger JSON...

Could you share the blog URL on which this issue is happening?

View Article

Comment by Prayag Verma on _googWcmGet callback not working via GTM with...

@dorian Thank you. A lot of time has passed since this question/answer was updated but your comments have been very helpful. I was mainly trying to investigate why the URL...

View Article

Comment by Prayag Verma on Blogger javascript not working http to https

Try disabling CloudFlare's Rocket Loader feature and see if that makes any difference

View Article


Comment by Prayag Verma on Cloudflare page rule to match ports

Have you tried using a pattern like http://*.mydomain.com* instead of http://*.mydomain.com/*?

View Article

Comment by Prayag Verma on Can't disable Cloudflare's Rocket Loader for...

As Owl Carousel depends on jQuery, you will need to add the data-cfasync="false" attribute to the jQuery library as well, otherwise Owl Carousel will get loaded before jQuery library

View Article

Comment by Prayag Verma on Working with Blogger Or WordPress does make any...

I'm voting to close this question as off-topic because it belongs to the Web Applications Stack Exchange ( webapps.stackexchange.com )

View Article


Comment by Prayag Verma on Insert comments for a post through Blogger API v3.0

Haven't tested, but might be possible to do. This used to be possible in v2.0 (developers.google.com/blogger/docs/2.0/…) but that API has been replaced by v3.0...

View Article


Comment by Prayag Verma on How to fix the widget script on blogger permanently

Refer to a similar question - stackoverflow.com/questions/16911018/…

View Article

Comment by Prayag Verma on How to sort comments in descending order when...

Is your main requirement for needing comments in descending order due to pagination (aka in the pagination section it is something like "1 2 3 4 .... Last". And it is not possible for the user to open...

View Article

Comment by Prayag Verma on Is there is a way to use Blogger ?alt=Json feed in...

@nixsjob That issue is happening because of the CORS restriction. If you try to use that example code on your website (nixs.in) itself, then it will work without any problems.

View Article

Answer by Prayag Verma for Error parsing XML, line 744, column 97: The entity...

The problem is being caused by the & symbol present in the script tag's src link. You will need to escape it by replacing it with & to make the script tag get accepted by Blogger's XML...

View Article


Answer by Prayag Verma for Post Thumbnail not showing on homepage with error

When the images are hosted externally (aka not uploaded via Blogger editor) and you still want to access them via Blogger data tag, then you will need to use <data:post.firstImageUrl/> in place...

View Article

Image may be NSFW.
Clik here to view.

Answer by Prayag Verma for Blogger/Blogspot - How to fix Http to Https...

There is an option present within Blogger settings (Under Settings 🡆 Basic 🡆 HTTPS 🡆 HTTPS redirect) which will allow you to set up 301 Redirects on a sitewide basis. If you want to prevent the round...

View Article


Answer by Prayag Verma for How can I a add arabic character in my topic url...

It is currently not possible to achieve what you want to do. According to the blog post on the official blog -At present, the characters allowed in a custom URL are limited to: a-z, A-Z, 0-1. The only...

View Article

Answer by Prayag Verma for Get popular posts using Blogger API V3

Currently, there is no endpoint available in Blogger API (https://developers.google.com/blogger/docs/3.0/reference/) which exposes the Popular Posts data for a blog. Google has acknowledged this and...

View Article


Answer by Prayag Verma for Blogger Title Link Import via XML

Title Link is saved as related link in the exported XML. The following format will work - ....<ns0:published>2019-10-30T03:22:00.001-07:00</ns0:published> <ns0:link...

View Article

Answer by Prayag Verma for Google Page Speed Drop, says I can save more...

This bug was acknowledged by Google and now has been fixed. Refer to https://groups.google.com/forum/#!topic/pagespeed-insights-discuss/by9-TbqdlBMFrom Feb 1 to Feb 4 2019, PSI had a bug that led to...

View Article

Answer by Prayag Verma for RSS feed for BlogSpot

For keyword-specific feeds, use the following endpointhttps://www.yourblogname.blogspot.com/feeds/posts/default?q=KEYWORDhttps://www.blogger.com/feeds/BLOGID/posts/default?q=KEYWORDThe keyword will...

View Article

Answer by Prayag Verma for Reduce critical chain in Google Page Speed...

The issue occurs because the test is run on the HTTP version of the website which gets automatically redirected to the HTTPSRunning the PageSpeed Insights tool directly on the HTTPS version of the...

View Article


Answer by Prayag Verma for How to change blogger post snippet length without...

This issue arose because data:post.body data tag contains the whole content of the post including the HTML unlike the data:post.snippet or data:post.longSnippet data tags which strip these away...

View Article


Answer by Prayag Verma for How to change the order in which elements load on...

The featured post section requires JavaScript to render but currently that Javascript is executed only after all the HTML is loaded on the page (likely to prevent render blocking issues).Currently...

View Article

Answer by Prayag Verma for How to resize thumbnail size without using js in...

Using on-the-fly image resizing services would be a way forward in this scenario Google has an undocumented endpoint used for on-the-fly image resizing. As explained in...

View Article

Answer by Prayag Verma for Blogger, How to Change Thumbnail Size for the...

Using Google's on-the-fly image resizing service would be a better approach in this case. As explained by Carlo Zottmann (https://stackoverflow.com/users/333272/carlo-zottmann) in...

View Article


Answer by Prayag Verma for How to get the link from blogger video by the...

To summarize the solution that we reached in the comments above. This will require writing server-side logic in the language of your choice to extract the actual video link using the Video ID or Video...

View Article

Image may be NSFW.
Clik here to view.

Answer by Prayag Verma for How can I embed an iframe with HTTP URL into Blogger

Blogger provides an option to Dismiss the warning. Refer to the screenshot -Once that warning has been dismissed and you try to save the post once again, Blogger doesn't show any warning and saves the...

View Article

Image may be NSFW.
Clik here to view.

Answer by Prayag Verma for Some Blogger label pages only showing 4 articles,...

This is likely happening because of auto-pagination being triggered by the contents of one of the posts. Adding Jump Breaks to all the posts in this label would help in this scenario. To add it, go...

View Article

Answer by Prayag Verma for How to replace a string in a thumbnail URL in...

In v2 Blogger templates, data:post.featuredImage is related to the Popular Posts widget, we can use the pre-existing code -<b:with...

View Article



Image may be NSFW.
Clik here to view.

Answer by Prayag Verma for how to show Widget only in contact Page in blogger?

Use data:blog.pageId for testing whether a particular page is being accessed<b:if cond='data:blog.pageId == "PAGE_ID"'>...</b:ifThe Page_ID can be found in the address bar when you are editing...

View Article

Answer by Prayag Verma for Why doesn’t loading a CSS file asynchronously...

To resolve this issue, you will need to completely remove CSS rules which are not used in the page. Asynchronously loading CSS files will not help with resolving this issueHence, there is ambiguity...

View Article

Answer by Prayag Verma for How do share full body content

To make this work, the snippet operator will need to coupled with jsonEscaped function. Applying this on the data:post.body data tag will get the full text of the post. snippet(data:post.body,{...

View Article

Answer by Prayag Verma for How to add whatsapp share button on blogger

That will require modifying the href attribute and using a data tag ( aka data:post.url). The new code will look like -<a expr:href='"whatsapp://send?text="+ data:post.url'...

View Article


Answer by Prayag Verma for Blogger - iframe Code doesn't work, after the...

The problem is being caused by the & symbol present in the iframe tag's src link. You will need to escape it by replacing it with &amp; to make the iframe tag get accepted by Blogger's XML...

View Article

Image may be NSFW.
Clik here to view.

Answer by Prayag Verma for How to to make a piece of HTML in blogger only...

For v2 templates, The above code should work as expected because of the presence of blog-admin class on the span tag. This element has CSS set to display:blockonly when an admin visits the blog. This...

View Article

Answer by Prayag Verma for Blogger Post image Download option

For images uploaded to Blogger itself, adding the query parameter ?dl=1 at the end of the image URL will cause them to be forcefully downloaded. Another way for doing this is, by suffixing -d after the...

View Article


Answer by Prayag Verma for Blogger javascript not working http to https

Linebreaks within the JavaScript code leads to Syntax errors. Also PostEntries variable was referenced as postentries. Change the Javascript as follows -<script>function LoadTheArchive(TotalFeed)...

View Article


Answer by Prayag Verma for Making Only Links in Post Underlined

Yes, you can achieve that by using the following CSS - .post-body a { text-decoration: underline;}This will only target anchor tags present within the post content

View Article

Image may be NSFW.
Clik here to view.

Position Fixed not working when CSS Filters applied on same element in...

I am testing this on Edge 20.10240.16384.0 I have an element whose position is fixed and has CSS Filters applied to it. This works great in all browsers except Microsoft Edge, where the position of the...

View Article
Browsing latest articles
Browse All 39 View Live




Latest Images