Forum Replies Created

Viewing 15 posts - 1 through 15 (of 90 total)
  • in reply to: Twitter oAuth Feed #286545
    solesupply.no
    Member
    Post count: 93

    Hi

    did uninstalled this, please close post

    /JOachim

    in reply to: Twitter oAuth Feed #286439
    solesupply.no
    Member
    Post count: 93

    Does this feed only support tweets with ONLY text?

    /JOachim

    in reply to: Twitter oAuth Feed #286367
    solesupply.no
    Member
    Post count: 93

    The latest feed did show up, but I dont see the other tweets. Is there any setnings for that?

    /Joachim

    Attachments:
    You must be logged in to view attached files.
    in reply to: Twitter oAuth Feed #286313
    solesupply.no
    Member
    Post count: 93

    Don seems like the alternativ backgroud options work eiter (see inage for reference).

    Is there something wrong witg the “tweets slider”?

    /Joachim

    Attachments:
    You must be logged in to view attached files.
    in reply to: Twitter oAuth Feed #286309
    solesupply.no
    Member
    Post count: 93

    New tweet

    Attachments:
    You must be logged in to view attached files.
    in reply to: Twitter oAuth Feed #286290
    solesupply.no
    Member
    Post count: 93
    This reply has been marked as private.
    in reply to: Twitter oAuth Feed #286285
    solesupply.no
    Member
    Post count: 93

    Did re-generate the keys, still no feed…

    /Joachim

    in reply to: Newsletter submit button #286100
    solesupply.no
    Member
    Post count: 93

    Sweet, thanks!

    /Joachim

    in reply to: Twitter oAuth Feed #286090
    solesupply.no
    Member
    Post count: 93

    Hi, yes dis uninstalled it. Its now back. Please feel free to try

    /Joachim

    in reply to: Twitter oAuth Feed #285777
    solesupply.no
    Member
    Post count: 93
    This reply has been marked as private.
    in reply to: Twitter oAuth Feed #285773
    solesupply.no
    Member
    Post count: 93

    Will the feed end up like the attached image (like the one on your demo theme)?

    Thanks!

    /Joahim

    Attachments:
    You must be logged in to view attached files.
    in reply to: Twitter oAuth Feed #285768
    solesupply.no
    Member
    Post count: 93

    Have not edited any code. Still not working…

    /Joachim

    in reply to: Menu on mobile won't close #285651
    solesupply.no
    Member
    Post count: 93

    Yes, it wont close (only expand)

    /JOachim

    in reply to: Twitter oAuth Feed #285542
    solesupply.no
    Member
    Post count: 93

    Hi,

    Still struggling with this… Part 1 is okay (I think):

    1) Install the Twitter oAuth Feed for Developers plugin.
    2) Follow step 1 from the guide here to create your Twitter APP, and get the required keys/tokens : http://www.webdevdoor.com/php/authenticating-twitter-feed-timeline-oauth/
    3) Enter these keys/tokens in Settings > Twitter Feed Auth.

    But dont understand the following:

    You can then loop over the array and do whatever you want with it.

    <?php
      $tweets = getTweets($number_of_tweets, $twitter_screenname_to_load, $optional_array_of_any_additional_twitter_api_parameters);
      var_dump($tweets);
    
      foreach($tweets as $tweet){
        var_dump($tweet);
      }
    ?>

    You can specify a number of tweets to return (up to 20) by passing a parameter to the function. For example, to display just the latest tweet you’d request getTweets(1)

    The following default options are used unless you override them in the optional array of additional parameters.

    Trim the user object (“trim_user” => true)
    Exclude replies (“exclude_replies” => true)
    Exclude retweets (“include_rts” => false)
    Results are cached for 1 hour (by default) to help you avoid hitting the API limits.

    Please explain what to do in order for the feed to work

    Thanks!

    in reply to: Twitter oAuth Feed #285513
    solesupply.no
    Member
    Post count: 93

    The feed was working for a minute, now its not functional.

    Any solution?

    /JOachim

Viewing 15 posts - 1 through 15 (of 90 total)