1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help with Twitter/Rss

Discussion in 'Content Management' started by Bernie's Dugout, Feb 17, 2010.

  1. #1
    My blog, YoungDevs.com needs some help. As you can see the nav bar has a Twitter and RSS logo which we intend to use. I was wondering if anyone could offer some help as to the best way to go about making these work?

    Thanks!
     
    Bernie's Dugout, Feb 17, 2010 IP
  2. chaukar

    chaukar Peon

    Messages:
    220
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You may use http://www.addtoany.com/ or something similar. It's not only twitter, but almost every popular social network.

    Or if you just want the rss button to work...you have to do some simple xml. It's very simple, google it and if you know html then you know how rss works
     
    chaukar, Feb 18, 2010 IP
  3. broxen

    broxen Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    guess you use wordpress :D
    look for these line on either header.php or index.php
    <img src="<?php bloginfo('template_url'); ?>/images/twitter.png">
    <img src="<?php bloginfo('template_url'); ?>/images/rss_subscribe.png">
    PHP:
    change to this
    <a href="your twitter url"><img src="<?php bloginfo('template_url'); ?>/images/twitter.png"></a>
    <a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss_subscribe.png"></a>
    PHP:
    hope that help :)
     
    broxen, Feb 20, 2010 IP
  4. Bernie's Dugout

    Bernie's Dugout Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    We figured it out. Thanks guys. :)

    Posting has begun and we're officially underway!
     
    Bernie's Dugout, Feb 24, 2010 IP