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

How Do I Reply To Comments

0 comments




Hello Dear Readers i saw many people who are maintaining their blogs on blogger(blogspot) platform wants to know how to reply comment to commentors  with a single click  as wordpress blogs  so today I have wrote a small script through which a blogger can add the option directly to reply the commentor .
I




Log in to Blogger Dashboard, go to Layout - Edit HTML, then check Expand Widget Template.
You can search for this tag , add the following codes after it:





expr:href='"https://www.blogger.com/comment.g?blogID=YOUR-BLOG-ID&postID=" + data:post.id + 


"&isPopup=true&postBody=%40%3C%61%20%68%72%65%66%3D%22%23" + data:comment.anchorName + 


"%22%3E" + data:comment.author + "%3C%2F%61%3E#form"' onclick='javascript:window.open(this.href, 


"bloggerPopup", 


"toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=400,height=450"); return false;'>[Reply 


to comment]
You should replace YOUR-BLOG-ID with your blog ID, it can be found in your Blogger Dashboard URL, for example, 


http://www.blogger.com/posts.g?blogID=823221409


Click Save Template, then have a look, you'll find [Reply to comment] after each of your blog comments. Click this


link, it will return:
Comment Author
then submit your comment,it will be done

Now you can make an admin widget for your blog

0 comments


Hello dear readers welcome back to neev2u.blogspot.com to day I will show how to create Admin Widget.
In my previous post I wrote about how to remove the nav bar header from your Blogger blog. But a minor drawback now will be no direct links to admin controls of your blog. So i found one  solution that is to add an Admin Widget to your sidebar.
As Usual backup your template  first.
Create an new Link Widget in your sidebar
(From the Layout|Page Elements tab Add a Widget to your sidebar. Select the link-widget from the list. Set the title for example to 
Admin, and add 4 links to the list.)
Dashboard       : http://www.blogger.com/home
Change Settings : http://www.blogger.com/blog-options-basic.g?blogID=####
Change Layout   : http://www.blogger.com/rearrange?blogID=####
Edit Posts      : http://www.blogger.com/post.g?blogID=####
New Post        : http://www.blogger.com/post-create.g?blogID=####
In this links you have to change this ####### to the ID of your Blog. The easiest way to do this is to go to your dashboard, and view the list of your blogs. Hover your mouse over the links (Layout, Settings, etc) and watch the status-bar of your browser. You will see the link there. The easiest way is to right-click each link, copy the hyperlink, and paste it into the link widget.
Save
Save the Widget and display your Blog. If you are viewing your Blog, clicking one of the Admin links will bring you to the appropriate screen. 

Visitors of your Blog will not be able to modify it, because they are not logged in to your blog. If you are not logged in, clicking an admin-link will bring up the Blogger login screen.
If you enjoyed this post, make sure you subscribe to my RSS feed!

How to remove the Blogger Nav bar

0 comments





Blogging on Blogger is a cool experience. 
Today i will show you how to remove the navbar header of the blog
To remove u have to follow the below steps..
Steps:-
1. In your Blogger dashboard, click the layout option of the blog you want to edit
2. Click on Edit HTML tab
3. Copy the CSS code written below
#navbar-iframe { display: none !important;}
4. Paste the copied content above “/* Variable definitions” in the edit box and click the save button.
You can also try removing the favicon to completely remove the blogger effect.



Note:
- The header will come back as soon you change the theme.
- In case you use a third party (Not provided by blogger) theme, the header is removed automatically.