side_firefox_addon.php 650 B

12345678910111213
  1. <div class="side_widget with_button side_widgets_footer" id="widget_ffdl" style="display:none">
  2. <div class="form_title">
  3. <h2><?=_('Firefox Extension')?></h2>
  4. <a href="javascript:void(0)" class="headerbtn" id="hide_ffdl"><?=_('HIDE')?></a>
  5. </div>
  6. <?=_('Halcyon does now have a new, free extension for the Firefox browser which can replace all Twitter Tweet buttons with Halcyon Toot buttons so that you can easily share all content on your favorite social network!')?>
  7. <center><br/>
  8. <button onclick="window.open('https://addons.mozilla.org/addon/halcyon-share/')" class="halcyon_button">
  9. <span><?=_('Download it!')?></span>
  10. </button>
  11. </center>
  12. </div>