mishbahr / djangocms-instagram

A simple but versatile Instagram plugin for your django-cms powered sites.
https://pypi.python.org/pypi/djangocms-instagram/
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Is there any way to load more media? #4

Closed lmanzurv closed 8 years ago

lmanzurv commented 8 years ago

I am using the plugin and set the count of media to 9, but I would like to include a load more button that allows me to load more media in the same amount (the first time would fetch from 10 to 18, the second from 19 to 27, and so on).

Is there any way to do this with the current code?

mishbahr commented 8 years ago

Hey @lmanzurv .. unfortunately that's not possible with the current code base.

mishbahr commented 8 years ago

Closing this, not really an issue.

Feel free to do a pull request, if you implement this feature.