How do i fix these codes to go to the sites when you click the links!?
-
hello!
I’ve got a new theme and at the bottom of the sidebar it has the standard:
‘follow me on twitter’ and ‘add me to facebook’ etc but i have to configure the code myself!!?!?!?The following code is for some delicious website and when you click it, it actually goes to the site which is good.
<li class="delicious"><a href="https://del.icio.us/post?url=<?php echo get_option('home'); ?>" target="_blank" title="Save <?php bloginfo('name'); ?> to Del.icio.us">Save "<?php bloginfo('name'); ?>" to Del.icio.us</a></li>
Now this is the facebook code so how the [moronic explicative removed] do i make it go to facebook?
<li class="facebook"><a href="<?php echo get_option('facebook_add'); ?>" target="_blank" title="Check out my Facebook profile">Follow me on Facebook.com</a></li>
And this is the twitter code.. how do i change this? my twitter name is tommydamani
<li class="twitter"><a href="<?php echo get_option('twitter_add'); ?>" target="_blank" title="Check out my Twitter feed">Follow me on Twitter.com</a></li>
Thank youuuuu!!!!
- The topic ‘How do i fix these codes to go to the sites when you click the links!?’ is closed to new replies.