Showing posts with label add. Show all posts
Showing posts with label add. Show all posts

Friday, September 23, 2016

How to add Read More link to feedburner feed

Read More link to feedburner feed
Normally the feed sent by our blog or website displays the entire article that we post. The readers are able to read the entire article and they never visit our site. To avoid this we can display a short summary on the feed and place a "Read More" link at the end of the article so that they visit our website. We can do this by using "FeedFlare" service in Feedburner. The steps you have to follow is given below.
  • Download "read_more.xml" Click to download the file.
  • Upload the file to your own server, Copy the file URL.
  • If you dont know how to upload to a server, use this URL http://www.hiddencomputertricks.co.cc/read_more.xml This is the link of the file in my server.
  • Login to your feedburner account.
  • Select your feed.
  • Go to optimize tab.
  • Now, Under services, Click on FeedFlare.
  • In the field provided for new Flare paste the URL of the "read_more.xml" file.
  • Click on "Add New Flare"
  • Now, place a check mark for "Read More" which will be the new Flare you just added.
  • Click save.
  • Now click on summary banner at the left panel.
  • Make necessary changes and click on save. (Teaser is the short line which will appear at the end of the article, followed by "Read More" link.)
Now only a summary will be sent to your feed subscribers.
Read More..

Wednesday, May 25, 2016

How to add favicon icon to blogger

blogger Favicon icon
On the tabs of your Browser.

favicon.gif
On the address bar of your Browser.

Favicon icon is also one of the SEO technique. So it becomes important for bloggers to change the default blogger favicon icon to the one of our choice. You can do this easily.
  • Simply upload an image of size 16 x 16 px to your server or use any file upload service.
  • Copy the link of the file location.
  • You can also use the link of any 16 x 16 image available over the web.
  • Now login to your Blogger account.
  • Go to Layout >> Edit Html.
  • Find in your codes.
    <data:blog.pageTitle/> </title> </b:if> or <data:blog.pageTitle/> </title>
    It will appear within the first 20-25 lines of codes.
  • Immediately after this, type the following code.
    <link href=----------paste file location-------------- rel=shortcut icon type=image/x-icon/>
  • Thats it. Click on Save Template.
Now you can see the favicon icon .
Read More..

Sunday, April 24, 2016

How to add space between words in a blogger post

Ave you ever tried to keep more than one space between two words. If no try first. Blogger does not allow you to add more than one space between two words. Even if you try pressing space-bar hundred times, it will not work.
Below words are separated with 10 spaces:
Vinod          Vinod

Now coming to the point, there are two ways to do this:
  • Using non-breaking space (&nbsp;)
  • using pre tag (<pre> </pre>)

To add any number add spaces, put that many number of (&nbsp;) between those words.
Eg: Copy and paste the following code in your post:
Vinod&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vinod

Now, well try the second method:
Using pre tag, we can add space with your Space-bar itself. Now, you can add hundred spaces with your Space-bar.
Try This: Vinod<pre>                   </pre>Vinod

Note: All these tricks have to be done in Edit Html tab of create post. After doing this trick, do not go to Compose tab. Otherwise, again there will be only one space.
Enjoy blogging!!!
Read More..
 
Copyright 2009 Information Blog
Powered By Blogger