You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by A Sunley <al...@gmail.com> on 2008/05/01 12:17:33 UTC

Social Bookmark Links

Greetings bloggers,

Using Roller (4.0), is it possible to attach a signature to each blog post
with the links to add bookmarks on the various social bookmarking sites like
Digg and del.icio.us?

We use Apache Roller and we're interesting adding these types of links
(similar to http://blog.fring.com/uk/). Is this capability built into
Roller, or do we need to implement it ourselves? If so, any tips on how we
might go about it?

Thanks,
Alan. 


-- 
View this message in context: http://www.nabble.com/Social-Bookmark-Links-tp16993193s12275p16993193.html
Sent from the Roller - User mailing list archive at Nabble.com.


RE: Social Bookmark Links

Posted by Odelya YomTov-Glick <od...@jpost.com>.
 And add to 
<a onMouseOver="this.style.cursor='pointer';"
onClick="window.open(theURLbelow)" onFocus="this.blur()"> <img
src="http://static.jpost.com/images/2007/site/2.0/share/digg.gif" width="16"
height="14" border="0" alt="digg" title="digg" /></a>



 

-----Original Message-----
From: Odelya YomTov-Glick [mailto:odelya@jpost.com] 
Sent: Thursday, May 01, 2008 1:58 PM
To: user@roller.apache.org
Subject: RE: Social Bookmark Links

Very easily -
Create a popup link like this;
http://digg.com/remote-submit?phase=2&url=' + escape(window.location.href) +
'&title=' + $entry.text + '&bodytext=' + $entry.text.substring(0,300) +'',
'digg',
'toolbar=0,status=0,height=450,width=650,scrollbars=yes,resizable=yes');
 you can play arround with the variables.  

-----Original Message-----
From: A Sunley [mailto:alan.sunley@gmail.com]
Sent: Thursday, May 01, 2008 12:18 PM
To: user@roller.apache.org
Subject: Social Bookmark Links


Greetings bloggers,

Using Roller (4.0), is it possible to attach a signature to each blog post
with the links to add bookmarks on the various social bookmarking sites like
Digg and del.icio.us?

