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

    (@lakshmananphp)

    Hi Nagaraj,

    You can use do_shortcode() function

    do_shortcode('[fbf_page_feed pageID="133662330114199" num="2" show_description="true" update="true" show_avatar="true" avatar_size="square" link_target_blank="true" feed_title = "true" like_button="true" like_button_position="top"]');

    we are using shortcode function to render the widget do_shortcode will convert that shortcode to output, and we echo the output.

    Thanks
    Lakshmanan

    Thread Starter Nagaraj

    (@nagrajsuligavi)

    Hi,

    I have used the above code but i had forgot to add echo….

    Now its working Thanks nice plugin.

    echo
    do_shortcode(‘[fbf_page_feed pageID=”133662330114199″ num=”2″ show_description=”true” update=”true” show_avatar=”true” avatar_size=”square” link_target_blank=”true” feed_title = “true” like_button=”true” like_button_position=”top”]’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display facebook feeds in Template ?’ is closed to new replies.