rdsedmundo

CHAT V1.0 RELEASE (BETA EMBED VERSION CODE)

Jun 23rd, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      (function ___call_chat_embed() {
  2.          if(confirm("Você gostaria de participar do meu Chat?")) {
  3.             d=document;
  4.             /*d.body.style.backgroundColor = '#CCC';*/
  5.             c=d.createElement('iframe');
  6.             c.setAttribute("style", "padding:5px;height:410px;width:560px;position:fixed;bottom:0;right:0;border:none");
  7.             c.src = "http://kyl3.comuv.com/chat/#!/?embed_version=true";
  8.             d.body.appendChild(c);
  9.          }
  10.      })();
Advertisement
Add Comment
Please, Sign In to add comment