Show the visitors IP address in blogger yes friends you can show in your blogger your visitors IP address this ip show to visitors who is visit your blog or site you can show this IP as you are visiting this site from IP XXXXXXX its looks good.
See Below Show IP Live Demo
|
How to show IP Address in blogger?
Sign in – in your blogger account
2. Go to blogger layout option.
3. Select add Gadget option
4. Select “HTML/JavaScript” Gadget and past below given Java Script in HTML/JavaScript content box.(See below demo image)
Now Save Widget.
Drag this widget for arrange the place of this widget in layout page.
Note:- You can replace Background white color or font black color with you favorite color.
Thanks I hope you like this post
Copy
Below JavaScript and past in your blog or website for show visitors IP
Address
|
<table width="220"
border="1">
<tr>
<th
scope="row"><script language="JavaScript">
VIH_BackColor = "white";
VIH_ForeColor = "Black";
VIH_FontPix = "16";
VIH_DisplayFormat = "You are visiting this site
from:<br>IP Address: %%IP%%<br>Host: %%HOST%%";
VIH_DisplayOnPage = "yes";
</script>
<script language="JavaScript"
src="http://scripts.hashemian.com/js/visitorIPHOST.js.php"></script>
</th>
</tr>
</table>
|
Now Save Widget.
Drag this widget for arrange the place of this widget in layout page.
Note:- You can replace Background white color or font black color with you favorite color.
Thanks I hope you like this post