Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hi
did uninstalled this, please close post
/JOachim
Does this feed only support tweets with ONLY text?
/JOachim
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.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.New tweet
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Did re-generate the keys, still no feed…
/Joachim
Sweet, thanks!
/Joachim
Hi, yes dis uninstalled it. Its now back. Please feel free to try
/Joachim
This reply has been marked as private.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.Have not edited any code. Still not working…
/Joachim
Yes, it wont close (only expand)
/JOachim
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!
The feed was working for a minute, now its not functional.
Any solution?
/JOachim
-
Posted in: We hit Power Elite.