GithubHelp home page GithubHelp logo

footweetfetcher's People

Contributors

bradvin avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

footweetfetcher's Issues

Adapt for wider use?

I found this through your blog post as I'm in similar situation.

I'd like to propose the following;

  • Add a settings page for adding the Twitter app credentials (with instructions)
  • Submit the plugin to the WordPress.org repository

That way, plugin authors would be able to easily require this plugin (for example using Plugin Dependencies and not have to provide their own interface for Twitter credentials.

Also, users could add Twitter creds once and have them power multiple plugins.

Would you be receptive to a pull request based on that?

Profile avatars

Do you maybe can help me to add avatars in script.. I try with this but its not work...

if ( $tweets !== false && is_array( $tweets ) && (count( $tweets ) > 0) ) {
    //loop through each tweet
    foreach ( $tweets as $tweet ) {
        //convert all URLs, mentions, hashtags, media to clickable links
        $text = $fetcher->make_clickable( $tweet );
        $img = $tweet -> profile_image_url_https; 
        echo '<img src="<?php echo '.$img.';?>" height="50" width="50"/>';
        echo '<p">'.$text.'</p>';
    }
}

Username from theme options

Can you pelase help me how to add my username from theme options.. I add field in Theme option and on some part of theme I call with this code get_option('swt_twitter_link') but when I try this to add instead $meta["twitterUser"] I get error and its not work.. can you help me to add username please?

get_transient problem

Hi,

I'm having an issue with the set/get transient functionality... When the transient runs to zero, it returns an array of new data as normal, although when it pulls this data from the transient, it returns a string which can't be looped and displayed.

I have tried serializing the data coming out to change the string back to an array, but comes up with an error.

Great little script btw, hoping you can help :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.