Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lax Mariappan

    (@lakshmananphp)

    Hi Sarah,

    Thanks for your comments. You can use shortcodes.

    <?php echo do_shortcode('[fbf_page_feed pageID="33138223345" num="2" show_description="true" update="true" show_avatar="true" avatar_size="square" link_target_blank="true"]');
    // we are using shortcode function to render the widget
    // do_shortcode will convert that shortcode to output, and we echo the output.
    ?>

    Hope this is what you are looking for!

    Thanks again!

    Thread Starter sarahkim

    (@sarahkim)

    thank you very much!
    it works well!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: FBF Facebook page Feed Widget] display in template’ is closed to new replies.