any options for a Tweet This button

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Dr.They
Regular
Posts: 13
Joined: Sun Feb 10, 2008 6:48 am
Location: San Diego
Contact:

any options for a Tweet This button

Post by Dr.They »

Anybody have this on the horizon?
Dr. They- Mystical Genius, Interdimensional Man of Mystery... only at JoinThey.com
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: any options for a Tweet This button

Post by garvinhicking »

Hi!

I believe you can use any simple javascript/html nugget for this, there are surely dozens of things like that, which you can use in any CMS or Blogsystem.

Regards
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Dr.They
Regular
Posts: 13
Joined: Sun Feb 10, 2008 6:48 am
Location: San Diego
Contact:

Re: any options for a Tweet This button

Post by Dr.They »

I am finding a lot of stuff like this...


Nothing hard with this recipe: Simply paste the following code on your single.php file, within the loop:

<a href="http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>" title="Click to send this page to Twitter!" target="_blank">Share on Twitter</a>


Where in Serendipity I should do this is beyond me.
Just add my address in the code and put it in a html nugget plugin?
Dr. They- Mystical Genius, Interdimensional Man of Mystery... only at JoinThey.com
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: any options for a Tweet This button

Post by garvinhicking »

Hi!

You can install a sidebar "HTML nugget" plugin, and simply paste your code there. Make sure you are not in WYSIWYG view when you do this.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: any options for a Tweet This button

Post by Don Chambers »

... just make the code all HTML, not php.
=Don=
Post Reply