Wednesday, December 10, 2008

Un Blocker For Face Book

Hide or change the link to subscribe to Posts (Atom)

Blogger templates display a message on the bottom of the blog:

Subscribe to: Posts (Atom)

Some people prefer to hide this message. To do this just add this code to the template ( Design> Edit Html ):
.
feed-links {display: none;
visibility: hiden;}

A good place to add this code in the template is doing just before ]]>\u0026lt;/ b: skin> . In this way we can keep track of all those parts of css code that does not belong to the original template and we've been adding us.

If instead what is preferred is to modify the message to do the following. Always Design> Edition Html , this time expanded widgets template and look for the following code: \u0026lt;div
class='feed-links'>
\u0026lt;data:feedLinksMsg/>
\u0026lt;b: loop values \u200b\u200b= 'data : links' var = 'f'>
\u0026lt;a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'> \u0026lt;data:f.name/> (\u0026lt;data:f.feedType/>) \u0026lt;/ a>
\u0026lt;/ b: loop>
\u0026lt;/ div>

In this code we are interested in only three lines:
1. \u0026lt;data:feedLinksMsg/>
2. \u0026lt;data:f.name/>
3. (\u0026lt;data:f.feedType/>)

where 1) is by Subscribe to: , 2) Tickets and 3) (Atom) , so that we can replace the line or lines that we are interested in those words or phrases you want to appear in its place. We can also add an icon, for example to the left of Subscribe to: , adding just before \u0026lt;data:feedLinksMsg/> following:
\u0026lt;img src = "PICTURE URL " title = "" alt "" />

where we should replace the bold part of the url of the image you want to add. If you need icons for the feed, you can take a look at this web and upload eg Picasa, Photobucket or Skydrive.

Source: Blog and Web

0 comments:

Post a Comment