alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.27k stars 7.3k forks source link

Twitter embed #98

Closed arnfon closed 10 years ago

arnfon commented 10 years ago

Hello,

I'm trying to embed a tweet in a div section. It seems impossible because of fullpage.js Do you have an idea to solve this issue?

Thanks,

alvarotrigo commented 10 years ago

Why does it seem impossible? How are you trying to do it? With javascript? With a server coding? What is exactly your problem?

arnfon commented 10 years ago

If you try to put a tweet like this into a div section...

... the tweet doesnt appears. I'm using the traditional way to embed (https://dev.twitter.com/docs/embedded-tweets) but i think there is a conflict between fullpage.js and the twitter widget.js. I'm not sure.

alvarotrigo commented 10 years ago

This is more a question for Twitter rather than for fullPage.js

You need to know how to load an embeded tweet dynamically. (if its even possible)

azeos commented 9 years ago

Sorry for writing in a closed issue, but I'm having the same problem. @arnfon did you solved it? EDIT Writing the twitter's js code inside the afterRender function does the trick.