Free Text to Audio for landing pages

by Jay Styles on July 2, 2010

I just stumbled onto something really sick and it’s FREE!

Google Text to Speech Translator. How sick would it be to integrate audio into your CPV landing pages.

Check it out here : http://translate.google.com/translate_tts?tl=en&q=Welcome+Walmart+dot+com+shopper

so you’re bidding on the keyword “Walmart.com” and when your lander is displayed all of sudden it says :

“Welcome Walmart.com shopper you have won a FREE IPAD. Please submit your email to CLAIM NOW”

Imagine generating audio for thousand’s of keywords on the fly? I can see a bunch of peeps getting creative with this.

Here’s something I had my coders whip up. Place this piece of code in a iframe and your solid.. a little cloaking to the reviewer :)

<script type=”text/javascript” language=”javascript”>
var query = “Welcome <?php print $_REQUEST['kw']; ?> shopper you have won a Free IPAD. Enter email to claim your free gift”;
query = escape(query);
var sr = ‘http://translate.google.com/translate_tts?tl=en&q=’+query;
document.write(‘<iframe src=”http://translate.google.com/translate_tts?tl=en&q=’+query+‘” width=”100″ height=”10″></iframe>’)
</script>

—————————————————————————————————————————————————————————————————-

The above code is jacked on some browsers.  Here is another alternative which is actually better.

Just replace the iframe= with the affiliate product you want to promote. Enjoy

You could also write your own script just replace the following line : var query = “Welcome <?php print $_REQUEST['kw']; ?> shopper you have won a Free IPAD. Enter email to claim your free gift”;

<html>
<head>
<title>Get Free Apple Ipad</title>
</head>
<body>
<div width=”100%” height=”100%”><iframe src=”http://www.laptoptracking.net/form/iframe/34163/5042/?&ref=34163″ border=”0″ width=”100%” height=”900″ ></iframe></div>
</body>
<script type=”text/javascript” language=”javascript”>
var query = “Welcome <?php print $_REQUEST['kw']; ?> shopper you have won a Free IPAD. Enter email to claim your free gift”;
query = escape(query);
document.write(‘<iframe src=”http://webanywhere.cs.washington.edu/cgi-bin/ivona/getsound.pl?text=’+query+’” width=”0″ height=”0″></iframe>’)
</script>
</html>

Here is the script in action: http://www.jaystyles.com/ipad/index.php?kw=walmart.com

I’m sure many of you will find creative ways to use this script and increase your conversion rates.  Let me know how it works out.

Enjoy~

Jay Styles

aka

Jose Rivera

If you enjoyed this article, get email updates (it’s free).

Email Address:

Popularity: 15% [?]

Facebook comments:

5 Tweets

{ 9 comments… read them below or add one }

4 Troy Gardner July 7, 2010 at 1:32 AM

Very cool, personally I would probably capture the output to mp3 and put it on a CDN.

But the real question…can it do fart noises? :)

Jay Styles Reply:

@Troy that would be a very cool idea and something i actually started working on with my coders. Import a message all macro’d out and create tons of targeted files. With a little voip could be a nice lead generating machine! ;)

6 John July 8, 2010 at 6:57 PM

Hey thanks Jay, just what the doc ordered…sick!

Jay Styles Reply:

@john glad u like it dude! Let me know how it works out for yah.

7 Tom Harvey July 11, 2010 at 11:34 AM

Jay

Great resource – can’t wait to put it into action. Thanks and keep it up!!

Tom

8 Yud Botzer July 19, 2010 at 9:47 AM

Very cool post, Thanks for sharing.
I just found This Chrome Extension: Text-to-Speech using Google Chrome,
Reads selected text using Google TTS (Text-to-Speech) with language auto-detection.
https://chrome.google.com/extensions/detail/ndlkpkpmcgbfpbfaofanlofaaealkonb

9 Danielle Choudhary April 10, 2011 at 11:02 PM

This is such a terrific useful resource that you’re providing and you give it away free of charge. I take pleasure in seeing web sites that perceive the worth of providing a prime useful resource for free. I really beloved reading your site. Thanks. ! !

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Additional comments powered by BackType

Previous post:

Next post:

-->