Site Statistics
 
Threads: 4,061
Posts: 17,766
Members: 3,097
Users Online: 8
Newest Member: ronjohnson715


Go Back   PC101 > Computer Related Forums > Software > Web Design and Development

Web Design and Development Design techniques, conepts, HTML, scripts, software, reviews, sponsors and affiliate programs.


Reply
 
LinkBack Thread Tools Display Modes
Old 10-14-2006, 01:30 PM   #1
Junior
 
Join Date: Mar 2006
Posts: 176
Rep Power: 3 eeeboy is on a distinguished road
Blog Icons for RSS Feeds

I have seen in many blogs that they have some icons in their right panel such as like FeedBurner, My Yahoo , google , and many other sites. I guess that icons are for subscribing to that thread using those services. Now , I have my own blog in wordpress. Wordpress having their own RSS feeding service. But still I want to enable those icons for subscribing my thread.

With that , I also want to add a button like many blogs have that is a link to del.icio.us , or digg.com or technorati .

Please tell me how to add these icons i mean how to make a link for my blog in those pages and where I can find those icons. do i need to save those icons from their page and then put a image hyperlink using html ?

Thanx in advance.

Regards
eeeboy
eeeboy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2006, 09:02 PM   #2
Freshman
 
Join Date: Sep 2006
Posts: 13
Rep Power: 0 Buckaroo is on a distinguished road
You will need to edit index.php and single.php to add in this code:

Code:
<div class="socialnetworks">
    <a title="Submit To Digg" href="http://digg.com/submit?phase=2&url=<?php the_permalink() ?>" ><img src="[URL DIRECTORY TO WHERE YOU UPLOADED YOUR IMAGE]/digg.gif" alt="Digg" border="0"></a>&nbsp;|&nbsp;
    <a title="Save To del.icio.us" href="http://del.icio.us/post?url=<?php the_permalink() ?>;title=<?php bloginfo('name'); ?> &gt;&gt; <?php the_title() ?>"><img src="[URL DIRECTORY TO WHERE YOU UPLOADED YOUR IMAGE]/delicious.gif" alt="del.icio.us" border="0"></a>&nbsp;|&nbsp;
    <a title="Save To FURL" href="http://www.furl.net/storeIt.jsp?t=<?php the_title() ?>;u=<?php the_permalink() ?>" ><img src="[URL DIRECTORY TO WHERE YOU UPLOADED YOUR IMAGE]/frul.gif" alt="FURL" border="0"></a>&nbsp;|&nbsp;
    <a title="Save to Yahoo! My Web 2.0" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=<?php the_title() ?>;u=<?php the_permalink() ?>"><img src="[URL DIRECTORY TO WHERE YOU UPLOADED YOUR IMAGE]/yahoomyweb.jpg" alt="Yahoo! My Web 2.0" border="0"></a>&nbsp;|&nbsp;
    <a title="Save to Reddit" href="http://reddit.com/submit?url=<?php the_permalink() ?>;title=<?php the_title() ?>" ><img src="[URL DIRECTORY TO WHERE YOU UPLOADED YOUR IMAGE]/reddit.gif" alt="Reddit" border="0"></a>
</div>
Insert this code after the "Read the rest of this entry" section and before the "feedback" section.

Next, add the CSS section for "socialnetworks" to your style.css file:
Code:
.socialnetworks {
    text-align: right;
    clear: both;
    font-size: 10px;
    padding-bottom: 10px;
}
You will also need to upload the buttons. I will attach them to this post for you.
Buckaroo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2006, 11:27 PM   #3
Junior
 
Join Date: Mar 2006
Posts: 176
Rep Power: 3 eeeboy is on a distinguished road
will this work for wordpress too ? I mean in wordpress I have really little things to do. They even dont allow <script></script>. I cant use my adsense account even. and I havent seen so far any file named index.php or single.php in my blog edit page.

your suggestion sounds to me for blogger or other liberal blog sites.
eeeboy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-16-2006, 05:15 AM   #4
Freshman
 
Join Date: Sep 2006
Posts: 13
Rep Power: 0 Buckaroo is on a distinguished road
Quote:
Originally Posted by eeeboy
will this work for wordpress too?
These instructions are only for WordPress.

Quote:
Originally Posted by eeeboy
I havent seen so far any file named index.php or single.php in my blog edit page.
index.php is the main page. It can be found under /wp-content/themes/theme_you_are_using/index.php

single.php is the file WordPress uses to generate the web page view of a single post.
Buckaroo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blogging 101 Lyte PC & Tech Related News, Events and More! 28 02-11-2008 10:04 PM
Get Paid to Blog Will.Spencer PC Cafe 11 08-19-2006 05:58 AM
Blog feeds may carry security risk Lyte PC & Tech Related News, Events and More! 0 08-08-2006 07:59 AM
Create a handy toolbar for XP desktop ICONS aleeonline Windows XP and other Window Versions 0 04-17-2006 03:16 PM



All times are GMT -5. The time now is 04:48 PM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5