Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-15-2009, 05:24 AM   #1
HyperActive Warrior
War Room Member
 
Jackbgd's Avatar
 
Join Date: Feb 2009
Posts: 206
Thanks: 109
Thanked 19 Times in 15 Posts
Contact Info
Send a message via Skype™ to Jackbgd
Default How do I put a "tweet this" button?

Hey all,

Is it possible to put like a "tweet this" button under some of my articles on my website, so if people like it they can just go to twitter and tweet it? (I mean, the link to my website)?

Thanks,
Jack
Jackbgd is offline   Reply With Quote
Old 08-15-2009, 06:22 AM   #2
Advanced Warrior
War Room Member
 
TristanPerry's Avatar
 
Join Date: Aug 2009
Location: Cardiff, United Kingdom
Posts: 772
Thanks: 171
Thanked 147 Times in 103 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How do I put a "tweet this" button?

The basic code (this is with a text link not an image is):

Code:
<a href="http://twitter.com/home?status=Enter status message here" title="Click to send this page to Twitter!" target="_blank">Tweet This!</a>
The "Enter status message here" bit should be changed with your message. This, when clicked, will insert the "Enter status message here" text into your visitor's Twitter status boxes. You can also use an image by doing:

Code:
 <a href="http://twitter.com/home?status=Enter status message here" title="Click to send this page to Twitter!" target="_blank"><img src="TwitterButtonSource.jpg" width="xxx" height="xx" alt="Tweet this!" /></a>
Obviously changing the src, width and height parameters as necessary

"If you are clear where you are going and you take several steps in that direction every day, you eventually have to get there."
TristanPerry is offline   Reply With Quote
Old 08-15-2009, 07:45 AM   #3
MJB
 
Join Date: Jul 2009
Location: South of Denver, CO
Posts: 4
Thanks: 0
Thanked 2 Times in 1 Post
Social Networking View Member's Twitter Profile 
Default Re: How do I put a "tweet this" button?

