Module: Nesta::Plugin::Sharethis::Helpers
- Defined in:
- lib/nesta-plugin-sharethis/init.rb
Overview
end private_instance_method :load_sharethis_config
Instance Method Summary collapse
Instance Method Details
#sharethis_buttons ⇒ Object
36 37 38 39 40 41 42 |
# File 'lib/nesta-plugin-sharethis/init.rb', line 36 def = [] Nesta::Config..each do || << Nesta::Plugin::Sharethis::BUTTONS[] end .join("\n") end |
#sharethis_javascript ⇒ Object
28 29 30 31 32 33 34 |
# File 'lib/nesta-plugin-sharethis/init.rb', line 28 def sharethis_javascript %{ <script type="text/javascript">var switchTo5x=true;</script> <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "#{Nesta::Config.sharethis}"}); </script> } end |