Questions tagged [twitter-widget]

30 questions
1
vote
1 answer

Make Twitter Widget's Height Dynamic Proportional to its Parent Div's Height

I have been using twitter widget in my library management system. I want to make the twitter widget's height dynamic since it's height is fixed and can be set in its configuration before the widget is created. How will I do that through css? This is…
user2481398
0
votes
0 answers

Twitter's timeline widget posts limit not working

I am using Twitter's timeline widget with posts limit attribute in my React App. But I get all the posts. Until recently, everything worked. Maybe something has changed in the way the widget or attribute is connected? function TwitterWidget(props:…
0
votes
0 answers

Angular 15 Framework: Twitter Widget Not Updating in Angular Component

I am currently working on an Angular project that involves embedding Twitter widgets into a component. The widget is supposed to display a random tweet from a list of tweet URLs every 45 seconds. However, I am facing an issue where the Twitter…
0
votes
1 answer

I am not receiving response from Twitter after after successful tweet

My goals are, on click: Share URL and text on Twitter in popup window Receive response from Twitter when tweet is successful or when tweet fails Close the popup window after tweet is successful or when user closes the window My problems are: I…
0
votes
1 answer

React-Intl pass translation as string variable and not object

I'm in the process of adding react-intl to a payment app I'm building but hitting a snag. I apologize if this has been addressed somewhere. I scoured the issues and documentation and couldn't find a direct answer on this (probably just overlooking…
grigs
  • 1,140
  • 3
  • 15
  • 28
0
votes
1 answer

Twitter Widget in an Angular 2 app.sss

I have embedded a Twitter feed widget (created from twitter page) in the homepage of an angular app. It works fine when the site is first loaded. However, when you navigate away from the homepage and then return, it disappears. It re-appears only…
Kay
  • 1
0
votes
1 answer

Twitter widget timeline using publish.twitter.com script is not loading in webview

When we use https://publish.twitter.com/# to get the script for Twitter timeline and use it in Webview at mobile app, the script simply showing "Tweets by " as a link instead of showing timeline. Can anyone suggest what is missing here?
0
votes
2 answers

How to search for hashtag in a twitter embed list with Javascript

I'm trying to do add a Twitter list in my Meteor application that show all tweets about a certain hashtag (the city of the visitor). I did a new widget with a general hashtag (#suisse) then I want to change this hashtag with Javascript to match it…
Jerome
  • 1,162
  • 2
  • 16
  • 32
0
votes
1 answer

How to display twitter widget in full width screen

I am using bootstrap fluid container layout to display full width content for my website. I want to display my twitter widget block in the full width but if i try to make it full width using css or jQuery then its not working. I use the following…
arun kamboj
  • 1,145
  • 4
  • 17
  • 48
0
votes
2 answers

Twitter Collection Grid does not work AngularJS

I am trying to use a Twitter Collection Grid (like this: https://dev.twitter.com/web/embedded-timelines/collection) on the site that I'm building, using an angularJS directive. The widget shows on the site but the grid does not work. Instead of…
pandaseal
  • 105
  • 9
0
votes
0 answers

Show tweet in popover on webpage

Here's my solution so far: http://codepen.io/ducu/pen/VvwgPq Problem is that the popover is rendered before the tweet markup is created so there's this resizing effect happening (Edit: Managed to improve this by having the popover hidden by default…
0
votes
0 answers

Twitter widget not compatible with WordPress 3.7

I try to install twitter widget on WordPress 3.7 but its crashed :( So help me, or suggest if there is any alternate twitter widget which is compatible with WordPress 3.7? Twitter Widget
0
votes
1 answer

Display only my recent tweets not other tweets in twitter widget

I have a website in which i have embedded Twitter Widget to display recent tweets. Currently twitter widget displays all tweets related with the hashtag and @ of the user. Here i want to display the tweets by the user only not by any hashtags or…
SaurabhLP
  • 3,619
  • 9
  • 40
  • 70
0
votes
1 answer

Twitter Widget Doesnt Show in Chrome

I created a twitter widget to append in my library management system, but it doesn't work. The preview of twitter widget seems to be blank, it doesn't show . When I tried to paste the code into the HTML of my site , it doesn't change everything. I…
user2481398
-1
votes
1 answer

Show timeline of a specific twitter profile using twitter fabric sdk for android

i want to show a twitter user timeline on my app to get latest info of its account, i have followed a guide from this page but it just show a spesific tweet (not timeline) using twit ID. here is my Twit.java please Help! package…
1
2