-
Posted in : BookCard
-
How can I insert my account name and read, in the front cover, my twitter posts?
In the part of the code that starts;
!– widget : twitter —
There’s a link in there that starts with “http://api.twitter.com/1/sta…”, within that is the twitter username, change that from the default to yours.
I have a question to mods about this, too. What can I add to the script that will strip out any @ replies on my feed? Replies can look out of place out of context!
Hi, you can add
&exclude_replies=trueat the end of thesrcattribute;<script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline/envato.json?callback=twitterCallback2&count=1&exclude_replies=true"></script>
Also you can change
envatoword in the code to your twitter username.Why not work twitter on iPad?
I tried both with the user “envato” as my user but bird logo appears and the empty space. Also I checked on your live preview but don’t work on iPad.
Thanks for the help.
@Mehmet Sali: I think it’s very important that the twitter plugin also works on mobile devices.
Can you analyze the problem and find solutions?
@Mehmet Sali: Please write a post if an update. Thank you very much!
In your main.css you refer to Twitter as a part of the content page, but i can’t seem to find anyway to have it shown in the content. If i move the cover widget into the content, it still shows up on the cover?
Twitter widget is in the index.html file.
<!-- widget : twitter --> <aside class="widget widget-twitter"> <div id="twitter-list"> <ul id="twitter_update_list"></ul> </div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline/envato.json?callback=twitterCallback2&count=1"></script> </aside> <!-- widget : twitter -->
Nope…. Placed your widget on the middle page but still shows up on cover
How can I insert my account name and read, in the front cover, my twitter posts?
I need to read my new twitts.
Help pleaseI’ve removed the twitter coding from cover page. Have added the code on the middle page (use it for news) but no matter where I place the code it shows up on the cover
I know it was mentioned, but noticed that the twitter widget doesn’t work on iPad or mobile. Just wanted to bump this to see if any possible solutions or perhaps where to look. Thank you! Everything else works like a charm!
Hi,
Twitter is putting an end to the API that you’re using for the tweet widget. It’s very unstable too. Sometimes it works and other times it doesn’t.
Can you update it using Twitter API v2.0? More info @ https://dev.twitter.com/discussions/16557
Thanks!
Please update using embedded timeline widgets before June 12 (the date the v1.0 API expires).
Is it possible to disable the Twitter widget on frontpage completely?
Hi, just locate it’s markup and delete it;
starts with;
<aside class="widget widget-twitter">
You must be logged in and have valid license to reply to this topic.