Closed lordlabakdas closed 7 years ago
What platform are you testing on?
OS: Ubuntu 14.04 64 bit
It appears that you're not using the right value for data-widget-id
(instead using one from the sample). This value is generated by Twitter, and requires for you to register a timeline with them via this page: https://twitter.com/settings/widgets/new/search
That will give you the snippet to embed.
still does not work....I created a widget from the link you sent and pasted in the anchor tag in between <twitter-timeline></twitter-timeline>
Do you see any errors or warnings in the log if you use ngtweet.js
instead of the minified version?
No logs are seen when using ngtweet.js
Have you added the ngtweet
dependency to your Angular app? i.e.
angular.module("yourapp", ['ionic', 'ngtweet']);
ah, missed that! Now it works. Thanks for the support.
Wanted to post a question rather than an issue.
I cannot seem to be able to load the widget for some reason. I only get the default HTML href behavior instead of the Load widget functionality shown in your webpage on my ionic app.
Installed ngtweet using bower $ bower install ngtweet
Linked ngtweet.min.js file to index.html and verified through console and sources that it is being called
<script src="lib/ngtweet/dist/ngtweet.min.js"></script>
HTML as shown below:
Is there something I am missing in my setup?