Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove twitter support #205

Open
msevestre opened this issue Jul 26, 2014 · 3 comments
Open

Remove twitter support #205

msevestre opened this issue Jul 26, 2014 · 3 comments

Comments

@msevestre
Copy link
Collaborator

This has not been working for quite a while and nobody complained about it. Probably not needed

@jipiboily
Copy link
Owner

👍

@magikid
Copy link

magikid commented Dec 3, 2014

But leave the links to twitter profile, right?

@DevGW
Copy link

DevGW commented Jan 16, 2017

if anyone wants to add twitter support just replace:
<script type="text/javascript" src="https://api.twitter.com/1/statuses/user_timeline/<%= Monologue::Config.twitter_username %>.json?callback=TwitterWidget.callback&amp;count=5"></script>
with:
<a class="twitter-timeline" data-tweet-limit="3" href="https://twitter.com/<%= Monologue::Config.twitter_username %>">Tweets by <%= Monologue::Config.twitter_username %></a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants