A social media website that allows users to share thought or messages to the public, with a 140 char limitation.
0
votes
0answers
14 views
Avoid twitter replies from twitter widget
I am using twitter_profile_widget with drupal 6. This block listing retweets and replies. Is there any way to remove/avoid replies for tweets
-1
votes
3answers
46 views
Simple twitter module recommendation
Can someone recommend a simple twitter module which will enable me to include twitter feeds on my site. I am using a corporate clean theme and would like to display it in the middle column of the ...
0
votes
2answers
62 views
exception 'TwitterException' with message 'Bad Request'
I am trying to setup twitter module for Drupal 7 on my localhost. I followed the installation instructions as given in Twitter 7.x installation guide. I followed steps until "Add Twitter accounts" ...
0
votes
1answer
31 views
installing twitter and oauth on drupal
I have just been trying to get twitter going on my drupal 7.21 website. i followed the tutorial at http://drupal.org/node/1346824
Everything was fine until the last step of authorising a twitter ...
1
vote
0answers
20 views
Wrong user's page showing up after Oauth sign-in
I have a Drupal-based site that has Twitter Oauth logins.
Today, when I was testing out the site, I logged in with one Twitter account, and it showed me the user page of another user!
I tried ...
1
vote
1answer
68 views
Module for login site using social networks [duplicate]
Any module available to login into my drupal site using social links like facebook, twitter and linkedin.
0
votes
1answer
371 views
How to get rid of added URLs when printing a Bootstrap-themed page?
When I print a page from my Bootstrap-themed site, all the links (and images with attached urls) have a printed representation of the link inserted into the printed page, right after the linked ...
0
votes
0answers
39 views
Drupal 7 site not completing Twitter authenication
Hi I have a Drupal 7 site that uses the Twitter Signin module to allow twitter users to authenticate on the site.
The site has a Twitter signin button. Clicking on that button correctly redirects to ...
3
votes
2answers
228 views
Twitter Card Preview is failing with twitter:image
I'm trying to add Twitter Cards to my site so that tweets referencing my blog posts will be expandable and show extra info. I've installed the metatag module, enabled the Metatag: Twitter Cards ...
0
votes
1answer
48 views
Where should twitter embed javascript go in a ctools plugin
I have a ctools plugin with the twitter embed javasacript in there, but where should the javascript go? Should it be in the template file, or should be be outputted into the block in the plugin file?
0
votes
1answer
94 views
Twitter Cards with Metatag module not working
I've got the metatag module installed and enabled. I've also enabled the MetaTag: Twitter Cards sub-module so that it will render meta tags for twitter cards, but I'm not seeing any twitter: metatags ...
0
votes
0answers
11 views
Twitter supports for posting status and media on individual logged in users by using Twitter developer API
In my drupal website i need twitter api to post status and media on the users account from our website.
but i am facing the issue that the posted status and media are not posting on logged in users ...
1
vote
2answers
102 views
How can I auto tweet any node of a specific type to Twitter?
I know the Twitter module lets you setup automatic tweets of new content to your twitter account, but I am wondering how/if its possible to schedule automatic tweets of old content as well.
0
votes
0answers
43 views
How can I fully intergrate twitter on my website? [closed]
I'm currently creating a website like elance, odesk using drupal. but I want to intergrate the complete twitter experience. So if I'm following joe on twitter I'm following him on my site ...
0
votes
1answer
140 views
Replace classes in twitter_bootstrap theme
I'm using twitter bootstrap theme and for example want style default navigation menu in first sidebar to this style. This need to change ul from class="menu nav" to class="nav nav-tabs nav-stacked"
...