Page 1 of 1

any options for a Tweet This button

Posted: Thu Feb 26, 2009 9:10 am
by Dr.They
Anybody have this on the horizon?

Re: any options for a Tweet This button

Posted: Thu Feb 26, 2009 10:27 am
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

Re: any options for a Tweet This button

Posted: Thu Feb 26, 2009 7:29 pm
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?

Re: any options for a Tweet This button

Posted: Fri Feb 27, 2009 10:04 am
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

Re: any options for a Tweet This button

Posted: Fri Feb 27, 2009 5:02 pm
by Don Chambers
... just make the code all HTML, not php.