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