How to create embedding code in ror

Hi guys,

Could you give me a sample or link for creating embedding code in ruby
on
rails?

Thanks,
Yudi S.

Yudi S. wrote:

Hi guys,

Could you give me a sample or link for creating embedding code in ruby
on
rails?

What do you mean by “embedding code”?

Thanks,
Yudi S.

–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Sent from my iPhone

What I am trying to do is: I creating a survey website. User can
register to create a survey and this survey can be embedded to other
site with providing embedded script. The problem I have, I don’t know
how to create embedded code via ruby on rails. I never done this.

Please help!!!

Thanks,
Ys

Marnen Laibow-Koser wrote:

Yudi S. wrote:

Hi guys,

Could you give me a sample or link for creating embedding code in ruby
on
rails?

What do you mean by “embedding code”?

Thanks,
Yudi S.

–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Sent from my iPhone

Thanks for yorur help Peter.
Do you have link or tutorial guide in the internet? I am new with this.

Yudi

Peter De Berdt wrote:

On 09 Jun 2010, at 08:57, Yudi S. wrote:

What I am trying to do is: I creating a survey website. User can
register to create a survey and this survey can be embedded to other
site with providing embedded script. The problem I have, I don’t know
how to create embedded code via ruby on rails. I never done this.

Your embed code should be something alone the lines of:

Exactly the same as you would do in any other language, like PHP,
Perl, …

You basically need to load your survey into a frame embedded into your
users site and on your RoR backend it won’t make any difference
whether it’s loaded into the iFrame or would just be directly accessed.

Best regards

Peter De Berdt

On 09 Jun 2010, at 14:25, Yudi S. wrote:

Thanks for yorur help Peter.
Do you have link or tutorial guide in the internet? I am new with
this.

I’ll give you the basics, the rest is up to you (setting height,
width, injecting in a specific div etc):

Best regards

Peter De Berdt

Thank you for your help.
I tried to create embedding code like this:

new survey<script
type=“text/javascript” src=“http://polsta.net/javascripts/embedding.js

Is there possible? Do I need to create embedding.js? How I read those
script?

Yudi S.

Peter De Berdt wrote:

On 09 Jun 2010, at 14:25, Yudi S. wrote:

Thanks for yorur help Peter.
Do you have link or tutorial guide in the internet? I am new with
this.

I’ll give you the basics, the rest is up to you (setting height,
width, injecting in a specific div etc):

Best regards

Peter De Berdt

On 09 Jun 2010, at 08:57, Yudi S. wrote:

What I am trying to do is: I creating a survey website. User can
register to create a survey and this survey can be embedded to other
site with providing embedded script. The problem I have, I don’t know
how to create embedded code via ruby on rails. I never done this.

Your embed code should be something alone the lines of:

Exactly the same as you would do in any other language, like PHP,
Perl, …

You basically need to load your survey into a frame embedded into your
users site and on your RoR backend it won’t make any difference
whether it’s loaded into the iFrame or would just be directly accessed.

Best regards

Peter De Berdt

Yudi S. wrote:

Thank you for your help.
I tried to create embedding code like this:

new survey<script
type=“text/javascript” src=“http://polsta.net/javascripts/embedding.js

And what happened when you tried?

Is there possible? Do I need to create embedding.js? How I read those
script?

These are questions best directed to a JavaScript forum.

Yudi S.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]