Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

Friday, February 14, 2014

Fix your blog: Wrong Image and Description on sharing URL

I had been facing this problem for quite long. I kept overlooking. Lately, I got determined to resolve this issue. What the problem lies is, sharing URL of my blog posts on social media websites used to fetch wrong description and image. Many times, the image fetched used to be my profile picture on my website. I wanted the image fetched should be from the blog post that I was sharing. Or, in case the blog post has no image, then a default image should be there which would be fetched on sharing the URL. This is exactly what I have done. Despite of your website platform, this method works. I am sharing here the necessary code snippet. You need to copy (click on view raw and then copy) the code below, and paste on your page before </head> tag.


In the code above, just edit ‘Your-default-image-url’ and paste the URL of the default image that you would like to get fetched if your blog post doesn’t contain any image. If the blog post has images, then the URL when shared, will pick up the first image from the post.


If you find this article helpful, do share the link. If you have any queries, then leave a comment and I will reply to you. 'Like' my Facebook page and stay connected to the trending topics here. :)

Tuesday, February 11, 2014

jQuery powered Multiple Comment Box Tabs

I wanted to have tabbed comment feature on my website. At present, you may find many plugins and widgets for both Blogger and Wordpress blogs. I googled a lot then, but couldn't find anywhere codes for the tabbed commenting system that I wanted. Here is what I did for my blog for providing multiple commenting system. The code is simple and easy to get running.

Thursday, November 21, 2013

The 3rd Blogoversary


It was around this time, three years back; I was in first year then. It started with enthusiasm to have my own space online, which would somewhat look closer to a website. I remember I made a website for my school when I was in class Xth as a part of my school project. Having got appreciation from my computer teacher, gradually I gained interest in web development, and always wanted to have a website for myself. What exactly my website would be all about, what contents it would have I never thought of. ‘Blogs’, I came to know of when Mr. Amitabh Bachchan started to reach people through his blog. Blogs are the medium to express yourself and connect with people. Blogs serve as an online journal, linking to other sites and news stories.

My poetic verses and story making in messages/SMS for fun and scraps on Orkut started making their space at my newly made blog at Wordpress. But me being an enthusiast for web development, and a student of computer science, I was not satisfied to work within restrictions imposed by Wordpress at that time. Wordpress has turned a bit flexible now but then it not even allowed use of iframes and external scripts. 
I came to know of an online tool which could transfer a Wordpress blog to Blogger, keeping posts and comments all intact. And that marked the start of my exposure to web development and web designing.