Showing posts with label link. Show all posts
Showing posts with label link. Show all posts

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..

how to Put Previous and next link in blogger

Many bloggers try to edit each and everything on the blog to customize the blog appearance. Weather it be images, widgets or anything. Sometime they fall into confusion that how to change the Newer and older post link at the bottom of the post. Here is a simple trick to change this or replace it with whatever you want in seconds. You can see a sample at the bottom of this post. You can even place an image in place of that or image and text both. Below steps will guide you to achieve this.
  • Login to your Blogger Dashbord.
  • Click on Layout.
  • Click on Edit html
  • Search for <data:newerPageTitle/> -This is Newer post link.
  • Replace it with Previous or to place an image, replace it with <img src="Your-Image-Link" border="0" alt="Previous" /> or you can put both.
  • Now, to change the older posts link, Search for <data:olderPageTitle/> and repeat the above step with appropriate changes.
  • Click on Save Template.
Read More..