rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 23, 2011 8:53:45 GMT -8
Forum url - wellieswheelbarrows.proboards.com/index.cgiThe Facebook 'like' button at the bottom of my forum is so small I doubt anyone has spotted it! Is it possible to enlarge it, or put it into a box or something to make it stand out more please? I'm using the following code from Facebook. I've added <center></center> <center><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=151197328285817&xfbml=1"></script><fb:like href="http://www.facebook.com/?ref=home#!/pages/Wellies-Wheelbarrows-and-Wildlife/229567580393333?sk=wall" send="false" layout="button_count" width="450" show_faces="true" font=""></fb:like></center>
|
|
|
Post by Wormopolis on Jun 23, 2011 18:32:08 GMT -8
it looks as though facebook writes an iFrame to the page... and THEY control the content of the iFrame.
have you asked facebook if they hve an alterntive code with a LARGER BUTTON? tHE GRAPHIC JUST ISNT AN OPTION TO CHnge with wht they gave.
sorry.. having trouble typing with hand today
|
|
rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 24, 2011 0:33:59 GMT -8
|
|
|
Post by Wormopolis on Jun 24, 2011 8:14:57 GMT -8
trust me you dont want to see the picture of of what I did.
I will play around with it, but im not sure I can get to the graphic. you CAN however put it into a div or something and make a border around the div to make it stand out more.
<div style="border: #FFFFFF 2px solid"> FB code </div>
|
|
rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 24, 2011 8:47:05 GMT -8
You took a picture! Must be bad! What did you do? Tried what you suggested on my test forum, thanks - put the code into a div, it's a bit of an improvement but the box is a bit on the wide side - testingwellies.proboards.com/index.cgi
|
|
|
Post by Wormopolis on Jun 24, 2011 9:39:00 GMT -8
give the div a width attribute
width="80px"
|
|
rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 24, 2011 12:39:57 GMT -8
I tried but failed Wormo, where should I put the width in the code? ;D <center><div style="border:#337147 2px solid"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=151197328285817&xfbml=1"></script><fb:like href="http://www.facebook.com/?ref=home#!/pages/Wellies-Wheelbarrows-and-Wildlife/229567580393333?sk=wall" send="false" layout="button_count" width="450" show_faces="true" font=""></fb:like></div></center>
|
|
|
Post by Wormopolis on Jun 24, 2011 19:02:33 GMT -8
in the surrounding div
<div width="80px" style="border #FFFFFF 2px solid">
|
|
rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 24, 2011 23:07:32 GMT -8
It doesn't work Wormo. testingwellies.proboards.com/index.cgi<center><div width="80px" style="border:#337147 2px solid"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=151197328285817&xfbml=1"></script><fb:like href="http://www.facebook.com/?ref=home#!/pages/Wellies-Wheelbarrows-and-Wildlife/229567580393333?sk=wall" send="false" layout="button_count" width="450" show_faces="true" font=""></fb:like></div></center>
|
|
|
Post by Wormopolis on Jun 25, 2011 1:15:29 GMT -8
alright then...
<div style="width: 100px; border #FFFFFF 2px solid">
|
|
rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 25, 2011 1:32:09 GMT -8
|
|
|
Post by Wormopolis on Jun 25, 2011 12:33:36 GMT -8
that closer to what you wanted?
|
|
rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 25, 2011 14:25:52 GMT -8
Yes, thanks Wormo, but is it possible to get the 'like' button in the centre of the box?
|
|
|
Post by Wormopolis on Jun 25, 2011 15:22:27 GMT -8
put center tags inside the div as well
<center><div><center>
|
|
rita
Not New Member
Posts: 36
rita said 0 great things
|
Post by rita on Jun 26, 2011 0:08:42 GMT -8
Guess I put the tags in the wrong place. ;D testingwellies.proboards.com/index.cgi<center><center><div style="width: 100px;border:#337147 3px solid"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=151197328285817&xfbml=1"></script><fb:like href="http://www.facebook.com/?ref=home#!/pages/Wellies-Wheelbarrows-and-Wildlife/229567580393333?sk=wall" send="false" layout="button_count" width="450" show_faces="true" font=""></fb:like></center></div></center>
|
|