Jump to content
thirty bees forum
  • 0

Can anyone see an error in this code (SOLVED)


The Pellet Guy

Question

Solved it seems to have been a facebook permission issue  by allowing under 18's to visit my facebook site it magically started working  which isnt good when we sell products for over 18's

 

 

 

This is the blockfacebook TPL

Im having some annoying issues with this module  put any facebook page in and it shows on the front end of the cart no problem,  use my company page https://www.facebook.com/PuffDadE/ and it doesnt show,  is there a difference between groups and pages and the way in which they have to be entered in the modules section, I have just been copying the link from facebook as usual, 

 

{if !empty($facebookurl)}
    <section>
        <div id="blockfacebook" class="col-xs-12 col-sm-4">
            <h3 class="title">{l s='Follow us on Facebook' mod='blockfacebook'}</h3>
            <div id="fb-like-box-container" style="overflow: hidden;">
                <div class="fb-page" data-href="{$facebookurl|escape:'html':'UTF-8'}" data-width="360"
                     data-small-header="false" data-adapt-container-width="true" data-hide-cover="false"
                     data-show-facepile="true"></div>
            </div>
        </div>
        <div id="fb-root"></div>
    </section>
{/if}
 

Edited by The Pellet Guy
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...