Files
wordpress-skeleton/blog/wp-content/plugins/wp-minify/options-sidebar.php
T
2010-03-19 13:50:52 -04:00

49 lines
3.1 KiB
PHP

<script type="text/javascript">
jQuery(document).ready(function($){
$("#slider").easySlider({
auto:true,
continuous:true,
pause:15000,
speed:100
});
});
</script>
<div class="omni_admin_sidebar">
<div class="omni_admin_sidebar_section">
<h3>Like this plugin?</h3>
Why not do any of the following?
<ul>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=thaya.kareeson@gmail.com&currency_code=USD&amount=&return=&item_name=Donate+a+cup+of+coffee+or+two+for+WP+Minify+WordPress+plugin.">Donate a token of your appreciation.</a></li>
<li><a href="http://wordpress.org/extend/plugins/<?php echo $this->name_dashed; ?>/">Give it a good rating on WordPress.org.</a></li>
<li><a href="<?php echo $this->homepage; ?>">Link to it so other folks can find out about it.</a></li>
</ul>
</div>
<div class="omni_admin_sidebar_section">
<h3>Other useful plugins</h3>
<div id="slider">
<ul>
<li><strong><a href="http://omninoggin.com/wordpress-plugins/wp-greet-box-wordpress-plugin/">WP Greet Box</a></strong> helps you show a different greeting message to your new visitors depending on their referrer url. For example, when a Digg user clicks through from Digg, they will see a message reminding them to digg your post if they like it. <a href="http://omninoggin.com/wordpress-plugins/wp-greet-box-wordpress-plugin/">Learn more &raquo;</a></li>
<li><strong><a href="http://omninoggin.com/wordpress-plugins/seo-no-duplicate-wordpress-plugin/">SEO No Duplicate</a></strong> helps you get rid of duplicate content by telling search engine bots the preferred version of your pages (via canonical properly within your head tag). <a href="http://omninoggin.com/wordpress-plugins/seo-no-duplicate-wordpress-plugin/">Learn more &raquo;</a></li>
<li><strong><a href="http://omninoggin.com/wordpress-plugins/buy-sell-ads-wordpress-plugin/">Buy Sell Ads WordPress plugin</a></strong> helps you easily integrate your Buy Sell Ads zones and includes anti-AdBlock measures to prevent AdBlock from blocking Buy Sell Ads advertisements on your site. <a href="http://omninoggin.com/wordpress-plugins/buy-sell-ads-wordpress-plugin/">Learn more &raquo;</a></li>
<li><strong><a href="http://omninoggin.com/wordpress-plugins/anti-adblock-wordpress-plugin/">Anti-AdBlock</a></strong> helps detects if a visitor has AdBlock software enabled. If so, it will display a customizable floating notification message to your visitor. By default, this message box will never show up again for that visitor. <a href="http://omninoggin.com/wordpress-plugins/anti-adblock-wordpress-plugin/">Learn more &raquo;</a></li>
</ul>
</div>
</div>
<div class="omni_admin_sidebar_section">
<h3>Need support?</h3>
Feel free to find answers and post any questions in the <a href="http://omninoggin.com/forum">plugin support forum</a>.
</div>
<div class="omni_admin_sidebar_section">
<h3>About the author</h3>
<li><a href="http://omninoggin.com/">Visit my blog</a></li>
<li><a href="http://twitter.com/ThayaKareeson">Follow me on Twitter</a></li>
<li><a href="http://omninoggin.com/feed/">Subscribe to my RSS feed</a></li>
</div>
</div>