Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

social_buttons

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

social_buttons

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SocialButtons

Helper methods for to easy integrate social buttons 'Pin It', 'Like', 'Tweet it', 'G+'

Installation

Add this line to your application's Gemfile:

gem 'social_buttons'

And then execute:

$ bundle

Usage

In application.js add:

//= require social_buttons

In view:

<%= pin_it_button url: @product.url, media: @product.large_image_url, description: @product.description %>

<%= fb_like_button %>

<%= twitter_share_button count: 'none' %>

<%= google_plus_button size: 'medium', annotation: 'none' %>

More details you can find in the code

FAQs

Package last updated on 30 Jun 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc