Twitter Feed
Introduction
We implemented live Twitter Feed on Pangong, for that we used twitterFetcher third party plugin.
How to Setup
HTML Stucture
<div class="card bg-primary text-center">
<div class="twitter-slider-wrap card-body">
<div class="twitter-icon text-center mb-15">
<i class="fa fa-twitter"></i>
</div>
<div id="tweets_fetch" class="owl-carousel owl-theme"></div>
</div>
</div>Dependency
CSS
JS
Initialize Twitter Feed
Last updated
Was this helpful?