Showing posts with label facebook. Show all posts
Showing posts with label facebook. Show all posts

Saturday 10 November 2012

facebook like button to blog posts or website

// siddhu vydyabhushana // Leave a Comment



Integrate facebook like button to our blogposts because fb is one of the best traffic for website lets start the process how to put it 


Example:
if u posted a link ur fb wall u got 7 likes for that u want ti show that in ur blog so for that it is usefull.

iframe allowTransparency='true' frameborder='0' scrolling='no' 
src='http://www.facebook.com/plugins/like.php?href=http://aitamelearning.blogspot.com/2012/10/connect-oracle10x-database-using-jsp.html&send=false&layout=button_count&width=85&show_faces=false&action=like&colorscheme=light&height=21'></iframe>
from the above code the dark colored link u need to exchange with ur link 

http://aitamelearning.blogspot.com/2012/10/connect-oracle10x-database-using-jsp.html

the color scheme in the code is light, u can replace the word with dark also height and width u know enjoy with the above code and integrate it to ur blog.
Read More

Saturday 18 August 2012

HOW TO design facebook profile using css

// siddhu vydyabhushana // 1 comment
Hi friends it was long time to post some thing new to u but easy one , i think u are not waiting for this one because u already know what i wana learn to u but am interested to learn u plz pay attention
the below code save it as .html file and enjoy it


<style>
.bar {
font-family: Lucida Console, Monaco, monospace;
font-weight:bold;
background-color:black;
color: #f0f0f0;
box-shadow: 0px 0px 2px #333;
line-height: 35px;
padding: 0px 20px;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 10000;
}
.bar img
{
padding-top:5px;
}
.bar a {
color: #bdbdbd;
text-decoration:none;
}
.bar a:hover {
color: #FFFFFF;
}
#siddhu
{
width:333px;
background-color:e1e1e1;
padding:auto;
height:auto;
margin-top:auto;
margin-left:9px;
position:fixed;

}
#siddhu4
{
width:320px;
background-color:e1e1e1;
padding:auto;
height:auto;
margin-top:auto;
margin-right:10px;
position:fixed;
margin-left:24px;

}
#siddhu1
{
font-family: Lucida Console, Monaco, monospace;
width:880px;
background-color:white;
padding:20 35;
height:auto;
margin-right:auto;
margin-left:347px;
}
#siddhu img
{
width:333;
height:300;
}
left
{
float:left;
}
</style>

<body background="Picture.png">
<body bgcolor="#bdbdbd">
<div class="bar">
<a href="http://aitamelearning.blogspot.com">« Home </a>
<a href="http://aitamelearning.blogspot.com">&nbsp&nbspProfile </a>
<a href="http://aitamelearning.blogspot.com">&nbsp&nbsp<FONT COLOR="red">What u wana Learn?</font> </a>
<a href="http://aitamelearning.blogspot.com">&nbsp&nbsp Projects by U</a>
<a style="float: right" href="registration.php"><img src="Desert1.jpg" width="20" height="20"><img>Siddhu Vydyabhushana »</a>
</div>
<div id="siddhu">
<img src="Desert1.jpg"></img>

</div>
<div id="siddhu1">
<H3>Update your status Yar!!!!!!!</h3>
<form>
<textarea cols='72' rows='4' name='text' type='text'>
</textarea><br>
<input type="submit" value='share' name='submit'>
</form>
<hr size='1' color='#e1e1e1'/>

<h2> @Siddhu Solutions <br><br><br>Come With without knowing what computer languages <br>before signout u go-out with extra knowedge
its our main aim.<br><br>Especially we aimed at <br><br><br>
1.C-Language<br>
2.Android<br>
3.JAVA<br>
4.Html<br>
5.jsp<br>
6.javascript<br>
7.ajax<br>
8.php<br>
9.asp.net<br>
</body>
Read More

Tuesday 14 August 2012

HOW TO set Facebook Like widget to blogger

// siddhu vydyabhushana // Leave a Comment
i think you are awaiting for this one because this is attractive one  For this widget you have to only edit your Facebook Page id only. To get this Widget for your blog follows the instruction below..
Facebook Like widget to blogger


  1. Go to Blogger > Design > Page Elements
  2. Add a Gadget
  3. Select "HTML/JavaScript" gadget
  4. paste the following code in Gadget                                                                                                              


<iframe src="http://www.connect.facebook.com/widgets/fan.php?channel_url=http://probloggingtools.com/?fbc_channel=2&id=361232753932484&name=PBT&width=297&connections=10&stream=0&logobar=0&css=http://probloggingtools.googlecode.com/files/facebook-like-Box-style.css" height="300" frameborder="0"> </iframe>
Read More