Facebook Control...

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/25/2010 7:35:18 PM
Gravatar
Total Posts 165

Facebook Control...

Ok, I'm really enjoying the latest code release of mojoPortal, building a clients new website in it and I love it.

Question about the facebook control, there is a great deal of space below the control when you turn it on. So looking at the html for the page I found the following:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.stonelps.com.asp1-17.websitetestlink.com%2fDefault.aspx%3fpageid%3d1&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;height=80&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowtransparency="true" style="border:none; overflow:hidden;width:450px; height:80px;"></iframe>

My question is, how do you control this since it's using inline style, so how would one go about changing the height, because there is a great deal more space than needed.  I need the height to be more like 25 or 35 to make it look better on the page.

Thanks,

Mark
 

10/26/2010 6:11:43 AM
Gravatar
Total Posts 18439

Re: Facebook Control...

Hi Mark,

Please don't post such questions in the Bug forum there is no bug report in this question.

If you mean the Facebook like button in the blog, there are settings in the blog settings for height and width of the Facebook like button.

Best,

Joe

10/26/2010 7:45:45 AM
Gravatar
Total Posts 165

Re: Facebook Control...

Hey Joe,

Sorry about posting in the 'Report Bugs' area, the reason I did this is because I have the height set to 35px in the Blog and within the HTML Control on the main page, however it always 80px.

So, it's not reading the 35px for the height via the Social Settings control panel.

The HTML is below:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.stonelps.com.asp1-17.websitetestlink.com%2fDefault.aspx%3fpageid%3d1&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;height=80&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowtransparency="true" style="border:none; overflow:hidden;width:450px; height:80px;"></iframe>

10/26/2010 7:56:55 AM
Gravatar
Total Posts 18439

Re: Facebook Control...

If you have ShowFaces set to true then the minimum height is 80px otherwise it clips the faces. If you uncheck showfaces it should respect the height setting of 35px.

Hope it helps,

Joe

10/26/2010 8:00:37 AM
Gravatar
Total Posts 165

Re: Facebook Control...

Thank you!!!!!!

You sir are the BEST!!!!

You must sign in to post in the forums. This thread is closed to new posts.