• Resolved paulosborne

    (@paulosborne)


    Hi,

    I have been looking at this plugin and although it shows the ‘follow twitter feed button’ it does not appear to show any tweets.

    Which leaves me with a couple of questions:

    1. What is triggering the periodic fetch of a twitter feed (on page load or something else)?

    2. Does the plugin honour the proxy settings in the WP config file or does it try and go direct? (my servers are behind web proxies and so must use them).

    Thanks

    Paul

    https://wordpress.org/plugins/accesspress-twitter-feed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello there,

    Here are your replies.

    1. The fetching of tweets are triggered on page load with caching system. i.e the tweets are fetched once and stored in cache and fetched from the cache until the cache expires

    2. Our plugin will fetch directly using the twitter Oauth API.

    Thanks.

    Thread Starter paulosborne

    (@paulosborne)

    Hi,

    So to be clear the plugin is not suitable for an intranet environment when the use of HTTP/S proxies are mandatory and that the plugin ignores the Wordpess options designed explicitly for this purpose:

    define(‘WP_PROXY_HOST’, ‘my.server.fdqn’);
    define(‘WP_PROXY_PORT’, ‘3128’);

    If that is the case I will have to look for an alternative.

    Thanks

    Plugin Author Access Keys

    (@access-keys)

    Hello there,

    We have fixed this issue in the update of plugin version 1.4.2

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Proxy aware’ is closed to new replies.