The most popular (because it's free and brain dead simple) is to use the TweetMeMe code or widget:

tweetmeme.com/about/retweet_button

They have widgets for blogs, code for websites and some other platforms. Make sure you retweet yourself once or twice so your rewtweet button doesn't always say "0".
mjbowe is offline   Reply With Quote
Old 08-15-2009, 09:38 AM   #4
A rat after money...
War Room Member
 
HomeBizNizz's Avatar
 
Join Date: Jul 2009
Location: Inside a cheese...
Posts: 598
Thanks: 363
Thanked 54 Times in 47 Posts
Default Re: How do I put a "tweet this" button?

If you use a Wordpress blog:

<a rel="nofollow" class="tweet"
href="http://twitter.com/home/?status=Reading @HomeBizNizz Blog:
<?php the_title(); ?> http://blog.homebiznizz.net/?p=<?php the_ID(); ?>">
<img src="<?php bloginfo('template_directory'); ?>/gfx_icons/tweet_15x14.gif"
alt="" class="" />
Tweet this!
</a>

HomeBizNizz is offline   Reply With Quote
Old 02-05-2010, 11:43 AM   #5
HyperActive Warrior
 
Join Date: Jan 2006
Location: , , United Kingdom.
Posts: 109
Thanks: 1
Thanked 19 Times in 19 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: How do I put a "tweet this" button?

Quote:
Originally Posted by TristanPerry View Post
The basic code (this is with a text link not an image is):

Code:
<a href="http://twitter.com/home?status=Enter status message here" title="Click to send this page to Twitter!" target="_blank">Tweet This!</a>
The "Enter status message here" bit should be changed with your message. This, when clicked, will insert the "Enter status message here" text into your visitor's Twitter status boxes. You can also use an image by doing:

Code:
 <a href="http://twitter.com/home?status=Enter status message here" title="Click to send this page to Twitter!" target="_blank"><img src="TwitterButtonSource.jpg" width="xxx" height="xx" alt="Tweet this!" /></a>
Obviously changing the src, width and height parameters as necessary
Many thanks

After Looking around - I came across your post through Google of all the SE's

Many thanks Very usefull indeed

Hamant Much appreciated

Automated Backlinks? You'll Know - When You Are Ready!
http://www.LinksBoss.com
Hamant is offline   Reply With Quote
Old 02-05-2010, 12:13 PM   #6
Peaceful Warrior
War Room Member
 
theIMgeek's Avatar
 
Join Date: Oct 2009
Location: Calgary
Posts: 279
Thanks: 16
Thanked 102 Times in 63 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to theIMgeek
Default Re: How do I put a "tweet this" button?

Take a look at AddThis - The #1 Bookmarking & Sharing Service

They give you some code you can drop into any page, and lets your share with Twitter as well as Facebook and all the other social sites.

-Ryan

FREE WSO: Protect and Automatically Deliver Your Digital Products

Ask the Internet Marketing Geek
<-- Happy to help with technical challenges
MiniSiteMaker.org <-- Free software to make your mini-sites fast and easy
theIMgeek is offline   Reply With Quote
Old 02-05-2010, 12:47 PM   #7
Advanced Warrior
War Room Member
 
Join Date: Sep 2007
Location: United Kingdom.
Posts: 500
Thanks: 35
Thanked 120 Times in 43 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How do I put a "tweet this" button?

If you're articles are all on a wordpress blog I would highly recommend the sexy bookmark plugin.

AndrewStark is offline   Reply With Quote
Old 02-05-2010, 01:51 PM   #8
Active Warrior
War Room Member
 
KreCi's Avatar
 
Join Date: Feb 2010
Location: Poland
Posts: 33
Thanks: 5
Thanked 1 Time in 1 Post
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via ICQ to KreCi
Default Re: How do I put a "tweet this" button?

I have written a post about tweeting any message with a link some time ago (I can not post links yet but it is on second page on my blog - "How to make people tweet your message with one click?") - I believe it may be useful for you. If you want to automate it for any of your posts it would be better to use Wordpress plugin as mentioned above.

KreCi is offline   Reply With Quote
Old 03-04-2010, 09:22 AM   #9
Warrior Member
 
Join Date: Mar 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How do I put a "tweet this" button?

There's also a service that does a Tweet This button with automatic URL shortening at Ko.ly provides super simple URL shortening! !
Trindaz is offline   Reply With Quote
Old 03-05-2010, 03:23 AM   #10
Cebu Jobs
 
Join Date: Feb 2010
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How do I put a "tweet this" button?

Try addthis my friend or sharethis or onlywire. Onlywire offers 1 click and it submits to all bookmarking sites.

Wanna work in Cebu? Find Cebu Jobs here.
maurellemejos is offline   Reply With Quote
Old 03-06-2010, 02:45 AM   #11
Crazy Internet Marketer
War Room Member
 
saschakimmel's Avatar
 
Join Date: Jan 2010
Location: Germany
Posts: 101
Thanks: 0
Thanked 15 Times in 12 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via ICQ to saschakimmel Send a message via Skype™ to saschakimmel
Default Re: How do I put a "tweet this" button?

These articles on my blog could help you
How To Create A Dynamic “Tweet This” Button With JavaScript Sascha Kimmel - Living The Web Experience Since 1996
How To Create A Dynamic “Tweet This Button” With PHP Sascha Kimmel - Living The Web Experience Since 1996
Free “Tweet This” Buttons For Your Homepage Sascha Kimmel - Living The Web Experience Since 1996

** Get my ViralListMachine software now for free and build your own list virally by giving away free stuff @ http://www.virallistmachinegiveaway.com **
saschakimmel is offline   Reply With Quote
Old 03-06-2010, 09:20 PM   #12
idea factory
 
AnthonyAdams's Avatar
 
Join Date: Mar 2010
Location: New York, NY
Posts: 17
Thanks: 1
Thanked 2 Times in 2 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: How do I put a "tweet this" button?

Yes, TweetMeme is a great and has analytics, etc. plus the code is off the shelf.
AnthonyAdams is offline   Reply With Quote
Old 05-17-2010, 07:50 PM   #13
Warrior Member
 
francisco81's Avatar
 
Join Date: May 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via Yahoo to francisco81
Default Re: How do I put a "tweet this" button?

I am having trouble with my blogger blog and these codes

francisco81 is offline   Reply With Quote
Old 05-18-2010, 12:31 PM   #14
Active Warrior
 
Join Date: Feb 2010
Posts: 55
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: How do I put a "tweet this" button?

Quote:
Originally Posted by mjbowe View Post
The most popular (because it's free and brain dead simple) is to use the TweetMeMe code or widget:

tweetmeme.com/about/retweet_button

They have widgets for blogs, code for websites and some other platforms. Make sure you retweet yourself once or twice so your rewtweet button doesn't always say "0".
Using it too for my wordpress blog, it`s awesome!

digital29 is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
button, put, tweet this

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 02:19 AM.