-
Add code to connect to social icons
Hello,
In the sidebar.php code of my wp site, I have the following social icons that I need to connect up to my customer's twitter, facebook. delicious, etc.
http://winyourway.ca/NewWebsite/
How do I connect these up? I have their username and passwords for the relevant sites, but have no idea what to do.
The code is as follows:
<a class="addthis_button_twitter">
<img src="<?php bloginfo('template_directory'); ?>/images/twitter.png" width="32" height="32" alt="Twitter" /></a>
<a class="addthis_button_delicious">
<img src="<?php bloginfo('template_directory'); ?>/images/delicious.png" width="32" height="32" alt="Delicious" /></a>
<a class="addthis_button_facebook">
<img src="<?php bloginfo('template_directory'); ?>/images/facebook.png" width="32" height="32" alt="Facebook" /></a>
<a class="addthis_button_digg">
<img src="<?php bloginfo('template_directory'); ?>/images/digg.png" width="32" height="32" alt="Digg" /></a>
<a class="addthis_button_stumbleupon">
<img src="<?php bloginfo('template_directory'); ?>/images/stumbleupon.png" width="32" height="32" alt="Stumbleupon" /></a>
<a href="<?php bloginfo('rss2_url'); ?>">
<img src="<?php bloginfo('template_directory'); ?>/images/rss.png" width="32" height="32" alt="rss feed" /></a>
-
It looks like you are just wanting to link to your social networking sites from what I can tell, in which case you are best off looking on an HTML specific site for assistance.
http://www.w3schools.com/html/html_links.asp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules