Jump to content

Help with putting facebook stream in Special PHP code


davidjmorin

Recommended Posts

Hi all

Im using wordpress for my site with custom sidebar boxes.  The code is like this:

  <h3>
      <?php _e("About Me", ''); ?>
    </h3>
    <div class="box">
      <?php _e("",'index'); ?>
    </div>

 

What i want to do is add my fb into that.  so like so

 

  <h3>
      <?php _e("About Me", ''); ?>
    </h3>
    <div class="box">
      <?php _e("<div class="fb-activity" data-site="http://facebook.com/davidjmorin" data-width="300" data-height="300" data-header="true" data-recommendations="false"></div>",'index'); ?>
    </div>

 

But that throws errors

 

any help is much appreciated

Link to comment
Share on other sites

just incase anyone was wondering.. here is how its done

 

<h3>
      <?php _e("About Me", ''); ?>
    </h3>
    <div class="box">
      <?php _e(include('facebook.html')); ?>
    </div>

 

and data-div kind sir is what facebook uses.  but thank you so much for your helpful response

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.