-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
43 lines (29 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
ShareThis
=========
Simple plugin to share pages with most popular social sites.
At the moment, the following APIs are supported:
- Facebook
- Digg
- MySpace
- StumbleUpon
- del.icio.us
After install the plugin run the following rake task to setup assets used by ShareThis:
rake share_this:setup
And remember to include ShareThis stylesheet in your views using share_this method.
Example
=======
The following will render in the view the links to share the current page with the defaults settings of ShareThis.
<%= share_this %>
self-explanatory example:
<%= share_this(:include => [:facebook, :digg], :discard_image => true,
:url => article_path(article),
:title => article.title) %>
Discarding the images is also possible:
<%= share_this(:discard_image => true) %>
TODO
====
- Improve documentation
- Remove document.title and javascript when getting the page title with Rails becomes possible.
- Add more APIs.
Feedback? Comments? Bugs? Drop me a line to miloops (at) gmail (dot) com
Copyright (c) 2008 Emilio Tagua, released under the MIT license