Jump to content
UBot Underground

Recommended Posts

How to use properly load HTML  to load badge from google plus, I have tried this code

<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:person href="https://plus.google.com/{profileId}" data-rel="author"></g:person>

that I'v it found from here https://developers.google.com/+/web/badge/

but it seems Not loading when I put it on load html command. please help

 

Thanks

 

Julie

Edited by Julie Preston
Link to post
Share on other sites

Thanks Blumi

 

But when I tried with load html is not loaded in my ubot browser

load html("<html>
<head>
<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>
</head>
<body>
<div class=\"g-person\" data-href=\"https://plus.google.com/105587564665703050137/\"></div>
</body>
</html>")

Any suggestion to make this work on load html node ?

Edited by Julie Preston
Link to post
Share on other sites

Thanks Blumi

 

But when I tried with load html is not loaded in my ubot browser

load html("<html>
<head>
<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script>
</head>
<body>
<div class=\"g-person\" data-href=\"https://plus.google.com/105587564665703050137/\"></div>
</body>
</html>")

Any suggestion to make this work on load html node ?

sure it loads

go inside your ubot browser and rigth mouseclick view generadet source

u will see g gives answer

but the styles mad something like that top:-100px   and left:-1000px   so thats why u see nothing

why? i dont know

 

so the ubotcode works

now your css skills are needet :D

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...