We use Apache Roller and we're interesting adding these types of links
(similar to http://blog.fring.com/uk/). Is this capability built into
Roller, or do we need to implement it ourselves? If so, any tips on how we
might go about it?

Thanks,
Alan. 


--
View this message in context:
http://www.nabble.com/Social-Bookmark-Links-tp16993193s12275p16993193.html
Sent from the Roller - User mailing list archive at Nabble.com.




 
 
****************************************************************************
********
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer
viruses.
****************************************************************************
********







 
 
****************************************************************************
********
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer
viruses.
****************************************************************************
********





RE: Social Bookmark Links

Posted by Odelya YomTov-Glick <od...@jpost.com>.
'http://del.icio.us/post?v=4&partner=nyt&noui&jump=close&url=' +
escape(window.location.href) + '&title='+ articleTitle+ '&bodytext='+
articleLeadin+'', 'delicous',
'toolbar=0,status=0,height=450,width=650,scrollbars=yes,resizable=yes'

'http://reddit.com/submit/?url=' + escape(window.location.href) + '&title='+
articleTitle+ '', 'reddit',
'toolbar=0,status=0,height=450,width=650,scrollbars=yes,resizable=yes'

'http://www.facebook.com/sharer.php?u=' + escape(window.location.href) +
'&t=' + articleTitle, 'facebook',
'toolbar=0,status=0,height=436,width=646,scrollbars=yes,resizable=yes'
'http://www.newsvine.com/_wine/save?ver=2&popoff=1&u=' +
escape(window.location.href) + '', 'Newsvine',
'toolbar=0,status=0,height=436,width=646,scrollbars=yes,resizable=yes'

Create for each one an image on the local machine. And a href it.

-----Original Message-----
From: abhay srivastava [mailto:abhay_iitm@yahoo.com] 
Sent: Thursday, May 01, 2008 12:59 PM
To: user@roller.apache.org
Subject: RE: Social Bookmark Links

great !!

what are the links for other bookmarking sites ?

or does follow a standard pattern ?

--- Odelya YomTov-Glick <od...@jpost.com> wrote:

> Very easily -
> Create a popup link like this;
> http://digg.com/remote-submit?phase=2&url=' +
> escape(window.location.href) +
> '&title=' + $entry.text + '&bodytext=' +
> $entry.text.substring(0,300) +'',
> 'digg',
>
'toolbar=0,status=0,height=450,width=650,scrollbars=yes,resizable=yes');
>  you can play arround with the variables.  
> 
> -----Original Message-----
> From: A Sunley [mailto:alan.sunley@gmail.com]
> Sent: Thursday, May 01, 2008 12:18 PM
> To: user@roller.apache.org
> Subject: Social Bookmark Links
> 
> 
> Greetings bloggers,
> 
> Using Roller (4.0), is it possible to attach a signature to each blog 
> post with the links to add bookmarks on the various social bookmarking 
> sites like Digg and del.icio.us?
> 
> We use Apache Roller and we're interesting adding these types of links 
> (similar to http://blog.fring.com/uk/). Is this capability built into 
> Roller, or do we need to implement it ourselves? If so, any tips on 
> how we might go about it?
> 
> Thanks,
> Alan. 
> 
> 
> --
> View this message in context:
>
http://www.nabble.com/Social-Bookmark-Links-tp16993193s12275p16993193.html
> Sent from the Roller - User mailing list archive at Nabble.com.
> 
> 
> 
> 
>  
>  
>
****************************************************************************
> ********
> This footnote confirms that this email message has been scanned by 
> PineApp Mail-SeCure for the presence of malicious code, vandals & 
> computer viruses.
>
****************************************************************************
> ********
> 
> 
> 
> 
> 


---
Winners don't Quit,Quitters don't Win


 
____________________________________________________________________________
________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ



 
 
****************************************************************************
********
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer
viruses.
****************************************************************************
********





RE: Social Bookmark Links

Posted by abhay srivastava <ab...@yahoo.com>.
great !!

what are the links for other bookmarking sites ?

or does follow a standard pattern ?

--- Odelya YomTov-Glick <od...@jpost.com> wrote:

> Very easily - 
> Create a popup link like this;
> http://digg.com/remote-submit?phase=2&url=' +
> escape(window.location.href) +
> '&title=' + $entry.text + '&bodytext=' +
> $entry.text.substring(0,300) +'',
> 'digg',
>
'toolbar=0,status=0,height=450,width=650,scrollbars=yes,resizable=yes');
>  you can play arround with the variables.  
> 
> -----Original Message-----
> From: A Sunley [mailto:alan.sunley@gmail.com] 
> Sent: Thursday, May 01, 2008 12:18 PM
> To: user@roller.apache.org
> Subject: Social Bookmark Links
> 
> 
> Greetings bloggers,
> 
> Using Roller (4.0), is it possible to attach a
> signature to each blog post
> with the links to add bookmarks on the various
> social bookmarking sites like
> Digg and del.icio.us?
> 
> We use Apache Roller and we're interesting adding
> these types of links
> (similar to http://blog.fring.com/uk/). Is this
> capability built into
> Roller, or do we need to implement it ourselves? If
> so, any tips on how we
> might go about it?
> 
> Thanks,
> Alan. 
> 
> 
> --
> View this message in context:
>
http://www.nabble.com/Social-Bookmark-Links-tp16993193s12275p16993193.html
> Sent from the Roller - User mailing list archive at
> Nabble.com.
> 
> 
> 
> 
>  
>  
>
****************************************************************************
> ********
> This footnote confirms that this email message has
> been scanned by
> PineApp Mail-SeCure for the presence of malicious
> code, vandals & computer
> viruses.
>
****************************************************************************
> ********
> 
> 
> 
> 
> 


---
Winners don't Quit,Quitters don't Win


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

RE: Social Bookmark Links

Posted by Odelya YomTov-Glick <od...@jpost.com>.
Very easily - 
Create a popup link like this;
http://digg.com/remote-submit?phase=2&url=' + escape(window.location.href) +
'&title=' + $entry.text + '&bodytext=' + $entry.text.substring(0,300) +'',
'digg',
'toolbar=0,status=0,height=450,width=650,scrollbars=yes,resizable=yes');
 you can play arround with the variables.  

-----Original Message-----
From: A Sunley [mailto:alan.sunley@gmail.com] 
Sent: Thursday, May 01, 2008 12:18 PM
To: user@roller.apache.org
Subject: Social Bookmark Links


Greetings bloggers,

Using Roller (4.0), is it possible to attach a signature to each blog post
with the links to add bookmarks on the various social bookmarking sites like
Digg and del.icio.us?

We use Apache Roller and we're interesting adding these types of links
(similar to http://blog.fring.com/uk/). Is this capability built into
Roller, or do we need to implement it ourselves? If so, any tips on how we
might go about it?

Thanks,
Alan. 


--
View this message in context:
http://www.nabble.com/Social-Bookmark-Links-tp16993193s12275p16993193.html
Sent from the Roller - User mailing list archive at Nabble.com.




 
 
****************************************************************************
********
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer
viruses.
****************************************************************************
********