125 comments found.
Is this script up to date? Does it still work? Thanks
Hi Austin, I just purchased your app. I’m not sure if your script still works [last time updated 2019] I Created a new app in DEV Twitter, it gave me: 1) API key 2) API Secret Key 3)Bearer Token. I’m getting errors: Uncaught TwitterException: missing option required for request (user_token and user_secret) Could you please assist? Thanks
Ok, I figured this out- i had to create separately “Access Token and Secret” for this new app. Feed works. Thanks for the great script
Looking for tools like yours to curate Rediit posts, any you make one foe sales? Also like one for RSS feeds. Best is if you have one that can pull from various sources. Lets take it from here…
Does this still work?
One more question. I’m using multiple screen names, however when one of the screen names doesn’t exist anymore (no more Twitter account), nothing is showing. Is it possible to change it that if one of the Twitter accounts doesn’t exist anymore, it is skipped and the rest are shown to prevent a blank page?
Unfortunately this functionality does not exist. However, if you are able to verify purchasing this item, I’m willing to send you an updated version before I create an official release to support this functionality.
Hi, that would be great! I just send you the purchase code. It was bought by my client.
Hi, showing pictures isn’t working most of the time. I am using your code example and it does show the picture of your Twitter account, however for most Twitter accounts it doesn’t show the picture. We really need this feature. For example, this account/ post does not show the pictures: https://twitter.com/i/web/status/1297814928645070848. Please advice.
Hi there,
This issue seems to be related to one brought up previously – https://codecanyon.net/item/ultimate-twitter-feed-class/462029/comments?page=6&filter=all#comment_17484205
Please let me know if this resolves your issue.
No, it’s not working. For instance this account: https://twitter.com/realDailyWire. Why aren’t all the pictures showing? If I print the raw output, it doesn’t give the media url’s.
Apologies for any inconvenience. You need to set the option tweet_mode to extended
I’ve added this issue to the FAQ as another customer encountered this issue. https://codecanyon.net/item/ultimate-twitter-feed-class/462029/faqs/43630
Thanks, it wasn’t working because of the cache function. Turned that off temporarily, and now it works!
Hi! how can I output the actual user twitter profile link and name?
Hi,
how do I enable “tweet_mode=>extended”?
Thank you!
Hi there,
You can add it directly to the options for the class.
Hi,
I added to the options for the class “extended_tweet” => “full_text” or “tweet_mode” => “extended” but it does not work …
Thanks
I apologize for the inconvenience! If you email contact@austinbrunkhorst.com, I’ll send you version 3.4 of this item which fixes displaying the extended tweet mode.
The update is currently queued on CodeCanyon which should take about a day or two; you could also wait to re-download here.
Does this work with current changes made to Twitter (some time ago)?
Hello, I just bought your plugin and it works, but is there no way to show the tweet photos in the feed? Not the user profile pic, but the actual media photos embedded in the tweets.
Thanks
Hi there!
Did you look at the media example in the documentation? If you are having issues with it working properly, I suspect it’s related to Twitter’s extended tweet changes. I will release an update this week for this item that supports extended tweets.
Feel free to email me via my profile and I can make sure you get everything up and running properly, regardless of the update.
I was using the media example in the documentation and the photos weren’t showing, but I resolved the issue by replacing [‘media_url’] with [‘media_url_https’].
Thanks for your quick response.
I would like a refund, since this isn’t working as described. Pulling in a direct tweet from a users page with an image and the image won’t pull in using your media example. This project hasn’t been updated in 3 years and many changes have been made to the API since that time.
I understand you’re frustrated, but I can assure you that changes to the API are not any issue you are experiencing. Twitter does not release breaking changes in the same major version of an API.
As mentioned in my previous comment, please email me the relevant setup for your script and I will assist you with resolving your issues.
For me it’s not pulling in any media entities at all. JSON response shows no media entities when post should contains them. Think it wasn’t updated since tweet_mode = extended was introduced but i cannot seem to implement it.
Hi there,
Can you email me (contact [at] austinbrunkhorst [dot] com) the relevant section of the script? I’ll be able to troubleshoot fastest from there.
How do i get teh feed to display emoji symbols
I can see what my problem is now….. NEW emojis don’t show… do you have plans to update emoji.css
Hi there, sorry for the late response -
Unfortunately, it’s a rather large effort to stay up to date with directly embedding emojis.
Luckily, native support for emojis is pretty wide spread in modern, widely used operating systems. For some insight, you can check out this website – http://caniemoji.com/. This means that you can disable the option detect_emojis, and the supported operating systems will support it out of the box.
Is there no support for HTTPS in the media URLs? I’m getting errors because the embedded images are using http:// instead of https://
Hi there,
By default, the option format_media uses the tweet’s expanded_url as seen below -
<a href="{media:expanded_url}" class="link-media">{media:url}</a>
It looks like you’re after media_url_https. (Note that these fields didn’t exist in the API at the time of writing this class). Try this for the option format_media -
<a href="{media:media_url_https}" class="link-media">{media:url}</a>
If you experience the same issues with links, the same concept applies, just use the *_https alternative provided by the API. You can find the documentation here – https://dev.twitter.com/overview/api/entities-in-twitter-objects#urls
That worked, thanks so much!!
Possible to get joson API? , because i plan to make an mobile app
1 week no answer , I’m asking for Refund !
Hi there,
I apologize for not getting to your question in a timely manner. There is a public method in the class Twitter::GetRequestData( ) that returns the processed data returned from the Twitter API. This is effectively the JSON response from the API, but with some post processing based on the options of the class. For example, expanding format options, replacing emojis, etc. For almost all API endpoints, this is an array of tweet objects.
Let me know if this helps answer your question.
I email you
developer still here?
Hi there! I’m still here. You can email me at – contact [ at ] austinbrunkhorst [ dot ] com
Hi, is it possible to show the link/icons for “reply”, “retweet”, “like” ? I dont see any examples. I just assumed those would be there as default?
Thanks!
Hi there,
Check out Web Intents from Twitter. Using the custom format option on this class, you can construct one of the intent URLs by accessing the id_str property of a tweet.
After ordering , try to install but get: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Installing Plugin from uploaded file: codecanyon-462029-ultimate-twitter-feed-class.zip Unpacking the package… Installing the plugin… The package could not be installed. No valid plugins were found. Plugin install failed. Return to Plugins page
Any suggestion?
Sorry for the silly mistake.I installed properly and works.Only questions is I don`t find any example showing how to get the latest the tweets of an account. Thanks
support RTL ?
Hi there,
Are you referring to right-to-left scripts? If so, i’m not sure that it’s something that this script would need to handle. Is there an example tweet you can link me to so that I can test it for you?
also it support Videos ?
After doing some testing, RTL works just fine with the script. This is actually something outside of the script and therefore not handled by it, so in order to support it you must use custom CSS, or simply add the attribute dir="rtl" to the body of your HTML page.
I put together a very simple demo to show you here – http://austinbrunkhorst.com/demos/twitter-class/src/rtl-test.php
Here’s the source to that demo
<body dir="rtl">
<?php
include 'ultimate.twitter.feed.php';
$opts = array(
'screen_name' => 'MohamadAlarefe',
'count' => 15,
'consumer_key' => CONSUMER_KEY,
'consumer_secret' => CONSUMER_SECRET,
'user_token' => USER_TOKEN,
'user_secret' => USER_SECRET,
);
$twitter = new Twitter( $opts );
$twitter->PrintFeed( );
?>
</body>
In regards to video, yes videos are supported. You need to add custom logic for how you want them to be displayed. You can find an example of detecting media here – http://austinbrunkhorst.com/demos/twitter-class/#examples under Detecting Media Using a Callback Function.
Hope this helps.
OK nice , There is a URL at end of tweets can I remove it ? also can we make printFeed looks like LIVE so every new tweet it will be post automatically
Yes, you can remove links by setting the option format_link to an empty string. You can find all the options available in the class here.
The “live” effect is a little bit more involved and difficult to accomplish, so it’s not something supported out of the box. Fortunately, I actually created a simple demo replicating a live search ticker. You can find that demo with source here under Live Search Ticker.
I want keep links in tweet , what’s i mean I want remove link to that’s tweet https://t.co.****
Hi,does this work with the new twitter cards?
Hi neuropass,
I haven’t done anything with Twitter cards before, so therefore my knowledge of them is pretty limited. After doing a little bit of research, it looks as though they are just extra meta properties you can include in web pages to enrich links when they are referenced in a tweet.
With that said, out of the box, this class doesn’t support displaying cards like they are seen on Twitter. You would need to add extra functionality that parses media objects in the API to scrape links and manually extract the aforementioned meta properties. I will consider adding this functionality in a future release, as it does seem interesting and useful.
Hope this helps.
Hi, any thoughts on the update to add the support for twitter cards? Its quite important I would say. Please, your plugin seems to be the only working one on codecanyon. I think you are due with an update now 