• Resolved beccalm

    (@beccalm)


    Hi, I’m working on a site for a client right now using a theme with a function in the theme options to add a Twitter feed. However, I would like to add a Facebook feed instead. Would it be possible, after installing the plugin, to replace the PHP code calling the Twitter feed with a bit of code from the plugin to bring in the Facebook feed?

    https://ww.wp.xz.cn/plugins/custom-facebook-feed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Are you trying to embed the Custom Facebook Feed directly into a theme page template? If so, you can do so by using the following function:

    <?php echo do_shortcode('[custom-facebook-feed]'); ?>

    If you were referring to something else then let me know,

    John

    Thread Starter beccalm

    (@beccalm)

    Yep, that did it! Thanks so much for your fast reply!

    Plugin Author smashballoon

    (@smashballoon)

    No problem, happy to help 🙂

    John

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Call the feed with PHP’ is closed to new replies.