War Room

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

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 09-26-2009, 04:41 PM   #1
Active Warrior
 
Join Date: Dec 2008
Location: Joliet, IL!
Posts: 47
Thanks: 21
Thanked 8 Times in 5 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via AIM to sirtom Send a message via Yahoo to sirtom Send a message via Skype™ to sirtom
Default One of those viral "Tweet This To Get ____" things..

Hey all! Question for ya..

Here's what I'm hoping I can get some help with.. I want to put some content behind one of those scripts where if you Tweet the post or link, you get access to the content. Usually I've seen this kind of thing used in launches to spread viral reports, like "Tweet the link to this report and you'll get instant access to it," or something along those lines..

Is anyone familiar with this? If so, how might I be able to do this?

Thanks for any and all help!
-Tom

Free 7-Day Video Training Series Reveals The #1 Secret The "Gurus" Use To Explode Their Business Online:
www.FollowTom.com/video
(+ email coaching on the methods!)
sirtom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-26-2009, 07:37 PM   #2
TheHypnoticCopywriter.com
War Room Member
 
Chris Ramsey's Avatar
 
Join Date: Jan 2008
Location: Orlando, FL
Posts: 505
Thanks: 74
Thanked 138 Times in 71 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via AIM to Chris Ramsey Send a message via Skype™ to Chris Ramsey
Default Re: One of those viral "Tweet This To Get ____" things..

It's going to have something to do with Twitter's API. Look into that and you should find your answer.

Chris Ramsey is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-26-2009, 09:14 PM   #3
Advanced Warrior
War Room Member
 
mywebwork's Avatar
 
Join Date: Sep 2008
Location: Honolulu, Hawaii, USA (Currently in Montreal Canada)
Posts: 815
Blog Entries: 1
Thanks: 138
Thanked 217 Times in 146 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to mywebwork
Default Re: One of those viral "Tweet This To Get ____" things..

Yes, it is done with Twitters API and it's not very hard to do - Twitters API is among the easiest API to use.

Check out this wiki as a starting point:

Twitter API Wiki / Libraries

If you need any custom work done with this please feel free to PM me- I've built a few applications with the Twitter API and can probably help you out.

It's also possible that some Warrior will know of a WordPress plugin for this. If there isn't one maybe I should put one together - sounds like it would be useful!

Bill
mywebwork is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to mywebwork For This Useful Post:
Old 09-27-2009, 01:34 AM   #4
Mr. CPA
War Room Member
 
Kevin Williams's Avatar
 
Join Date: May 2009
Location: Eugene, OR
Posts: 260
Blog Entries: 1
Thanks: 46
Thanked 27 Times in 27 Posts
Default Re: One of those viral "Tweet This To Get ____" things..

Quote:
Originally Posted by mywebwork View Post
Yes, it is done with Twitters API and it's not very hard to do - Twitters API is among the easiest API to use.

Check out this wiki as a starting point:

<LINK>

If you need any custom work done with this please feel free to PM me- I've built a few applications with the Twitter API and can probably help you out.

It's also possible that some Warrior will know of a WordPress plugin for this. If there isn't one maybe I should put one together - sounds like it would be useful!

Bill
That would honestly be amazing, and I might have to pm you about this soon. Thanks for being awesome :P
Kevin Williams is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-27-2009, 03:53 AM   #5
Active Warrior
 
Join Date: Dec 2008
Location: Joliet, IL!
Posts: 47
Thanks: 21
Thanked 8 Times in 5 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via AIM to sirtom Send a message via Yahoo to sirtom Send a message via Skype™ to sirtom
Default Re: One of those viral "Tweet This To Get ____" things..

Quote:
Originally Posted by mywebwork View Post
Yes, it is done with Twitters API and it's not very hard to do - Twitters API is among the easiest API to use.

Check out this wiki as a starting point:

Twitter API Wiki / Libraries

If you need any custom work done with this please feel free to PM me- I've built a few applications with the Twitter API and can probably help you out.

It's also possible that some Warrior will know of a WordPress plugin for this. If there isn't one maybe I should put one together - sounds like it would be useful!

Bill
Ah man, I checked out the Twitter API link and I don't mean to sound dumb, but I have no idea what all that is.. I didn't know what to look for haha.

But otherwise, a plugin like that would be amazing! I know more people than just me would get a lot of mileage out of it. And I'll definitely be talking to you soon, hopefully you could help me out with this.

Thanks!
-Tom

Free 7-Day Video Training Series Reveals The #1 Secret The "Gurus" Use To Explode Their Business Online:
www.FollowTom.com/video
(+ email coaching on the methods!)
sirtom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-27-2009, 11:12 PM   #6
Advanced Warrior
War Room Member
 
mywebwork's Avatar
 
Join Date: Sep 2008
Location: Honolulu, Hawaii, USA (Currently in Montreal Canada)
Posts: 815
Blog Entries: 1
Thanks: 138
Thanked 217 Times in 146 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to mywebwork
Default Re: One of those viral "Tweet This To Get ____" things..

Hi Guys

It sounds like a "Tweet This to Get.." Plugin would be a useful project, I will consider putting one together. It will probably have to wait until later this week though as I'm currently wrapping up a couple of big projects for clients.

In the meantime if you feel up to the challenge and want to write your own here are a couple of links to get you started:

Update Your Twitter Status Remotely Using PHP

Using the Twitter API with PHP and PEAR

These excellent articles show you how to use PHP to make Tweets using the Twitter API. All you really need to do is modify them to use a preset message, and then use a redirect (PHP Header) to send your visitor to collect their reward. If you want to be fancy you could use AJAX-type code (i.e. asynchronous) so that they are not redirected until Twitter reports a successful tweet.


Bill
mywebwork is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-01-2009, 04:12 PM   #7
Active Warrior
 
Join Date: Jan 2008
Location: , , United Kingdom.
Posts: 37
Thanks: 2
Thanked 1 Time in 1 Post
Default Re: One of those viral "Tweet This To Get ____" things..

I think this is what you want?
Twitter Blaster - Twitter Promotion Tool | Make Money Online With Peomedia

It's free, but you have to Tweet about it ;-)

Good luck

- Vince

Foresights is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Foresights For This Useful Post:
Reply

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

Tags
things, tweet this to get, viral

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 01:13 PM.