akanichiyoubi
Member
Posted 2 years ago #
Hi, I have been trying to find a plugin all day that will put buttons on my page/posts for Twitter, Facebook and the like that will look somewhat like this:
http://img200.imageshack.us/img200/2305/wantd.jpg
But I don't just want blank buttons that go to the main Twitter page, or buttons that go to the viewer's information, I want them to link to MY Twitter page, MY Facebook page, etc.
Can anyone tell me of a widget/plugin to do this?
akanichiyoubi
Member
Posted 2 years ago #
This still isn't resolved. I'm sure it's an easy thing, an obvious plugin somewhere, but I am stuck, PLEASE does someone know ANYTHING?
Make your own and include them in your template files somewhere.
Here is one I added to the header of one of my themes.
<div class="shareblock">
<h3>share</h3>
<ul>
<li><a href="<?php bloginfo('rss2_url'); ?>" target="_blank"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/img/social/rss.gif"></a></li>
<li><a href="http://www.facebook.com/home.php#/yourfcaebook?ref=nf" target="_blank"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/img/social/facebook.gif"></a></li>
<li><a href="yourtwitterpage" target="_blank"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/img/social/twitter.gif"></a></li>
</ul>
</div>
akanichiyoubi
Member
Posted 2 years ago #
I'm not really familiar with coding myself, though I can usually work some of it out. That's why I want a plugin. My theme doesn't seem to listen when I try to change anything in the header...or anywhere in CSS stylesheet.
A Plugin...anyone?