How Do I Add Facebook Fans Box?

I want to add a Fansbox for my Facebook Page on my Dolphin (7.0.4) home page. I have generated the fanbox codes already. Thanks.
Quote · 15 Dec 2010

Go to admin/builders/pages blocks, then select "homepage" from the drop down menu, grab an HTML_Block, slide it into the position you want, then click on it to open it and add your code there.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 15 Dec 2010

The HTML box doesn't work here.

as you can see here:()

http://danseusesnues.org/index.php

Quote · 4 Jan 2011

I have the same problem. I want to put my Facebook activity feed on my home page, but it won't convert correctly. Neither will my page frame with the "like" button. I tried the html block and somehow I think it's the code Facebook gives you, because it's either an iframe code or FBML (whatever that is).

MOOOOMMM, She's touching me!!
Quote · 15 Jan 2011

Try Advance Add Block Mod by Gorpus.  This is free. This might work.

 

Respectfully,

Jeff

Quote · 15 Jan 2011

You can also try the php block from Deanno..that should work as well...

 

Thanks

Facebook, Twitter & Instagram Combo - http://bit.ly/1h5CarP
Quote · 15 Jan 2011

If you don't want to add extra modules and or manually change the code.

  1. Create HTML block on desired page
  2. Insert your Like Box,Adsense code (and I suggest when creating this block you insert your Language "key" i.e. "_advertisements, _facebook_like")
  3. Open your phpmyadmin from you cPanel
  4. Open your Dolphin MySQL database
  5. Open and edit sys_page_compose
  6. navigate to the last page of list with the ">>" button
  7. find the caption  "_advertisements, _facebook_like" listed for the index page or the page you inserted Like Box,Adsense code to
  8. re paste the Like Box,Adsense code into the "Content" field
  9. and click "Go"

Dolphin strips out important code when inserting still...

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Jan 2011

Deanos did not work for me but newton27:s solution worked like a charm.

Thanks alot.

Quote · 18 Jan 2011

learning a lesson from this is...

When time to update-upgrade Dolphin, your best off by not changing page code or adding SOME authors modules; it is easier for the site to be upgraded without changes and extra modules..

Adding modules by some authors has turned out to a nightmare on some dolphin sites for me.

Problem, I don't like having to depend on one person or a few individuals  to update a simple module whenever Dolphins main code is changed, updated.

When it is something simple as a module compatibility problem that has destroyed many sites, look back through the forums, even simple template changes can wreck havoc.

I changed code on sites in the beginning to adapt for google and facebook script (search the forums); it is much safer to change things from the database side.

Trust modules created and updated quickly that have support threads created by the author.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 Jan 2011

Thanks Newton27. But the box is not displaying in full. See http://bit.ly/netcity (at the end of the page)

Quote · 2 Mar 2011

 

Thanks Newton27. But the box is not displaying in full. See http://bit.ly/netcity (at the end of the page)

your fan box is too wide for html block you created..

look for the following line in your html, change the 290 to 275...(box width)

<div class="app_content_363111729262"><div id="u064543_1" class="fbConnectWidgetTopmost" style="height:60px; width:290px; ">
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 2 Mar 2011

Hi, I've tried the newton's way and didn't worked for me. I've tried to change the box width. So that's not the problem in my case. It seems the dolphin doesnt accept the code(<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fgotoriodejaneiro&amp;width=275&amp;colorscheme=dark&amp;show_faces=true&amp;stream=true&amp;header=true&amp;height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:275px; height:427px;" allowTransparency="true"></iframe>) becouse when I open the box or the caption on mysql again after paste the code, the code just don't show anymore.

Do anyone have any idea about how can I do this work?

Thank you very much!

Quote · 23 Apr 2011

 

Hi, I've tried the newton's way and didn't worked for me. I've tried to change the box width. So that's not the problem in my case. It seems the dolphin doesnt accept the code(<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fgotoriodejaneiro&amp;width=275&amp;colorscheme=dark&amp;show_faces=true&amp;stream=true&amp;header=true&amp;height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:275px; height:427px;" allowTransparency="true"></iframe>) becouse when I open the box or the caption on mysql again after paste the code, the code just don't show anymore.

Do anyone have any idea about how can I do this work?

Thank you very much!

you will have to insert this code into your database manually.. if you cannot do this, PM me and I will do for you.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Apr 2011

No, thats wrong. I'm on here looking for a snippet I used before. You can add the code directly to an html block once you lift the stupid restrictions boonex put on it for the admins.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 29 Oct 2011

 

No, thats wrong. I'm on here looking for a snippet I used before. You can add the code directly to an html block once you lift the stupid restrictions boonex put on it for the admins.

 RU looking for this thread?

http://www.boonex.com/forums/#topic/Page-Builder-Big-Bug.htm

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 30 Oct 2011

newton, it works..........thanks a lot

Quote · 5 Feb 2012

 

newton, it works..........thanks a lot

 Your welcome!

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 5 Feb 2012

Thank you newton this has been a big help

Quote · 13 Mar 2012

 

Thank you newton this has been a big help

 your welcome

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 5 May 2012

Try this. Untested but should put the html block back to the way it was.

Edit inc\classes\BxDolPageViewAdmin.php

Look for this at about line 473

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => true,
);


Change to this.

if( $aItem['Func'] == 'Echo' ) {
$aForm['inputs']['Content'] = array(
'type' => 'textarea',
'html' => false,
//'attrs' => array ('id' => 'form_input_html'.$iBlockID),
'name' => 'Content',
'value' => $sBlockContent,
'caption' => $sHtmlContentC,
'required' => true,
'colspan' => false,
);

http://www.mediaworkflow.com.au
Quote · 5 May 2012

 Thnx for the explanation, it works for me . 10000000x Thnx ;)

If you don't want to add extra modules and or manually change the code.

  1. Create HTML block on desired page
  2. Insert your Like Box,Adsense code (and I suggest when creating this block you insert your Language "key" i.e. "_advertisements, _facebook_like")
  3. Open your phpmyadmin from you cPanel
  4. Open your Dolphin MySQL database
  5. Open and edit sys_page_compose
  6. navigate to the last page of list with the ">>" button
  7. find the caption  "_advertisements, _facebook_like" listed for the index page or the page you inserted Like Box,Adsense code to
  8. re paste the Like Box,Adsense code into the "Content" field
  9. and click "Go"

Dolphin strips out important code when inserting still...

 

Quote · 14 Oct 2012

Thanks for this newton27. It does work perfectly. I got frustrated initially when it didn't but it appeared when I cleared my cache. Now I have to sort out Twitter the same way. Thanks everyone for sharing.

New at this but getting there
Quote · 14 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.