BMC Youth Climbing Series 2009
Some of our younger climbing members recently competed in the regional rounds of the BMC Youth Climbing Series at climbing centre's across South Wales, with the aim of getting through to the British final at the Westway Sports Centre in London. One of those people was Morgan Preece, 16, who managed to get through to the final, and came third in Britain out of his age group (Boys 14-16). Congratulations Morgan! Full results can be found on the BMC Website...
/*
Plugin Name: Follow Me
Plugin URI: http://www.ignitesocialmedia.com/tools/follow-me/
Version: 1.2.1
Author: Brian Chappell @ Ignite Social Media
Author URI: http://www.ignitesocialmedia.com/about/people/brian-chappell/
Description: The Follow Me plugin is designed to allow users the ability to add links to their social media profiles in their blog. To get started activate and visit the <a href="options-general.php?page=fmoptions">Settings Page</a>.
*/
function FollowMeSocialMedia() {
echo $before_widget;
echo $before_title;
echo $after_title;
if(get_option(FollowMe_Buttons) !== 'none')
{ ?>
<script type="text/javascript" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/js/followme.js"></script>
<li>
<a href="#" onmouseover="TagToTip('FollowMe', LEFT,
<?php if(get_option(FollowMe_Layout) == ''){echo "true";}else{echo get_option(FollowMe_Layout);}?>, BORDERWIDTH, 0, BGCOLOR, '#E0E0E0', FADEIN, 200, FADEOUT, 200, STICKY, true, PADDING, 0, CLICKCLOSE, true)" onmouseout="UnTip()">
<img id="FollowMeClick" style="border: none;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/
<?php echo get_option(FollowMe_Buttons); ?>" border="0" alt="" /></a>
<?php }
else
{ }
?>
<li>
<div style="border: thin solid #E0E0E0; width:260px;
<?php if(get_option(FollowMe_Buttons) !== 'none'){echo "display:none;";}else{echo "";} ?>" id="FollowMe">
<table style="border-style:hidden;border-collapse: collapse;border-spacing:0px;" width="260px"><tbody>
<tr style="background-color: rgb(224, 224, 224);border-style:hidden;">
<td <?php if(get_option(FollowMe_Columns) != 1){ ?>colspan="2"<?php } ?> style="background-color: rgb(224, 224, 224);border-style:hidden;" align="left">
<span style="display:inline;font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline; text-transform: capitalize; text-align:left;font-weight:900;">Follow Me:</span><br/>
</td>
</tr>
<tr <?php if(get_option(FollowMe_Columns) != 1){echo 'width="260px"';} ?><?php if(get_option(FollowMe_Columns) == 1){echo 'width="130px"';} ?> style="background-color: rgb(255, 255, 255);border-style:hidden;">
<td width="130px" valign="top" style="padding-left: 4px; padding-top: 4px;border-style:hidden;" >
<?php if (get_option(FollowMe_Twitter))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/twitter.gif" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?> style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Twitter); ?>" title="Twitter">Twitter</a></span><br/>
<?php }
if (get_option(FollowMe_LinkedIn))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/in.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_LinkedIn); ?>" title="LinkedIn">LinkedIn</a></span><br/>
<?php }
if (get_option(FollowMe_StumbleUpon))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/su.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_StumbleUpon); ?>" title="Stumble">Stumble</a></span><br/>
<?php }
if (get_option(FollowMe_Myspace))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/myspace.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Myspace); ?>" title="Myspace">MySpace</a></span><br/>
<?php }
if (get_option(FollowMe_Sphinn))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/sphinn.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Sphinn); ?>" title="Sphinn">Sphinn</a></span><br/>
<?php }
if (get_option(FollowMe_Facebook))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/facebook.gif" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Facebook); ?>" title="Facebook">Facebook</a></span><br/>
<?php }
if (get_option(FollowMe_MyBlogLog))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/mybloglog.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_MyBlogLog); ?>" title="MyBlogLog">MyBlogLog</a></span><br/>
<?php }
if (get_option(FollowMe_Ping))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/ping.gif" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Ping); ?>" title="Ping.fm">Ping.fm</a></span><br/>
<?php }
if (get_option(FollowMe_plurk))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/plurk.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_plurk); ?>" title="Plurk">Plurk</a></span><br/>
<?php } ?>
<?php if(get_option(FollowMe_Columns) != 1){ ?>
</td>
<td style="background-color:#ffffff;border-style:hidden;">
<?php } ?>
<?php if (get_option(FollowMe_Mahalo))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/mahalo.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Mahalo); ?>" title="Mahalo">Mahalo</a></span><br/>
<?php }
if (get_option(FollowMe_brightkite))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/brightkite.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_brightkite); ?>" title="brightkite">brightkite</a></span><br/>
<?php }
if (get_option(FollowMe_FriendFeed))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/friendfeed.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_FriendFeed); ?>" title="FriendFeed">FriendFeed</a></span><br/>
<?php }
if (get_option(FollowMe_kirtsy))
{?>
<span style="display:inline;padding-top: 2px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/kirtsy.gif" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_kirtsy); ?>" title="Kirtsy">Kirtsy</a></span><br/>
<?php } ?>
<?php if (get_option(FollowMe_Digg)) {?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/digg.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Digg); ?>" title="Digg">Digg</a></span><br/>
<?php }
if (get_option(FollowMe_Delicious))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/delicious.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Delicious); ?>" title="Delicious">Delicious</a></span><br/>
<?php }
if (get_option(FollowMe_Youtube))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/youtube.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Youtube); ?>" title="Youtube">YouTube</a></span><br/>
<?php }
if (get_option(FollowMe_Reddit))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/reddit.gif" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Reddit); ?>" title="Reddit">Reddit</a></span><br/>
<?php }
if (get_option(FollowMe_Flickr))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/flickr.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Flickr); ?>" title="Flickr">Flickr</a></span><br/>
<?php }
if (get_option(FollowMe_Mixx))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/mixx.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Mixx); ?>" title="Mixx">Mixx</a></span><br/>
<?php }
if (get_option(FollowMe_Last))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/lastfm.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Last); ?>" title="Last.fm">Last.fm</a></span><br/>
<?php }
if (get_option(FollowMe_Newsvine))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/newsvine.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Newsvine); ?>" title="Newsvine">Newsvine</a></span><br/>
<?php }
if (get_option(FollowMe_Picasa))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/picasa.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Picasa); ?>" title="Picasa">Picasa</a></span><br/>
<?php }
if (get_option(FollowMe_Propeller))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/propeller.gif" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Propeller); ?>" title="Propeller">Propeller</a></span><br/>
<?php }
if (get_option(FollowMe_SlideShare))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/slideshare.gif" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_SlideShare); ?>" title="SlideShare">SlideShare</a></span><br/>
<?php }
if (get_option(FollowMe_Technorati))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/technorati.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Technorati); ?>" title="Technorati">Technorati</a></span><br/>
<?php }
if (get_option(FollowMe_Yelp))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/yelp.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Yelp); ?>" title="Yelp!">Yelp!</a></span><br/>
<?php }
if (get_option(FollowMe_Xing))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/Xing.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Xing); ?>" title="Xing">Xing</a></span><br/>
<?php }
if (get_option(FollowMe_Identica))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/Identica.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Identica); ?>" title="Identi.ca">Identi.ca</a></span><br/>
<?php }
if (get_option(FollowMe_Plaxo))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/Plaxo.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Plaxo); ?>" title="Plaxo">Plaxo</a></span><br/>
<?php }
if (get_option(FollowMe_Orkut))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/Orkut.png" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option(FollowMe_Orkut); ?>" title="Orkut">Orkut</a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL1))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL1'); ?>" title="<?php echo get_option('FollowMe_LinkText1'); ?>">
<?php echo get_option('FollowMe_LinkText1'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL2))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL2'); ?>" title="<?php echo get_option('FollowMe_LinkText2'); ?>">
<?php echo get_option('FollowMe_LinkText2'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL3))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL3'); ?>" title="<?php echo get_option('FollowMe_LinkText3'); ?>">
<?php echo get_option('FollowMe_LinkText3'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL4))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL4'); ?>" title="<?php echo get_option('FollowMe_LinkText4'); ?>">
<?php echo get_option('FollowMe_LinkText4'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL5))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL5'); ?>" title="<?php echo get_option('FollowMe_LinkText5'); ?>">
<?php echo get_option('FollowMe_LinkText5'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL6))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL6'); ?>" title="<?php echo get_option('FollowMe_LinkText6'); ?>">
<?php echo get_option('FollowMe_LinkText6'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL7))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL7'); ?>" title="<?php echo get_option('FollowMe_LinkText7'); ?>">
<?php echo get_option('FollowMe_LinkText7'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL8))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL8'); ?>" title="<?php echo get_option('FollowMe_LinkText8'); ?>">
<?php echo get_option('FollowMe_LinkText8'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL9))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL9'); ?>" title="<?php echo get_option('FollowMe_LinkText9'); ?>">
<?php echo get_option('FollowMe_LinkText9'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL10))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL10'); ?>" title="<?php echo get_option('FollowMe_LinkText10'); ?>">
<?php echo get_option('FollowMe_LinkText10'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL11))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL11'); ?>" title="<?php echo get_option('FollowMe_LinkText11'); ?>">
<?php echo get_option('FollowMe_LinkText11'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL11))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL11'); ?>" title="<?php echo get_option('FollowMe_LinkText11'); ?>">
<?php echo get_option('FollowMe_LinkText11'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL12))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL12'); ?>" title="<?php echo get_option('FollowMe_LinkText12'); ?>">
<?php echo get_option('FollowMe_LinkText12'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL13))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL13'); ?>" title="<?php echo get_option('FollowMe_LinkText13'); ?>">
<?php echo get_option('FollowMe_LinkText13'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL14))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL14'); ?>" title="<?php echo get_option('FollowMe_LinkText14'); ?>">
<?php echo get_option('FollowMe_LinkText14'); ?></a></span><br/>
<?php }
if (get_option(FollowMe_LinkURL15))
{?>
<span style="display:inline;padding-top: 1px;text-transform:capitalize;"><img style="border: none; vertical-align:middle; padding-right: 2px;" src="
<?php bloginfo('url'); ?>/wp-content/plugins/follow-me/images/avatar.jpg" alt="" /><a
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo 'target="_blank"';
}
?>
style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline;" href="
<?php echo get_option('FollowMe_LinkURL15'); ?>" title="<?php echo get_option('FollowMe_LinkText15'); ?>">
<?php echo get_option('FollowMe_LinkText15'); ?></a></span><br/>
<?php } ?>
</td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
<td style="background-color: rgb(224, 224, 224);" <?php if(get_option(FollowMe_Columns) != 1){ ?>colspan="2"<?php } ?> align="right">
<a style="font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;color: #000000;text-decoration: none;display: inline; text-transform: capitalize; text-align:right;" title="Grab This" target="_blank" href="http://www.ignitesocialmedia.com/tools/follow-me/">Grab This</a>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<?php
echo $after_widget;
}
/* OPTIONS PAGE */
function FollowMeIgniteSocialMedia_options_page()
{
?>
<div id="wpbody">
<div class="wrap">
<h2>Follow Me Plugin Settings</h2>
<p>Thank you for using the Follow Me Plugin. Use the settings below to customize the plugin to your needs. If you want us to add other social profile accounts to the widget contact us at: <a href="http://www.ignitesocialmedia.com/tools/follow-me/" target="_blank">www.ignitesocialmedia.com/tools/follow-me/</a></p>
<h3>Widgets!</h3>
<p> To enable the Follow Me Plugin in your blogs sidebar visit the <a href="<?php bloginfo(url); ?>/wp-admin/widgets.php">Widgets Page</a>. Transfer the "Follow Me" selection from the left to the right and click "Save Changes".</p>
<h3>No Widgets? No Problem!</h3>
<p>If your version of WordPress, or your blog's template, doesn't support Widgets, feel free to use the following template tag to add the Follow Me plugin to your blog. <strong><?php FollowMeSocialMedia() ?></strong> All you have to do is copy the tag and paste it anywhere in your template that you would like the Follow Me badge to appear.</p>
<h3>Your Details</h3>
<p>Fill in your details below. In each field add the complete URL to your different profiles.<br>
<br>
<font color="#FF0000">Please note that you must include HTTP:// in order for your link to work. (ie. http://www.example.com) </font></p>
<form method="post" action="options.php">
<?php wp_nonce_field('update-options'); ?>
<table border="0" style="border-collapse: collapse" class="form-table" width="800px">
<tr><td align="right">Twitter:</td><td><input size="75" type="text" name="FollowMe_Twitter" value="<?php echo get_option('FollowMe_Twitter'); ?>" /></td></tr>
<tr><td align="right">LinkedIn:</td><td><input size="75" type="text" name="FollowMe_LinkedIn" value="<?php echo get_option('FollowMe_LinkedIn'); ?>" /></td></tr>
<tr><td align="right">Stumbleupon:</td><td><input size="75" type="text" name="FollowMe_StumbleUpon" value="<?php echo get_option('FollowMe_StumbleUpon'); ?>" /></td></tr>
<tr><td align="right">Myspace:</td><td><input size="75" type="text" name="FollowMe_Myspace" value="<?php echo get_option('FollowMe_Myspace'); ?>" /></td></tr>
<tr><td align="right">Sphinn:</td><td><input size="75" type="text" name="FollowMe_Sphinn" value="<?php echo get_option('FollowMe_Sphinn'); ?>" /></td></tr>
<tr><td align="right">Facebook:</td><td><input size="75" type="text" name="FollowMe_Facebook" value="<?php echo get_option('FollowMe_Facebook'); ?>" /></td></tr>
<tr><td align="right">Digg:</td><td><input size="75" type="text" name="FollowMe_Digg" value="<?php echo get_option('FollowMe_Digg'); ?>" /></td></tr>
<tr><td align="right">Delicious:</td><td><input size="75" type="text" name="FollowMe_Delicious" value="<?php echo get_option('FollowMe_Delicious'); ?>" /></td></tr>
<tr><td align="right">YouTube:</td><td><input size="75" type="text" name="FollowMe_Youtube" value="<?php echo get_option('FollowMe_Youtube'); ?>" /></td></tr>
<tr><td align="right">Reddit:</td><td><input size="75" type="text" name="FollowMe_Reddit" value="<?php echo get_option('FollowMe_Reddit'); ?>" /></td></tr>
<tr><td align="right">Flickr:</td><td><input size="75" type="text" name="FollowMe_Flickr" value="<?php echo get_option('FollowMe_Flickr'); ?>" /></td></tr>
<tr><td align="right">Mixx:</td><td><input size="75" type="text" name="FollowMe_Mixx" value="<?php echo get_option('FollowMe_Mixx'); ?>" /></td></tr>
<tr><td align="right">MyBlogLog:</td><td><input size="75" type="text" name="FollowMe_MyBlogLog" value="<?php echo get_option('FollowMe_MyBlogLog'); ?>" /></td></tr>
<tr><td align="right">Ping.fm:</td><td><input size="75" type="text" name="FollowMe_Ping" value="<?php echo get_option('FollowMe_Ping'); ?>" /></td></tr>
<tr><td align="right">Plurk:</td><td><input size="75" type="text" name="FollowMe_plurk" value="<?php echo get_option('FollowMe_plurk'); ?>" /></td></tr>
<tr><td align="right">Mahalo:</td><td><input size="75" type="text" name="FollowMe_Mahalo" value="<?php echo get_option('FollowMe_Mahalo'); ?>" /></td></tr>
<tr><td align="right">brightkite:</td><td><input size="75" type="text" name="FollowMe_brightkite" value="<?php echo get_option('FollowMe_brightkite'); ?>" /></td></tr>
<tr><td align="right">FriendFeed:</td><td><input size="75" type="text" name="FollowMe_FriendFeed" value="<?php echo get_option('FollowMe_FriendFeed'); ?>" /></td></tr>
<tr><td align="right">Kirtsy:</td><td><input size="75" type="text" name="FollowMe_kirtsy" value="<?php echo get_option('FollowMe_kirtsy'); ?>" /></td></tr>
<tr><td align="right">Last.fm:</td><td><input size="75" type="text" name="FollowMe_Last" value="<?php echo get_option('FollowMe_Last'); ?>" /></td></tr>
<tr><td align="right">Newsvine:</td><td><input size="75" type="text" name="FollowMe_Newsvine" value="<?php echo get_option('FollowMe_Newsvine'); ?>" /></td></tr>
<tr><td align="right">Picasa:</td><td><input size="75" type="text" name="FollowMe_Picasa" value="<?php echo get_option('FollowMe_Picasa'); ?>" /></td></tr>
<tr><td align="right">Propeller:</td><td><input size="75" type="text" name="FollowMe_Propeller" value="<?php echo get_option('FollowMe_Propeller'); ?>" /></td></tr>
<tr><td align="right">SlideShare:</td><td><input size="75" type="text" name="FollowMe_SlideShare" value="<?php echo get_option('FollowMe_SlideShare'); ?>" /></td></tr>
<tr><td align="right">Technorati:</td><td><input size="75" type="text" name="FollowMe_Technorati" value="<?php echo get_option('FollowMe_Technorati'); ?>" /></td></tr>
<tr><td align="right">Yelp!:</td><td><input size="75" type="text" name="FollowMe_Yelp" value="<?php echo get_option('FollowMe_Yelp'); ?>" /></td></tr>
<tr><td align="right">Xing:</td><td><input size="75" type="text" name="FollowMe_Xing" value="<?php echo get_option('FollowMe_Xing'); ?>" /></td></tr>
<tr><td align="right">Identi.ca:</td><td><input size="75" type="text" name="FollowMe_Identica" value="<?php echo get_option('FollowMe_Identica'); ?>" /></td></tr>
<tr><td align="right">Plaxo:</td><td><input size="75" type="text" name="FollowMe_Plaxo" value="<?php echo get_option('FollowMe_Plaxo'); ?>" /></td></tr>
<tr><td align="right">Orkut:</td><td><input size="75" type="text" name="FollowMe_Orkut" value="<?php echo get_option('FollowMe_Orkut'); ?>" /></td></tr>
</table>
<p><h3>Custom Links!</h3>
<table width="800px" border="0" class="form-table" style="border-collapse: seperate;border-spacing: 0px">
<tbody>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #1 Text:</td><td align="left">Link #1 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d2d7">
<td align="right"><strong>Link #1:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText1" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText1'); ?>"/></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL1" value="<?php echo get_option('FollowMe_LinkURL1'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #2 Text:</td><td align="left">Link #2 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d2d7">
<td align="right"><strong>Link #2:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText2" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText2'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL2" value="<?php echo get_option('FollowMe_LinkURL2'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #3 Text:</td><td align="left">Link #3 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d2d7">
<td align="right"><strong>Link #3:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText3" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText3'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL3" value="<?php echo get_option('FollowMe_LinkURL3'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #4 Text:</td><td align="left">Link #4 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d2d7">
<td align="right"><strong>Link #4:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText4" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText4'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL4" value="<?php echo get_option('FollowMe_LinkURL4'); ?>" /></td>
</tr>
</tbody>
</table>
<div class="msg_list">
<h3 style="text-decoration:underline;cursor:pointer;" class="msg_head">More Custom Links >></h3>
<div class="msg_body">
<table width="800px" border="0" class="form-table" style="border-collapse: seperate;border-spacing: 0px">
<tbody>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #5 Text:</td><td align="left">Link #5 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d2d7">
<td align="right"><strong>Link #5:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText5" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText5'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL5" value="<?php echo get_option('FollowMe_LinkURL5'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #6 Text:</td><td align="left">Link #6 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #6:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText6" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText6'); ?>"/></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL6" value="<?php echo get_option('FollowMe_LinkURL6'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #7 Text:</td><td align="left">Link #7 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #7:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText7" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText7'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL7" value="<?php echo get_option('FollowMe_LinkURL7'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #8 Text:</td><td align="left">Link #8 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #8:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText8" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText8'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL8" value="<?php echo get_option('FollowMe_LinkURL8'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #9 Text:</td><td align="left">Link #9 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #9:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText9" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText9'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL9" value="<?php echo get_option('FollowMe_LinkURL9'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #10 Text:</td><td align="left">Link #10 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #10:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText10" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText10'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL10" value="<?php echo get_option('FollowMe_LinkURL10'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #11 Text:</td><td align="left">Link #11 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d2d7">
<td align="right"><strong>Link #11:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText11" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText11'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL11" value="<?php echo get_option('FollowMe_LinkURL11'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #12 Text:</td><td align="left">Link #12 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #12:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText12" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText12'); ?>"/></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL12" value="<?php echo get_option('FollowMe_LinkURL12'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #13 Text:</td><td align="left">Link #13 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #13:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText13" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText13'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL13" value="<?php echo get_option('FollowMe_LinkURL13'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #14 Text:</td><td align="left">Link #14 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #14:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText14" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText14'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL14" value="<?php echo get_option('FollowMe_LinkURL14'); ?>" /></td>
</tr>
<tr>
<td align="right"></td><td align="left" width="200px;">Link #15 Text:</td><td align="left">Link #15 URL:</td></tr>
<tr style="border-bottom: medium solid #c9d6d7">
<td align="right"><strong>Link #15:</strong></td><td width="200px;" align="left"><input name="FollowMe_LinkText15" size="20" type="text" value="<?php echo get_option('FollowMe_LinkText15'); ?>" /></td><td align="left"><input size="50" type="text" name="FollowMe_LinkURL15" value="<?php echo get_option('FollowMe_LinkURL15'); ?>" /></td>
</tr>
</tbody>
</table>
</div>
</div>
</p>
<h3>New Windows?</h3>
<p><label><input type="checkbox"
<?php if(get_option(FollowMe_NewWin) == 'check')
{
echo "checked='checked'";
}
?>
name="FollowMe_NewWin" value="check"> Open links in new window or tab.</label></p>
<p><h1>Design</h1>
<table width="800px" border="0" class="form-table" style="border-collapse: collapse">
<tbody>
<tr>
<th width="222" align="left"><label>
<h3>Layout:</h3></label></th>
<td width="568"><p>With the Follow Me Plugin you have the option of displaying your links using the default button or with a button free "link box" option. </p>
<p> </p></td>
</tr>
</tbody>
</table>
<table border="0" style="border-collapse: collapse" class="form-table" width="800px">
<tbody>
<tr>
<th width="222" align="left"><label>
<input name="FollowMe_Buttons" value="button.gif" class="tog"
<?php
if(get_option(FollowMe_Buttons) == 'button.gif')
{
echo "checked='checked'";
}
?>
type="radio">
Default Button </label></th>
<td width="568"><p><img src="
<?php echo bloginfo('url');?>/wp-content/plugins/follow-me/images/button.gif"/></p>
<p> </p></td>
</tr>
<tr>
<th align="left"><label>
<input name="FollowMe_Buttons" value="buttonmid.gif" class="tog"
<?php
if(get_option(FollowMe_Buttons) == 'buttonmid.gif')
{
echo "checked='checked'";
}
?>
type="radio">
Medium Button </label></th>
<td><p><img src="
<?php echo bloginfo('url');?>/wp-content/plugins/follow-me/images/buttonmid.gif"/></p>
<p> </p></td>
</tr>
<tr>
<th align="left"><label>
<input name="FollowMe_Buttons" value="buttonlrg.gif" class="tog"
<?php
if(get_option(FollowMe_Buttons) == 'buttonlrg.gif')
{
echo "checked='checked'";
}
?>
type="radio">
Large Button </label></th>
<td><p><img src="
<?php echo bloginfo('url');?>/wp-content/plugins/follow-me/images/buttonlrg.gif"/></p>
<p> </p></td>
</tr>
</tbody>
</table>
<table width="800px" border="0" class="form-table" style="border-collapse: collapse">
<tbody>
<tr>
<th align="left"><input name="FollowMe_Buttons" value="none" class="tog"
<?php
if(get_option(FollowMe_Buttons) == 'none')
{
echo "checked='checked'";
}
?>
type="radio">
Display as Box:</th>
<td><img src="
<?php echo bloginfo('url');?>/wp-content/plugins/follow-me/images/box-layout.png"/></td>
</tr>
<tr>
<th width="220" align="left"><label>
</label></th>
<td width="570">
</td>
</tr>
</tbody>
</table>
<h3>Number of Columns:</h3>
<label>1<input name="FollowMe_Columns" value="1" class="tog"
<?php
if(get_option(FollowMe_Columns) == 1)
{
echo "checked='checked'";
}
?>
type="radio"></label>
<br/>
<label>2<input name="FollowMe_Columns" value="2" class="tog"
<?php
if(get_option(FollowMe_Columns) != '1')
{
echo "checked='checked'";
}
?>
type="radio"></label>
<h3>Window Alignment:</h3>
<table border="0" style="border-collapse: collapse" class="form-table" width="800px">
<tbody>
<tr>
<th width="224" align="left"><label>
<input name="FollowMe_Layout" value="true" class="tog"
<?php
if(get_option(FollowMe_Layout) == 'true')
{
echo "checked='checked'";
}
?>
type="radio">
Open to the left:</label></th>
<td width="566"><img src="
<?php echo bloginfo('url');?>/wp-content/plugins/follow-me/images/left-right.png"/></td>
</tr>
<tr>
<th align="left"><label>
<input name="FollowMe_Layout" value="false" class="tog"
<?php
if(get_option(FollowMe_Layout) == 'false')
{
echo "checked='checked'";
}
?>
type="radio">
Open to the right:</label></th>
<td><img src="
<?php echo bloginfo('url');?>/wp-content/plugins/follow-me/images/right-left.png"/></td>
</tr>
</tbody>
</table>
<p> </p>
<p>
<input type="hidden" name="action" value="update" />
<input type="hidden" name="page_options" value="FollowMe_LinkText6,FollowMe_LinkText7,FollowMe_LinkText8,FollowMe_LinkText9,FollowMe_LinkText10,FollowMe_LinkText11,FollowMe_LinkText12,FollowMe_LinkText13,FollowMe_LinkText14,FollowMe_LinkText15,FollowMe_LinkURL15,FollowMe_LinkURL14,FollowMe_LinkURL13,FollowMe_LinkURL12,FollowMe_LinkURL11,FollowMe_LinkURL10,FollowMe_LinkURL9,FollowMe_LinkURL8,FollowMe_LinkURL7,FollowMe_LinkURL6,FollowMe_LinkURL9,FollowMe_Columns,FollowMe_NewWin,FollowMe_LinkURL1,FollowMe_LinkURL2,FollowMe_LinkURL3,FollowMe_LinkURL4,FollowMe_LinkURL5,FollowMe_LinkText1,FollowMe_LinkText2,FollowMe_LinkText3,FollowMe_LinkText4,FollowMe_LinkText5,FollowMe_Layout,FollowMe_Buttons,FollowMe_Yelp,FollowMe_Technorati,FollowMe_SlideShare,FollowMe_Propeller,FollowMe_Picasa,FollowMe_Newsvine,FollowMe_Last,FollowMe_kirtsy,FollowMe_FriendFeed,FollowMe_brightkite,FollowMe_Mahalo,FollowMe_plurk,FollowMe_Ping,FollowMe_MyBlogLog,FollowMe_Content,FollowMe_Twitter,FollowMe_LinkedIn,FollowMe_StumbleUpon,FollowMe_Myspace,FollowMe_Sphinn,FollowMe_Facebook,FollowMe_Digg,FollowMe_Delicious,FollowMe_Youtube,FollowMe_Reddit,FollowMe_Flickr,FollowMe_Mixx,FollowMe_Xing,FollowMe_Identica,FollowMe_Plaxo,FollowMe_Orkut" />
</p>
<p class="submit">
<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
</p>
</form>
</div>
</div>
<?php
}
function widget_FollowMeIgniteSocialMedia_control()
{
?>
<div style="text-align:left">
To edit the options for this widget, please visit the <a href="options-general.php?page=fmoptions">Follow Me Settings Page</a>.
</div>
<?php
}
/* CALL OPTIONS PAGE */
function FollowMeIgniteSocialMedia_add_pages()
{
$mypage = add_options_page('Follow Me Options', 'Follow Me Options', 8, 'fmoptions', 'FollowMeIgniteSocialMedia_options_page');
add_action( "admin_print_scripts-$mypage", 'FollowMe_admin_head' );
}
function FollowMe_admin_head() {
$plugindir = get_settings('home').'/wp-content/plugins/'.dirname(plugin_basename(__FILE__));
wp_enqueue_script('loadjs', $plugindir . '/js/expand.js');
echo "<script type='text/javascript' src='".get_settings('home')."/wp-content/plugins/follow-me/js/jquery.js'></script>";
}
/* CALL SIDE BAR WIDGET */
function widget_FollowMeIgniteSocialMedia()
{
FollowMeSocialMedia();
}
function FollowMeIgniteSocialMedia_init()
{
register_sidebar_widget(__('Follow Me'), 'widget_FollowMeIgniteSocialMedia');
register_widget_control('Follow Me', 'widget_FollowMeIgniteSocialMedia_control');
}
/* HOOK IT IN */
add_action('plugins_loaded', 'FollowMeIgniteSocialMedia_init');
add_action('admin_menu', 'FollowMeIgniteSocialMedia_add_pages');
?>