<?php if (function_exists('sociable_html')) {
echo sociable_html(Array("RSS"));
} ?>
If I want just the RSS feed button to show up with a link?
<?php if (function_exists('sociable_html')) {
echo sociable_html(Array("RSS"));
} ?>
If I want just the RSS feed button to show up with a link?
This topic has been closed to new replies.