Problem/Motivation
Added all Instagram credentials in the module backend but when the block was placed only the block title was showing. Even the provided error message from the module was not showing.
By checking the generated Feed URL in the module backend , it didn't work either.
Proposed resolution
Changed files:
- instagram.tpl // for frontend output
- socialmedia.module // changed variable which talks to the tpl file
- socialfeed.block.inc // changed the API request link
- socialfeed.admin.inc // changed the Feed URL for the admin view
Remaining tasks
The patch is ready for review.
API changes
Changed the Instagram API request.
| Comment | File | Size | Author |
|---|---|---|---|
| socialfeed_instagram_fix.patch | 2.81 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedmrmauriziorusso created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedComment #3
Anonymous (not verified) commentedComment #5
hemangi.gokhaleThanks, @mrmauriziorusso for highlighting this issue.