Hi, Is there an example code to create embed code (from my site) so I can embed my html to other site? for example, I want to embed my html to other site. Here is the sample embed code for example: <a href="http://polsta.net/?embed=b10e419713f3aefb4c4d3741936ed8a9" id="polstalinkb10e419713f3aefb4c4d3741936ed8a9">test</a><script type="text/javascript" src="http://polsta.net/javascripts/embedding.js"></script><scripttype="text/javascript">polstaEmbed(''b10e419713f3aefb4c4d3741936ed8a9'', '' http://polsta.net/'')</script> Yudi Soesanto -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yudi Soesanto wrote:> Hi, > > Is there an example code to create embed code (from my site) so I can > embed > my html to other site? > > for example, I want to embed my html to other site. Here is the sample > embed > code for example:check this link [http://railstech.com/?p=30] might be helpful -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi amar, I tried to click on your link http://railstech.com/?p=30 and I got this error "You don''t have permission to access / on this server" Thanks for you help. Yudi On Jun 4, 7:01 pm, Amar Daxini <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Yudi Soesanto wrote: > > Hi, > > > Is there an example code to create embed code (from my site) so I can > > embed > > my html to other site? > > > for example, I want to embed my html to other site. Here is the sample > > embed > > code for example: > > check this link [http://railstech.com/?p=30] might be helpful > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yudi Soesanto wrote:> Hi amar, > > I tried to click on your link http://railstech.com/?p=30 and I got > this error "You don''t have permission to access / on this server" > > Thanks for you help. > YudiIts temporarily down You can just use jquery load function and insert into div like $("#some_div_id").load("URL") Try this out -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.