spsaucier / App-Folders

Use jQuery to create iOS-like App Folders on any website. They can contain any content and be styled in any way
143 stars 34 forks source link

Dynamic Content May Break Loading #1

Open kvarga opened 12 years ago

kvarga commented 12 years ago

Hey Stephen - Just a FYI I was trying to utilize this and load my twitter feed into it using https://twitter.com/about/resources/widgets/widget_profile , but when opening the section it redirects to a page with just the twitter widget. Most likely just a conflict in div structure. I was only doing that as a quick-test and will be actually loading tweets into it via PHP instead of client-side, but thought you may want to know.

spsaucier commented 12 years ago

Hi Kyle, do you have an instance of this I can take a look at? It may have to do with the part of the script that reloads the page if a link outside the App Folders containing div (but on the same page).

If the link you're clicking is in that situation, try adding a jQuery selector for it as the internalLinkSelector parameter (see the "Getting There" tab: http://app-folders.com/#simple2).