Skip to main content

Posts

Showing posts with the label Blogging

How to embed power point slide show presentations on blogger hosted websites

You can show power point slide show presentations on blogger hosted websites by using google features like Google Drive, Google Docs & Google blogger (Blogspot).  Google drive allows you to upload docs and slides to google data space, Google Doc helps to modify your upload to a presentable format and provides a sharable link or embed code for loading the PPT file on your website page.  Do the following steps to embed power point presentation on your blogger hosted website: 1. Login to your Google account 2. Upload your Slide show presentation (.ppt file) to Google drive ( drive.google.com ) 3. Load Google Docs website ( docs.google.com ) 4. Click on Main Menu tab and click on "Slides" tab.

Blogger Layout error - "An error occurred. please refresh the page and try again" - How to fix?

 "An error occurred. please refresh the page and try again" - Blogger doesn't allows saving of rearrangement widgets in the Layout page - how to fix this? Blogger's using blogspot blog tool might have come across the error message "An error occurred. please refresh the page and try again" while trying to save the blogs layout after a rearrangement of the blog widgets. ie bloggers may not be able to save the changes made on their blogspot blog's layout.

Is it possible to open the links in DISQUS comment section in a separate browser tab or window?

DISQUS is one of the best among the Comment tools opted by various bloggers. They provide an easy to integrate Javascript (JS) code to implement a comment section on your blog. You can use Facebook, google logins to post comments. Currently when a user submit a post and if it has some links, the comment is shown in the comment listing section. On clicking the link it opens in same window. I put  a ticket to DISQUS asking for an option to add attributes like " target='blank' "  and  "rel='nofollow' " to the anchor tags of links in the comment section. here is the reply I got from DISQUS.

What is the Label specific post feed of a blogger website and how to display the blogger posts based on a particular Label or category?

Blog writers who are using Google's blogger tool will be familiar with Labels. You can categorise Your blogger posts based on Labels / Category. In some occassions you may be in need to display Label specific posts as a sperate section on your Blog Home page or sub pages. Your Blogger Label-specific site rss feed: http://www.YOUR_BLOG_ADDRESS.blogspot.com/feeds/posts/default/-/YOUR_LABEL You can control the number of posts that to be listed, by adding a parameter to the above url

How to list title of the blogger posts based on a particular label or category

How to list title of the blogger posts based on a label As you know we can categorise your blogger articles based on label. On click on the Label links you will get the list of articles under that Label. In some cases for example, You want List of Post titles which comes under particular Labels / categories to show on home page of your blogger website. You can do it by using a simple Javascript work around which uses your blogger feeds to generate the records based on the label. Below you can find the JS code for this.

How to put Adsense code after a particular post on a blogger website's home page

How to add customised wigget or code after a particular post on home page of a blogger website On a blogger website's home page, there will be a list of latest posts on the blog and on clicking on each posts title, will lead to the correspoding post. Suppose you want to add an Adsense code or any other widget after the second (2nd) post on the Home page. Here is the steps for doing so: Go to your blog admin YOUR BLOGGER BLOG > ADMIN > Template > Edit HTML This will open your template in Edit Mode Find the following code "b:loop values='data:posts' var='post'"

How to automatically redirect the blogger 404 error page to search page based on the keywords in failed url?

Blogger allows user to show a customised 404 (page not found) error page. You can add contents for your 404 error page through your blogger admin. Do the following steps: Login to Your blogger account Select your blog Click on " Settings " on the left side menu Click on " Search Preferences " ( Settings >> Search Preferences )

How to create a blogger landing page which will redirect to other pages based on the query string?

This article will help to know how to access and check the query string of a blogger blog page and redirect to other pages based on the query string . Blogger allows passing of query string and we can access the parameters using Javascript. Let me expain this based on a blogger blogspot blog Here is my blog address http://www.crozoom.com Here I had added some referrer links to some external websites like flipkart.com Earlier I linked directly to flipkart links from my blog. Now i changed this so that the referral links are directed to a landing page in the blog and from there based on the query string, I am redirecting to the external websites....

How to redirect old blogger blog links to new web address - Blogger Tips

How to automatically redirect old blogger blogspot links to new blogger web address - Blogger Tips This topic helps you to know how to redirect from your-old-blog-address.blogspot.com to your-new-blog-address.blogspot.com so that the visitors who comes through the search engines or backlinks to old blog can view the content on new blog. Recently I had changed my old blogger website php-techi.blogspot.com to techqube.blogspot.com and this caused a significant cut in traffic to the new site. Since all the pages from my old site were indexed by google, changing to the new address had caused a great decline in the traffic and I dont want to lose the visitors. I checked for any sort of option that blogger provides to redirect it automatically to new address, but could not find any. but there are options to redirect to pages with in a blog. After some research I could find the following conclusions. Please note : I am explaining based on the above mentioned old and new blog ...

Where should the Google Analytics code to be placed on a web page?

Google Analytics (GA) is a great way to track the visits to your website. For this You should have a GA and you can generate the Javascript code for tracking the page views. There are 2 versions of the GA code. Synchronous and Asynchronous GA ASYNCHRONOUS CODE SNIPPET The default code is Asynchronous, it is given below. <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> Location of the Asynchronous code : code snippet should appear at the top of your web page just be...

