sexy_bookmarks 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +12 -0
- data/MIT-LICENSE +20 -0
- data/README.md +202 -0
- data/Rakefile +14 -0
- data/lib/sexy_bookmarks.rb +6 -68
- data/lib/sexy_bookmarks/engine.rb +7 -0
- data/lib/sexy_bookmarks/exceptions.rb +5 -0
- data/lib/sexy_bookmarks/fixtures/socials.yml +328 -0
- data/lib/sexy_bookmarks/macros_helper.rb +67 -0
- data/lib/sexy_bookmarks/version.rb +3 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/custom-fugue-sprite.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/error-delete.jpg +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/flo-head.jpg +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/green-grad.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/information-delete.jpg +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/red-grad.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/share-enjoy.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/share-german.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/share-knowledge.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/share-love-hearts.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/share-wealth.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/shareaholic-220.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/sharing-caring-hearts.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/sharing-caring.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/sharing-shr.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/shr-sprite.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/shrsb-logo.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/success-delete.jpg +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/warning-big.png +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/warning-delete.jpg +0 -0
- data/{lib/sexybookmarks/assets/images/sexybookmarks → vendor/assets/images}/white-pix.jpg +0 -0
- data/vendor/assets/stylesheets/jquery.sexy_bookmarks.scss.erb +830 -0
- data/vendor/assets/stylesheets/sexy_bookmarks.css +3 -0
- metadata +151 -51
- data/README.rdoc +0 -76
- data/init.rb +0 -2
- data/lib/fixtures/socials.yml +0 -246
- data/lib/sexy_bookmarks_macros_helper.rb +0 -58
- data/lib/sexybookmarks/assets/stylesheets/sexybookmarks/style.css +0 -1
- data/sexy_bookmarks.gemspec +0 -17
- data/test/sexy_bookmarks_test.rb +0 -8
- data/test/test_helper.rb +0 -3
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sexy_bookmarks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 23
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 2
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.2.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Enrique Vidal
|
|
@@ -15,57 +15,157 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
date: 2012-04-18 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: rails
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 3
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
version: "0"
|
|
32
|
+
type: :runtime
|
|
33
|
+
version_requirements: *id001
|
|
34
|
+
- !ruby/object:Gem::Dependency
|
|
35
|
+
name: jquery-rails
|
|
36
|
+
prerelease: false
|
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
|
+
none: false
|
|
39
|
+
requirements:
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
hash: 3
|
|
43
|
+
segments:
|
|
44
|
+
- 0
|
|
45
|
+
version: "0"
|
|
46
|
+
type: :runtime
|
|
47
|
+
version_requirements: *id002
|
|
48
|
+
- !ruby/object:Gem::Dependency
|
|
49
|
+
name: rake
|
|
50
|
+
prerelease: false
|
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
52
|
+
none: false
|
|
53
|
+
requirements:
|
|
54
|
+
- - ">="
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
hash: 3
|
|
57
|
+
segments:
|
|
58
|
+
- 0
|
|
59
|
+
version: "0"
|
|
60
|
+
type: :development
|
|
61
|
+
version_requirements: *id003
|
|
62
|
+
- !ruby/object:Gem::Dependency
|
|
63
|
+
name: turn
|
|
64
|
+
prerelease: false
|
|
65
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
66
|
+
none: false
|
|
67
|
+
requirements:
|
|
68
|
+
- - ">="
|
|
69
|
+
- !ruby/object:Gem::Version
|
|
70
|
+
hash: 3
|
|
71
|
+
segments:
|
|
72
|
+
- 0
|
|
73
|
+
version: "0"
|
|
74
|
+
type: :development
|
|
75
|
+
version_requirements: *id004
|
|
76
|
+
- !ruby/object:Gem::Dependency
|
|
77
|
+
name: capybara
|
|
78
|
+
prerelease: false
|
|
79
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
80
|
+
none: false
|
|
81
|
+
requirements:
|
|
82
|
+
- - ">="
|
|
83
|
+
- !ruby/object:Gem::Version
|
|
84
|
+
hash: 3
|
|
85
|
+
segments:
|
|
86
|
+
- 0
|
|
87
|
+
version: "0"
|
|
88
|
+
type: :development
|
|
89
|
+
version_requirements: *id005
|
|
90
|
+
- !ruby/object:Gem::Dependency
|
|
91
|
+
name: nokogiri
|
|
92
|
+
prerelease: false
|
|
93
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
|
94
|
+
none: false
|
|
95
|
+
requirements:
|
|
96
|
+
- - ">="
|
|
97
|
+
- !ruby/object:Gem::Version
|
|
98
|
+
hash: 3
|
|
99
|
+
segments:
|
|
100
|
+
- 0
|
|
101
|
+
version: "0"
|
|
102
|
+
type: :development
|
|
103
|
+
version_requirements: *id006
|
|
104
|
+
- !ruby/object:Gem::Dependency
|
|
105
|
+
name: turn
|
|
106
|
+
prerelease: false
|
|
107
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
|
108
|
+
none: false
|
|
109
|
+
requirements:
|
|
110
|
+
- - "="
|
|
111
|
+
- !ruby/object:Gem::Version
|
|
112
|
+
hash: 59
|
|
113
|
+
segments:
|
|
114
|
+
- 0
|
|
115
|
+
- 8
|
|
116
|
+
- 2
|
|
117
|
+
version: 0.8.2
|
|
118
|
+
type: :development
|
|
119
|
+
version_requirements: *id007
|
|
120
|
+
description: SexyBookmarks is a rails port of the wordpress popular plugin sexy bookmarks.
|
|
121
|
+
email:
|
|
122
|
+
- enrique@cloverinteractive.com
|
|
24
123
|
executables: []
|
|
25
124
|
|
|
26
125
|
extensions: []
|
|
27
126
|
|
|
28
|
-
extra_rdoc_files:
|
|
29
|
-
|
|
127
|
+
extra_rdoc_files: []
|
|
128
|
+
|
|
30
129
|
files:
|
|
130
|
+
- lib/sexy_bookmarks/engine.rb
|
|
131
|
+
- lib/sexy_bookmarks/exceptions.rb
|
|
132
|
+
- lib/sexy_bookmarks/fixtures/socials.yml
|
|
133
|
+
- lib/sexy_bookmarks/macros_helper.rb
|
|
134
|
+
- lib/sexy_bookmarks/version.rb
|
|
31
135
|
- lib/sexy_bookmarks.rb
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
|
|
60
|
-
- test/test_helper.rb
|
|
61
|
-
has_rdoc: true
|
|
62
|
-
homepage: http://github.com/EnriqueVidal/sexy_bookmarks
|
|
136
|
+
- vendor/assets/images/custom-fugue-sprite.png
|
|
137
|
+
- vendor/assets/images/error-delete.jpg
|
|
138
|
+
- vendor/assets/images/flo-head.jpg
|
|
139
|
+
- vendor/assets/images/green-grad.png
|
|
140
|
+
- vendor/assets/images/information-delete.jpg
|
|
141
|
+
- vendor/assets/images/red-grad.png
|
|
142
|
+
- vendor/assets/images/share-enjoy.png
|
|
143
|
+
- vendor/assets/images/share-german.png
|
|
144
|
+
- vendor/assets/images/share-knowledge.png
|
|
145
|
+
- vendor/assets/images/share-love-hearts.png
|
|
146
|
+
- vendor/assets/images/share-wealth.png
|
|
147
|
+
- vendor/assets/images/shareaholic-220.png
|
|
148
|
+
- vendor/assets/images/sharing-caring-hearts.png
|
|
149
|
+
- vendor/assets/images/sharing-caring.png
|
|
150
|
+
- vendor/assets/images/sharing-shr.png
|
|
151
|
+
- vendor/assets/images/shr-sprite.png
|
|
152
|
+
- vendor/assets/images/shrsb-logo.png
|
|
153
|
+
- vendor/assets/images/success-delete.jpg
|
|
154
|
+
- vendor/assets/images/warning-big.png
|
|
155
|
+
- vendor/assets/images/warning-delete.jpg
|
|
156
|
+
- vendor/assets/images/white-pix.jpg
|
|
157
|
+
- vendor/assets/stylesheets/jquery.sexy_bookmarks.scss.erb
|
|
158
|
+
- vendor/assets/stylesheets/sexy_bookmarks.css
|
|
159
|
+
- MIT-LICENSE
|
|
160
|
+
- Rakefile
|
|
161
|
+
- Gemfile
|
|
162
|
+
- README.md
|
|
163
|
+
homepage: http://cloverinteractive.github.com/sexy_bookmarks
|
|
63
164
|
licenses: []
|
|
64
165
|
|
|
65
166
|
post_install_message:
|
|
66
|
-
rdoc_options:
|
|
67
|
-
|
|
68
|
-
- --exclude=lib/sexy_bookmarks/assets
|
|
167
|
+
rdoc_options: []
|
|
168
|
+
|
|
69
169
|
require_paths:
|
|
70
170
|
- lib
|
|
71
171
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -89,10 +189,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
189
|
requirements: []
|
|
90
190
|
|
|
91
191
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 1.
|
|
192
|
+
rubygems_version: 1.8.15
|
|
93
193
|
signing_key:
|
|
94
194
|
specification_version: 3
|
|
95
195
|
summary: An easy to use rails port of sexybookmarks
|
|
96
|
-
test_files:
|
|
97
|
-
|
|
98
|
-
|
|
196
|
+
test_files: []
|
|
197
|
+
|
|
198
|
+
has_rdoc:
|
data/README.rdoc
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
= SexyBookmarks
|
|
2
|
-
This plugin provides the installation and utilization of SexyBookmarks in Ruby on Rails applications of versions 2.3.5 - 2.3.8.
|
|
3
|
-
SexyBookmarks is a cool plugin for wordpress that includes list of social networks to publish content to by Shareaholic (http://sexybookmarks.shareaholic.com/)
|
|
4
|
-
|
|
5
|
-
== Installation
|
|
6
|
-
Installing SexyBookmarks is pretty simple and straight forward
|
|
7
|
-
|
|
8
|
-
== Installing as ruby gem
|
|
9
|
-
|
|
10
|
-
=== Step 1
|
|
11
|
-
To install SexyBookmarks from rubygems jus do the following:
|
|
12
|
-
|
|
13
|
-
gem install sexy_bookmarks
|
|
14
|
-
|
|
15
|
-
=== Step 2
|
|
16
|
-
Add the gem to your rails app like follows:
|
|
17
|
-
|
|
18
|
-
# without bundler add this to environment.rb
|
|
19
|
-
config.gem 'sexy_bookmarks'
|
|
20
|
-
|
|
21
|
-
# in bundler do it like this:
|
|
22
|
-
gem 'sexy_bookmarks'
|
|
23
|
-
|
|
24
|
-
== Installing as plugin
|
|
25
|
-
|
|
26
|
-
=== Step 1
|
|
27
|
-
To install SexyBookmarks just do the following:
|
|
28
|
-
|
|
29
|
-
script/plugin install git://github.com/EnriqueVidal/sexy_bookmarks.git
|
|
30
|
-
|
|
31
|
-
And thats it SexyBookmarks, has already been installed
|
|
32
|
-
|
|
33
|
-
=== Step 2
|
|
34
|
-
Add the following to the top of the controller of the page you want to add SexyBookmarks to.
|
|
35
|
-
|
|
36
|
-
uses_sexy_bookmarks
|
|
37
|
-
|
|
38
|
-
Then to display the list of links in your page just add this to your view:
|
|
39
|
-
|
|
40
|
-
<%= show_sexy_bookmarks :permalink => 'http://mycoolsite.com/my_cool_article', :title => @article.title %>
|
|
41
|
-
|
|
42
|
-
Lastly add the following to the <head> element of your application view:
|
|
43
|
-
|
|
44
|
-
include_sexy_bookmarks_if_needed
|
|
45
|
-
|
|
46
|
-
This will load the CSS needed by SexyBookmarks whenever its needed.
|
|
47
|
-
|
|
48
|
-
== Configuration
|
|
49
|
-
There are a couple of options you can easily tweak in Sexy bookmarks:
|
|
50
|
-
|
|
51
|
-
1. You can choose which social networks to show
|
|
52
|
-
2. You can set different text options for SexyBookmarks
|
|
53
|
-
3. You can choose in what actions to load the SexyBookmarks CSS
|
|
54
|
-
|
|
55
|
-
== The SexyBookmarks parameters
|
|
56
|
-
The show_sexy_bookmarks method receives 3 parameters, this is what its signature looks like:
|
|
57
|
-
|
|
58
|
-
show_sexy_bookmarks(content, socials = nil, per_row = 8)
|
|
59
|
-
|
|
60
|
-
* The content parameter is a hash that contains, all the article text options such as title, permalink and post summary
|
|
61
|
-
* The socials parameter is an array that contains a collection of the social networks we wish to show
|
|
62
|
-
* Finally the per_row parameter is the number of social network icons that fit in your design, by default SexyBookmarks will use 100% of the space available, knowing how many links can fit is useful to properly show/hide the links upon hover
|
|
63
|
-
|
|
64
|
-
Only the first parameter is mandatory.
|
|
65
|
-
|
|
66
|
-
==== Choosing your social networks
|
|
67
|
-
By default SexyBookmarks will show all the links available, however you can choose what links to show simply by passing the show_sexy_bookmarks an array of networks like this:
|
|
68
|
-
|
|
69
|
-
<%= show_sexy_bookmarks( options, [ :facebook, :linkedin, :googlebuzz, :myspace ] )
|
|
70
|
-
|
|
71
|
-
== Loading stylesheets only when necessary
|
|
72
|
-
The uses_sexy_bookmarks method on your controller set an instance variable to true which is the compared to load the CSS in your application layout, this method also takes a parameter:
|
|
73
|
-
|
|
74
|
-
uses_sexy_bookmarks :only => [ :show ]
|
|
75
|
-
|
|
76
|
-
This will ensure that the SexyBookmark CSS is only loaded when you visit the actions in the method's parameter.
|
data/init.rb
DELETED
data/lib/fixtures/socials.yml
DELETED
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
scriptstyle:
|
|
2
|
-
url: 'http://scriptandstyle.com/submit?url=PERMALINK&title=TITLE'
|
|
3
|
-
message: 'Submit this to Script & Style'
|
|
4
|
-
blinklist:
|
|
5
|
-
url: 'http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=PERMALINK&Title=TITLE'
|
|
6
|
-
message: 'Share this on Blinklist'
|
|
7
|
-
delicious:
|
|
8
|
-
url: 'http://delicious.com/post?url=PERMALINK&title=TITLE'
|
|
9
|
-
message: 'Share this on del.icio.us'
|
|
10
|
-
digg:
|
|
11
|
-
url: 'http://digg.com/submit?phase=2&url=PERMALINK&title=TITLE'
|
|
12
|
-
message: 'Digg this!'
|
|
13
|
-
diigo:
|
|
14
|
-
url: 'http://www.diigo.com/post?url=PERMALINK&title=TITLE&desc=SEXY_TEASER'
|
|
15
|
-
message: 'Post this on Diigo'
|
|
16
|
-
reddit:
|
|
17
|
-
url: 'http://reddit.com/submit?url=PERMALINK&title=TITLE'
|
|
18
|
-
message: 'Share this on Reddit'
|
|
19
|
-
yahoobuzz:
|
|
20
|
-
url: 'http://buzz.yahoo.com/submit/?submitUrl=PERMALINK&submitHeadline=TITLE&submitSummary=YAHOOTEASER&submitCategory=YAHOOCATEGORY&submitAssetType=YAHOOMEDIATYPE'
|
|
21
|
-
message: 'Buzz up!'
|
|
22
|
-
stumbleupon:
|
|
23
|
-
url: 'http://www.stumbleupon.com/submit?url=PERMALINK&title=TITLE'
|
|
24
|
-
message: 'Stumble upon something good? Share it on StumbleUpon'
|
|
25
|
-
technorati:
|
|
26
|
-
url: 'http://www.stumbleupon.com/submit?url=PERMALINK&title=TITLE'
|
|
27
|
-
message: 'Stumble upon something good? Share it on StumbleUpon'
|
|
28
|
-
mixx:
|
|
29
|
-
url: 'http://www.mixx.com/submit?page_url=PERMALINK&title=TITLE'
|
|
30
|
-
message: 'Share this on Mixx'
|
|
31
|
-
myspace:
|
|
32
|
-
url: 'http://www.myspace.com/Modules/PostTo/Pages/?u=PERMALINK&t=TITLE'
|
|
33
|
-
message: 'Post this to MySpace'
|
|
34
|
-
designfloat:
|
|
35
|
-
url: 'http://www.designfloat.com/submit.php?url=PERMALINK&title=TITLE'
|
|
36
|
-
message: 'Submit this to DesignFloat'
|
|
37
|
-
facebook:
|
|
38
|
-
url: 'http://www.facebook.com/share.php?v=4&src=bm&u=PERMALINK&t=TITLE'
|
|
39
|
-
message: 'Share this on Facebook'
|
|
40
|
-
twitter:
|
|
41
|
-
url: 'http://twitter.com/home?status='
|
|
42
|
-
message: 'Tweet This!'
|
|
43
|
-
linkedin:
|
|
44
|
-
url: 'http://www.linkedin.com/shareArticle?mini=true&url=PERMALINK&title=TITLE&summary=POST_SUMMARY&source=SITE_NAME'
|
|
45
|
-
message: 'Share this on LinkedIn'
|
|
46
|
-
newsvine:
|
|
47
|
-
url: 'http://www.newsvine.com/_tools/seed&save?u=PERMALINK&h=TITLE'
|
|
48
|
-
message: 'Seed this on Newsvine'
|
|
49
|
-
googlebookmarks:
|
|
50
|
-
url: 'http://www.google.com/bookmarks/mark?op=add&bkmk=PERMALINK&title=TITLE'
|
|
51
|
-
message: 'Add this to Google Bookmarks'
|
|
52
|
-
googlereader:
|
|
53
|
-
url: 'http://www.google.com/reader/link?url=PERMALINK&title=TITLE&srcUrl=PERMALINK&srcTitle=TITLE&snippet=POST_SUMMARY'
|
|
54
|
-
message: 'Add this to Google Reader'
|
|
55
|
-
googlebuzz:
|
|
56
|
-
url: 'http://www.google.com/buzz/post?url=PERMALINK&imageurl='
|
|
57
|
-
message: 'Post on Google Buzz'
|
|
58
|
-
izeby:
|
|
59
|
-
url: 'http://izeby.com/submit.php?url=PERMALINK'
|
|
60
|
-
message: 'Add this to Izeby'
|
|
61
|
-
tipd:
|
|
62
|
-
url: 'http://tipd.com/submit.php?url=PERMALINK'
|
|
63
|
-
message: 'Share this on Tipd'
|
|
64
|
-
pfbuzz:
|
|
65
|
-
url: 'http://pfbuzz.com/submit?url=PERMALINK&title=TITLE'
|
|
66
|
-
message: 'Share this on PFBuzz'
|
|
67
|
-
friendfeed:
|
|
68
|
-
url: 'http://www.friendfeed.com/share?title=TITLE&link=PERMALINK'
|
|
69
|
-
message: 'Share this on FriendFeed'
|
|
70
|
-
blogmarks:
|
|
71
|
-
url: 'http://blogmarks.net/my/new.php?mini=1&simple=1&url=PERMALINK&title=TITLE'
|
|
72
|
-
message: 'Mark this on BlogMarks'
|
|
73
|
-
twittley:
|
|
74
|
-
url: 'http://twittley.com/submit/?title=TITLE&url=PERMALINK&desc=POST_SUMMARY&pcat=TWITT_CAT&tags=DEFAULT_TAGS'
|
|
75
|
-
message: 'Submit this to Twittley'
|
|
76
|
-
fwisp:
|
|
77
|
-
url: 'http://fwisp.com/submit?url=PERMALINK'
|
|
78
|
-
message: 'Share this on Fwisp'
|
|
79
|
-
bobrdobr:
|
|
80
|
-
url: 'http://bobrdobr.ru/addext.html?url=PERMALINK&title=TITLE'
|
|
81
|
-
message: 'Share this on BobrDobr'
|
|
82
|
-
yandex:
|
|
83
|
-
url: 'http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&lurl=PERMALINK&lname=TITLE'
|
|
84
|
-
message: 'Yandex.Bookmarks'
|
|
85
|
-
memoryru:
|
|
86
|
-
url: 'http://memori.ru/link/?sm=1&u_data[url]=PERMALINK&u_data[name]=TITLE'
|
|
87
|
-
message: 'Add this to Memory.ru'
|
|
88
|
-
100zakladok:
|
|
89
|
-
url: 'http://www.100zakladok.ru/save/?bmurl=PERMALINK&bmtitle=TITLE'
|
|
90
|
-
message: 'Add this to 100 bookmarks'
|
|
91
|
-
moemesto:
|
|
92
|
-
url: 'http://moemesto.ru/post.php?url=PERMALINK&title=TITLE'
|
|
93
|
-
message: 'Add this to MyPlace'
|
|
94
|
-
hackernews:
|
|
95
|
-
url: 'http://news.ycombinator.com/submitlink?u=PERMALINK&t=TITLE'
|
|
96
|
-
message: 'Submit this to Hacker News'
|
|
97
|
-
printfriendly:
|
|
98
|
-
url: 'http://www.printfriendly.com/print?url=PERMALINK'
|
|
99
|
-
message: 'Send this page to Print Friendly'
|
|
100
|
-
designbump:
|
|
101
|
-
url: 'http://designbump.com/submit?url=PERMALINK&title=TITLE&body=POST_SUMMARY'
|
|
102
|
-
message: 'Bump this on DesignBump'
|
|
103
|
-
ning:
|
|
104
|
-
url: 'http://bookmarks.ning.com/addItem.php?url=PERMALINK&T=TITLE'
|
|
105
|
-
message: 'Add this to Ning'
|
|
106
|
-
identica:
|
|
107
|
-
url: 'http://identi.ca//index.php?action=newnotice&status_textarea=Reading:+"SHORT_TITLE"+-+from+FETCH_URL'
|
|
108
|
-
message: 'Save this to Xerpi'
|
|
109
|
-
xerpi:
|
|
110
|
-
url: 'http://www.xerpi.com/block/add_link_from_extension?url=PERMALINK&title=TITLE'
|
|
111
|
-
message: 'Save this to Xerpi'
|
|
112
|
-
wikio:
|
|
113
|
-
url: 'http://www.wikio.com/sharethis?url=PERMALINK&title=TITLE'
|
|
114
|
-
message: 'Share this on Wikio'
|
|
115
|
-
techmeme:
|
|
116
|
-
url: 'http://twitter.com/home/?status=Tip+@Techmeme+PERMALINK+"TITLE"&source=shareaholic'
|
|
117
|
-
message: 'Tip this to TechMeme'
|
|
118
|
-
sphinn:
|
|
119
|
-
url: 'http://sphinn.com/index.php?c=post&m=submit&link=PERMALINK'
|
|
120
|
-
message: 'Sphinn this on Sphinn'
|
|
121
|
-
posterous:
|
|
122
|
-
url: 'http://posterous.com/share?linkto=PERMALINK&title=TITLE&selection=POST_SUMMARY'
|
|
123
|
-
message: 'Post this to Posterous'
|
|
124
|
-
globalgrind:
|
|
125
|
-
url: 'http://globalgrind.com/submission/submit.aspx?url=PERMALINK&type=Article&title=TITLE'
|
|
126
|
-
message: 'Grind this! on Global Grind'
|
|
127
|
-
pingfm:
|
|
128
|
-
url: 'http://ping.fm/ref/?link=PERMALINK&title=TITLE&body=POST_SUMMARY'
|
|
129
|
-
message: 'Ping this on Ping.fm'
|
|
130
|
-
nujij:
|
|
131
|
-
url: 'http://nujij.nl/jij.lynkx?t=TITLE&u=PERMALINK&b=POST_SUMMARY'
|
|
132
|
-
message: 'Submit this to NUjij'
|
|
133
|
-
ekudos:
|
|
134
|
-
url: 'http://www.ekudos.nl/artikel/nieuw?url=PERMALINK&title=TITLE&desc=POST_SUMMARY'
|
|
135
|
-
message: 'Submit this to eKudos'
|
|
136
|
-
netvouz:
|
|
137
|
-
url: 'http://www.netvouz.com/action/submitBookmark?url=PERMALINK&title=TITLE&popup=no'
|
|
138
|
-
message: 'Submit this to Netvouz'
|
|
139
|
-
netvibes:
|
|
140
|
-
url: 'http://www.netvibes.com/share?title=TITLE&url=PERMALINK'
|
|
141
|
-
message: 'Submit this to Netvibes'
|
|
142
|
-
webblend:
|
|
143
|
-
url: 'http://thewebblend.com/submit?url=PERMALINK&title=TITLE&body=POST_SUMMARY'
|
|
144
|
-
message: 'Blend this!'
|
|
145
|
-
wykop:
|
|
146
|
-
url: 'http://www.wykop.pl/dodaj?url=PERMALINK&title=TITLE'
|
|
147
|
-
message: 'Add this to Wykop!'
|
|
148
|
-
blogengage:
|
|
149
|
-
url: 'http://www.blogengage.com/submit.php?url=PERMALINK'
|
|
150
|
-
message: 'Engage this article!'
|
|
151
|
-
hyves:
|
|
152
|
-
url:'http://www.hyves.nl/profilemanage/add/tips/?name=TITLE&text=POST_SUMMARY+-+PERMALINK&rating=5'
|
|
153
|
-
message: 'Share this on Hyves'
|
|
154
|
-
pusha:
|
|
155
|
-
url: 'http://www.pusha.se/posta?url=PERMALINK&title=TITLE'
|
|
156
|
-
message: 'Push this on Pusha'
|
|
157
|
-
hatena:
|
|
158
|
-
url: 'http://b.hatena.ne.jp/add?mode=confirm&url=PERMALINK&title=TITLE'
|
|
159
|
-
message: 'Bookmark this on Hatena Bookmarks'
|
|
160
|
-
mylinkvault:
|
|
161
|
-
url: 'http://www.mylinkvault.com/link-page.php?u=PERMALINK&n=TITLE'
|
|
162
|
-
message: 'Store this link on MyLinkVault'
|
|
163
|
-
slashdot:
|
|
164
|
-
url: 'http://slashdot.org/bookmark.pl?url=PERMALINK&title=TITLE'
|
|
165
|
-
message: 'Submit this to SlashDot'
|
|
166
|
-
squidoo:
|
|
167
|
-
url: 'http://www.squidoo.com/lensmaster/bookmark?PERMALINK'
|
|
168
|
-
message: 'Add this to a lense on Squidoo'
|
|
169
|
-
propeller:
|
|
170
|
-
url: 'http://www.propeller.com/submit/?url=PERMALINK'
|
|
171
|
-
message: 'Submit this story to Propeller'
|
|
172
|
-
faqpal:
|
|
173
|
-
url: 'http://www.faqpal.com/submit?url=PERMALINK'
|
|
174
|
-
message: 'Submit this to FAQpal'
|
|
175
|
-
evernote:
|
|
176
|
-
url: 'http://www.evernote.com/clip.action?url=PERMALINK&title=TITLE'
|
|
177
|
-
message: 'Clip this to Evernote'
|
|
178
|
-
meneame:
|
|
179
|
-
url: 'http://meneame.net/submit.php?url=PERMALINK'
|
|
180
|
-
message: 'Submit this to Meneame'
|
|
181
|
-
bitacoras:
|
|
182
|
-
url: 'http://bitacoras.com/anotaciones/PERMALINK'
|
|
183
|
-
message: 'Submit this to bitacoras'
|
|
184
|
-
jumptags:
|
|
185
|
-
url: 'http://www.jumptags.com/add/?url=PERMALINK&title=TITLE'
|
|
186
|
-
message: 'Submit this link to JumpTags'
|
|
187
|
-
bebo:
|
|
188
|
-
url: 'http://www.bebo.com/c/share?Url=PERMALINK&Title=TITLE'
|
|
189
|
-
message: 'Share this on Bebo'
|
|
190
|
-
n4g:
|
|
191
|
-
url: 'http://www.n4g.com/tips.aspx?url=PERMALINK&title=TITLE'
|
|
192
|
-
message: 'Submit tip to N4G'
|
|
193
|
-
strands:
|
|
194
|
-
url: 'http://www.strands.com/tools/share/webpage?title=TITLE&url=PERMALINK'
|
|
195
|
-
message: 'Submit this to Strands'
|
|
196
|
-
orkut:
|
|
197
|
-
url: 'http://promote.orkut.com/preview?nt=orkut.com&tt=TITLE&du=PERMALINK&cn=POST_SUMMARY'
|
|
198
|
-
message: 'Promote this on Orkut'
|
|
199
|
-
tumblr:
|
|
200
|
-
url: 'http://www.tumblr.com/share?v=3&u=PERMALINK&t=TITLE'
|
|
201
|
-
message: 'Share this on Tumblr'
|
|
202
|
-
stumpedia:
|
|
203
|
-
url: 'http://www.stumpedia.com/submit?url=PERMALINK&title=TITLE'
|
|
204
|
-
message: 'Add this to Stumpedia'
|
|
205
|
-
current:
|
|
206
|
-
url: 'http://current.com/clipper.htm?url=PERMALINK&title=TITLE'
|
|
207
|
-
message: 'Post this on Current'
|
|
208
|
-
blogger:
|
|
209
|
-
url: 'http://www.blogger.com/blog_this.pyra?t&u=PERMALINK&n=TITLE&pli=1'
|
|
210
|
-
message: 'Blog this on Blogger'
|
|
211
|
-
plurk:
|
|
212
|
-
url: 'http://www.plurk.com/m?content=TITLE+-+PERMALINK&qualifier=shares'
|
|
213
|
-
message: 'Share this on Plurk'
|
|
214
|
-
dzone:
|
|
215
|
-
url: 'http://www.dzone.com/links/add.html?url=PERMALINK&title=TITLE&description=POST_SUMMARY'
|
|
216
|
-
message: 'Add this to DZone'
|
|
217
|
-
kaevur:
|
|
218
|
-
url: 'http://kaevur.com/submit.php?url=PERMALINK'
|
|
219
|
-
message: 'Share this on Kaevur'
|
|
220
|
-
virb:
|
|
221
|
-
url: 'http://virb.com/share?external&v=2&url=PERMALINK&title=TITLE'
|
|
222
|
-
message: 'Share this on Virb'
|
|
223
|
-
boxnet:
|
|
224
|
-
url: 'https://www.box.net/api/1.0/import?url=PERMALINK&name=TITLE&description=POST_SUMMARY&import_as=link'
|
|
225
|
-
message: 'Add this link to Box.net'
|
|
226
|
-
oknotizie:
|
|
227
|
-
url: 'http://oknotizie.virgilio.it/post?url=PERMALINK&title=TITLE'
|
|
228
|
-
message: 'Share this on OkNotizie'
|
|
229
|
-
bonzobox:
|
|
230
|
-
url: 'http://bonzobox.com/toolbar/add?pop=1&u=PERMALINK&t=TITLE&d=POST_SUMMARY'
|
|
231
|
-
message: 'Add this to BonzoBox'
|
|
232
|
-
plaxo:
|
|
233
|
-
url: 'http://www.plaxo.com/?share_link=PERMALINK'
|
|
234
|
-
message: 'Share this on Plaxo'
|
|
235
|
-
springpad:
|
|
236
|
-
url: 'http://springpadit.com/clip.action?body=POST_SUMMARY&url=PERMALINK&format=microclip&title=TITLE&isSelected=true'
|
|
237
|
-
message: 'Spring this on SpringPad'
|
|
238
|
-
zabox:
|
|
239
|
-
url: 'http://www.zabox.net/submit.php?url=PERMALINK'
|
|
240
|
-
message: 'Box this on Zabox'
|
|
241
|
-
viadeo:
|
|
242
|
-
url: 'http://www.viadeo.com/shareit/share/?url=PERMALINK&title=TITLE&urlaffiliate=31138'
|
|
243
|
-
message: 'Share this on Viadeo'
|
|
244
|
-
buzzster:
|
|
245
|
-
url: "javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));"
|
|
246
|
-
message: 'Buzzter!'
|