pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
960 stars 303 forks source link

Twitter won't work #209

Closed makz3l closed 8 years ago

makz3l commented 8 years ago

I followed all the steps on the installation guide and I still couldn't get twitter to work. Here's my Website: Makzel

HartLarsson commented 8 years ago

please use google chrome F12 debug option and check your console!

HartLarsson commented 8 years ago

plus check your scripts for errors like:

image

makz3l commented 8 years ago

I'm getting an error that says template.html not found

HartLarsson commented 8 years ago

the plugin not find the template.html file in this location

http://makzel.com/test2/template.html

you need to move template.html in the right place or specify another template.html place in a diff subfolder using the explained parameter in the javascript initialization part (see the home page of the GitHUB and scroll down)

makz3l commented 8 years ago

It works now. But the limit option isn't working. I have it set to 2 but it's only showing one.

HartLarsson commented 8 years ago

same code syntax error! https://github.com/pavelk2/social-feed/issues/211

martijngastkemper commented 8 years ago

I'll close this issue, because it's solved. The limit problem will continue in #211