File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
TW_LINK_FORMAT = 'https://twitter.com/intent/tweet?url={0}&text={1}' ,
22
22
TG_LINK_FORMAT = 'https://t.me/share/url?url={0}&text={1}' ,
23
23
POCKET_LINK_FORMAT = 'https://getpocket.com/edit?url={0}&title={1}' ,
24
- RE_LINK_FORMAT = 'https://reddit.com/submit/ ?url={0}' ,
24
+ RE_LINK_FORMAT = 'https://reddit.com/submit?url={0}&title={1 }' ,
25
25
EV_LINK_FORMAT = 'https://www.evernote.com/clip.action?url={0}&t={1}' ,
26
26
IN_LINK_FORMAT = 'https://www.linkedin.com/shareArticle?mini=true&url={0}&title={1}&summary={2}&source={0}' ,
27
27
PI_LINK_FORMAT = 'https://pinterest.com/pin/create/button/?url={0}&media={0}&description={1}' ,
230
230
231
231
case RE_CLASS_NAME :
232
232
popupCenter (
233
- stringFormat ( RE_LINK_FORMAT , [ url ] ) ,
233
+ stringFormat ( RE_LINK_FORMAT , [ url , title ] ) ,
234
234
titleDef ) ;
235
235
break ;
236
236
You can’t perform that action at this time.
0 commit comments