Twitter widget

  • Posted in : BookCard
  • fdez
    Participant

    How can I insert my account name and read, in the front cover, my twitter posts?

    nidal
    Participant

    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!

    fdez
    Participant

    But I read old comment too…

    ahmetsali
    Keymaster

    Hi, you can add &exclude_replies=true at the end of the src attribute;

    <script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline/envato.json?callback=twitterCallback2&amp;count=1&exclude_replies=true"></script>
    

    Also you can change envato word in the code to your twitter username.

    webcoag
    Participant

    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.

    nidal
    Participant

    Thank you ahmetsali!

    Mehmet S.
    Keymaster

    @webcoag: I have no idea.

    webcoag
    Participant

    @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 S.
    Keymaster

    I will release an update if find a solution.

    webcoag
    Participant

    @Mehmet Sali: Please write a post if an update. Thank you very much!

    kaarup
    Participant

    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?

    Mehmet S.
    Keymaster

    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&amp;count=1"></script>
    </aside>
    <!-- widget : twitter -->
    
    kaarup
    Participant

    Nope…. Placed your widget on the middle page but still shows up on cover

    franquintana88
    Participant

    How can I insert my account name and read, in the front cover, my twitter posts?
    I need to read my new twitts.
    Help please

    Mehmet S.
    Keymaster

    Change the envato word to your username.

    Mehmet S.
    Keymaster

    @kaarup: remove it from cover.

    kaarup
    Participant

    I’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

    Mehmet S.
    Keymaster

    Edit twitter css codes in the main.css file.

    noel
    Participant

    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!

    Mehmet S.
    Keymaster

    I will release an update if find a solution.

    envisionwithjustin
    Participant

    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!

    Mehmet S.
    Keymaster

    Thanks for the feedback. I will think about it.

    envisionwithjustin
    Participant

    Please update using embedded timeline widgets before June 12 (the date the v1.0 API expires).

    https://dev.twitter.com/calendar

    Mehmet S.
    Keymaster

    Ok.

    Mehmet S.
    Keymaster

    Before the end date of the api.

    BlickeDeeler
    Participant

    Is it possible to disable the Twitter widget on frontpage completely?

    ahmetsali
    Keymaster

    @BlickeDeeler

    Hi, just locate it’s markup and delete it;

    starts with;

    <aside class="widget widget-twitter">
    
Viewing 27 posts - 1 through 27 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register