Module: Jaap3::Addthis

Defined in:
lib/addthis.rb

Defined Under Namespace

Modules: Helper

Constant Summary collapse

CONFIG =
{:publisher => ""}
DEFAULT_OPTIONS =
{
  :script_src => "http://s7.addthis.com/js/200/addthis_widget.js",
  :brand => nil, :header_color => nil, :header_background => nil,
  :offset_top => nil, :offset_left => nil, :hover_delay => nil,
  :options => nil, :language => nil, :secure => false
}
BOOKMARK_BUTTON_DEFAULTS =
{
  :title => "",
  :button_html => '<img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="Bookmark and Share" />'
}
FEED_BUTTON_DEFAULTS =
{
  :title => "Subscribe using any feed reader!",
  :button_html => '<img src="http://s7.addthis.com/static/btn/lg-feed-en.gif" width="125" height="16" border="0" alt="Subscribe" />'
}
EMAIL_BUTTON_DEFAULTS =
{
  :title => "",
  :button_html => '<img src="http://s7.addthis.com/button1-email.gif" width="54" height="16" border="0" alt="Email" />'
}