How to check Page Types in blogger templates for customizing blog pages

Blogger users come across situations like customising their Blog templates for adding various plugins or custom changes. So for doing this, they should be aware of various page types and how to identify that using blogger specific conditional statements. various types of blogspot pages are Item, Statis, Index, Archive, Search Label etc to get the page type you have to use the parameter " data:blog.pageType "

How to add BlogIt button or Widget on your blogger website

STEPS FOR ADDING BLOG IT BUTTON ON YOUR BLOGS BlogIt button is a wonderful option for sharing your Blog pages with other blogger users. Blog It button allows other blogger users to post the Your Blog post's link on their blogger website. How it works: A blogger user who is browsing your website, Clicks on the BlogIt button or link A popup blogger editor appears with your blog post title and a Link to your post When user submit the data after selecting apporpriate blog, Then the content will be posted to that blog. The code for doing this is given below <script> function load_blogit_form(){ Q=''; x=document; y=window; if(x.selection) { Q=x.selection.createRange().text; } else if(y.getSelection) { Q=y.getSelection(); } else if(x.getSelection) { Q=x.getSelection(); } window.open('http://blogger.com/blog_this.pyra?t='+escape(Q)+'&u='+escape(location.href)+'&n='+escape(document.title),'bloggerForm',...

How to add labels on top of blogger posts

How to add labels or tags on top of blogger posts To add label on top of Your blogger posts do the following steps: Step1: Click on the edit template option Step2: Go to edit HTML and check the expand widget option Step3: find for the following code in the template source code <b:include data='post' name='post'/> Step4: copy and paste the following code snippet just above the above mentioned code <!--tag code start--> <font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOpC8yOrY21T1lRens7ILlz1_rgSM6H6qBDqDYVQIJPfRkyv1Vd77I6zPBYK1b1jKPdU5C58N1MZloYBe3FiR_4mxMBPoSTQtrVT0mRTNjbS3bqq82VyvKdNaxkDI_8NfttrU2jJ8qNs0/s1600/icon_tags.png) no-repeat scroll top left;padding-left:25px;font-size:14px;font-weight:bold'> <b:if cond='data:post.labels'> <b:loop values='data:post.labels' var='label'><a expr:href='data:label.url + "?max-results=8...

Advantages of Blogging using Blogger

If you don't have a blogger Account go to know how to create a blog in blogger . Blogger is a web publishing service hosted by Google Inc, Here users can register and create blogs and add posts to the blogs. BLOGGER ADVANTAGE 1. First of all it is free service, You dont need to worry of hosting and amount of money spend on that. The blooger blogs are hosted on google. 2. The blooger provides a very effective and user friendly content management system in which you can  modify the layout and design of you blogs, add and edit posts, add several widgets to the blog which are created by you or provided by blogger or from any other third party service 3.The Blogger software is updated by google regularly, A blogger have no overhead of this updation 4. Blogger pages are indexed faster in google search results 5. Google itself provides a good SEO. 6. You can monetize your blog   by integrating Adsense to it ( You can also use other Ad serving code provided by C...

Create Blogs with Blogger

Blogger is a web publishing service hosted by Google Inc, Here users can register and create blogs and add posts to the blogs. Blogger service provide an admin area where user can login, modify the layout and design of their blogs, add and edit posts, add several widgets to the blog which are made by themselves or provided by blogger or from a third party service. To Start an account in blogger 1. Go to BLOGGER.COM 2. Click on Create Blog link 3. It will ask for Sign up OR New Registeration 4. Login or Signup 5. Select Template for your blog [Their and Dynamic and Classic templates] 6. Add Your first Post (You can add labels to your posts, which can be used as Categories of your Blog post) 7. Click on Design tab to modify your Page element position, you can drag and drop  widgets into your design 8. IN the design mode you can add Blogger provided widget, You add add thrid party widget codes using HTML widget. 9. YOu can monetize your blog by integrating Adsense to i...

How to post from Blogs to facebook pages?

Feed Your facebook Page with your Blogs feed content This post deals with how to post your blog contents to your facebook page or fans page   Do the following two steps first if you do not have a facebook account Step1: Create a facebook account Step2: Create a facebook page (fans page), Read how to create a facebook fan page. Do the following  steps if you already have a facebook account Step1 : Go to the website http://www.networkedblogs.com/   and click on the  "Get Started Now" button Step2 : Authenticate the application to access facebook Step3 : Login using your facebook username  and password Step4 : Click on " Register a Blog " link at the right-top of the page Step5 : Enter Your Blog Address / Website address and click the " Next " button. Step6: In this step you will see the meta deta of your submitted website / blog. You can set your feed URL, Description,Keywords, tags and click the "Next"  button. Step7: T...


Urgent Openings for PHP trainees, Andriod / IOS developers and PHP developers in Kochi Trivandrum Calicut and Bangalore. Please Send Your updated resumes to recruit.vo@gmail.com   Read more »
Member
Search This Blog