- First commit to issue fork.
- Status changed to RTBC
over 1 year ago 3:40am 10 March 2023 - 🇮🇳India rckstr_rohan
Patch worked as expected for me, can be merged, thanks.
- Status changed to Needs work
over 1 year ago 6:14pm 6 April 2023
Currently the instagram block module renders the block by passing each individual posts to the block image template which renders an image with an link. Although we can override the current block image template and tailor it to our liking it is hard to group the posts in a customized way (Like group it as a list, etc). I believe that in order to provide more flexibility, instead of passing the data of each individual post to the block image template we pass an array of the instagram posts and the config variables (such as height, width, and image resolution) to the block template. That way there is more flexibility when overriding the block template because we can group the posts in any way the user wants. This is similar to how the Facebook pull module does it.
Needs work
1.0
Code
The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.
Patch worked as expected for me, can be merged, thanks.