Home › Forums › WoodMart support forum › Instagram Feed Images Instagram Feed Images This topic has 5 replies, 2 voices, and was last updated 1 year, 6 months ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 11, 2023 at 10:46 am #480597 isaakParticipant Hi, i have connected the instagram account via api. The images are not showing, although if i hover i see reactions and comments and if i click it gets me to the correct post on instagram July 11, 2023 at 10:52 am #480600 Artem TemosKeymaster Hello, Thank you so much for purchasing our theme and contacting our support center. Try to add the following PHP code snippet to the child theme functions.php file to fix this add_action( 'image_sideload_extensions', function($allowed_extensions) { $allowed_extensions[] = 'heic'; return $allowed_extensions; }); Kind Regards XTemos Studio July 11, 2023 at 11:02 am #480604 isaakParticipant Hi, i added the snippet but the problem remains Thank you July 11, 2023 at 11:43 am #480624 isaakParticipant It is no ok, i suppose it needed some time to synchronize. Thank you! July 11, 2023 at 11:43 am #480625 isaakParticipant *now July 11, 2023 at 12:01 pm #480633 Artem TemosKeymaster Yes, it takes some time to refresh the images. Feel free to contact us if you have any further questions. Kind Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register