how to add a Facebook feed and Instagram Feed on Homepage

Discussion in 'ColorWay WordPress Theme' started by chrisr, Jul 27, 2013.

Thread Status:
Not open for further replies.
  1. chrisr

    chrisr Member

    Joined:
    Mar 27, 2012
    Messages:
    38
    Likes Received:
    0
    Please help using the colorway pro theme at the bottom of the page we currently have four images and descriptions I wish to remove the last two images and descriptions and replace with a Facebook feed and a Instagram feed (I have attached a screen shot to make more sense).

    I presume all I need to do is access the front-page.php file edit out the images and text four the last two area's and then replace with something else. Can anyone give me a bit more guidance than this is there an easy way to do this?. Or if not what plugin would you suggest for the Facebook and Instagram so I can insert the shortcode (would that work?) please help

    to be done.jpg
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to WordPress.org and search plugin for Facebook and Instagram feed, After that add there shortcode on front-page.

    For example:

    Code:
    <?php echo do_shortcode('Enter your Facebook feed plugin shortcode here'); ?>
     
    <?php echo do_shortcode('Enter your Instagram feed plugin shortcode here'); ?>
    

    Sending image for reference


    2013-07-27_1232.png



    This will solve your issue.
     
  3. chrisr

    chrisr Member

    Joined:
    Mar 27, 2012
    Messages:
    38
    Likes Received:
    0
    Thank you so much I really appreciate it :)
     
Thread Status:
Not open for further replies.

Share This Page