Skip to content

A rails plugin to display social network icons easily in your web applications.

License

Notifications You must be signed in to change notification settings

itkin/social_icons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialIcons
===========

This is a simple plugin to help you display some social icons in your site.

Icons supported so far:

- Facebook like button
- Facebook
- Twitter
- Delicious
- Reddit
- Digg


Installation
============

Install plugin from github:

$ ./script/plugin install git://github.com/ozgun/social_icons.git

Installation hooks will copy some files to application's "public" folder.

images/social_icons/*
stylesheets/social_icons.css

Load social_icons.css file in your layout(i.e. application.html.erb)

<%= stylesheet_link_tag 'social_icons' %>


Usage
============

Call "print_social_icons" method in your partials or views.

<%= print_social_icons %>


Copyright (c) 2010 [Özgun Koyun (kozgun@gmail.com)], released under the MIT license

About

A rails plugin to display social network icons easily in your web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%