Jason
Forum Replies Created
-
Forum: Reviews
In reply to: [Theme Blvd Shortcodes] Waste of timeWow, that’s pretty harsh to rate something one-star when you’ve never used it, don’t you think?
I understand you’re slightly frustrated to download a plugin that will only work with Theme Blvd themes. But, to be fair, I try to make this as clear as possible; it is stated on the plugin’s page in bold and tells you in your WordPress admin immediately after installing.
Is that really a reason to attack the author and their business?
Forum: Plugins
In reply to: [Tweeple] Does tweeple work as an element in a themeblvd theme?This should have been fixed with v0.6. If it wasn’t, please let me know. Thanks for the patience. 🙂
Forum: Plugins
In reply to: [Tweeple] LanguagesHello,
I’m looking at the search API now, and it does appear you can query the Tweets by language.
https://dev.twitter.com/docs/api/1.1/get/search/tweets
However, I am trying to keep the plugin’s options as lite as possible, and so I’m not sure something like this would be necessary. Wouldn’t, in most cases, your search terms or hashtag being in a certain language bring back results in that language?
I don’t personally do anything outside of English and so I am genuinely asking. Maybe the world outside of English in regards to Twitter is much more cumbersome?
But assuming the search API on Twitter’s dev site is correct, you could filter all of Tweeple query’ing from Twitter like this from your theme’s functions.php or your own plugin something like this:
function my_tweeple_request_params( $params ){ $params['lang'] = 'en'; // Your ISO lang code return $params; } add_filter( 'tweeple_request_params', 'my_tweeple_request_params' );Forum: Plugins
In reply to: [Tweeple] Does tweeple work as an element in a themeblvd theme?I have a feeling you’re running into the bug with the “Exclude @replies” option. Working on it.
Forum: Plugins
In reply to: [Tweeple] Does tweeple work as an element in a themeblvd theme?Did you try clearing the Twitter feed’s cache at Tools > Tweeple > Twitter Feeds?
What kind of Twitter feed are you displaying? A user timeline? Or some sort search query?
And do you mean in the Widget or Shortcode? Opposed to no longer talking about the layout builder element?
Forum: Plugins
In reply to: [Tweeple] Can Tweeple show multiple timelines?Starting with v0.5.0, which was just published, here’s how you can merge multiple Twitter feeds from your own function and display the resulting merged Tweets:
https://github.com/themeblvd/Tweeple/wiki/Merging-multiple-Twitter-feeds
Forum: Plugins
In reply to: [Tweeple] Does tweeple work as an element in a themeblvd theme?This update has been published.
Forum: Plugins
In reply to: [Tweeple] pb with linkCheckout out my post just above on Github 😉
http://ww.wp.xz.cn/support/topic/pb-with-link?replies=5#post-4335027
Forum: Plugins
In reply to: [Tweeple] Can Tweeple show multiple timelines?I actually wanted to thank you for posting this topic because when I read it yesterday, it sent me down some interesting avenues with the plugin and Twitter API in general.
Apologies that I haven’t posted on this topic yet. I’m currently working on a couple of extra functions for developers to add to the plugin wanting to do to stuff like this in their own themes or plugins utilizing Tweeple, and I was going to put an example up in the Wiki I’m working on.
https://github.com/themeblvd/Tweeple/wiki
In essence, what you’re asking exactly is not possible with Twitter API, in general. When we pull user’s timeline, it’s a specific resource from the Twitter API, that only allows one screen name.
https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline
You could do it with a search, but you’re not going to get the result you want exactly.
If you were to search:
user1 OR user2You will get tweets that contain either of those usernames in the text.
Now, technically you’re supposed to be able to do a search like this:
from:user1 OR from:user2Which you would think would return what you want, but it doesn’t work consistently because you’re tapping into a whole other resource of Twitter API:
https://dev.twitter.com/docs/api/1/get/search
And so you sort of get into the mess I was was talking about here:
http://ww.wp.xz.cn/support/topic/using-hashtag-and-username/#post-4326970
As Tweeple rolls along, I’d like it to be possible setup your own display of Tweets with basic development knowledge. And I’m hoping to have an example in the Wiki of what you’re asking, essentially where you’d take two Twitter feeds and just display them merged together, still keeping everything in chronological order.
Forum: Reviews
In reply to: [Tweeple] very good pluginThanks! Glad to hear it.
Yeah, definitely want to keep it very simple, and not bloat it with end-user features. I’m building in a lot of cool things that developers can do with it, as well.
Forum: Reviews
In reply to: [Tweeple] nice pluginThanks!
Forum: Plugins
In reply to: [Tweeple] Does tweeple work as an element in a themeblvd theme?Forum: Plugins
In reply to: [Tweeple] pb with linkForum: Plugins
In reply to: [Tweeple] pb with linkI did some tests today and found a little bug.
I have one pb with #links. When I click on the #link I have an error message from twitter which says “The Twitter REST API v1 is no longer active”.Thanks for pointing this out. I’ll get that fixed for v0.5.0.
Would be nice also to add a link to twitter. If I chose to don’t display the time of the tweet I don’t have any way to open the tweet in twitter.
I’m trying to keep the actual user options and frontend display as stripped down as possible. With this, I’ve made things really flexible for developers incorporating into their own themes.
This is all very new, but as I hammer towards the actual 1.0 release, I’ll be working on articles in the Github wiki to document different examples of how you can change all this stuff fairly easily from your own theme or plugin.
https://github.com/themeblvd/Tweeple/wiki
I’m also planning to change the actual wording of this option to be to display the “Details” of each Tweet or not, opposed to referring to it as the “Time” — This way, the “Details” can be whatever the current theme sets up, and by default, just the time linking to the Tweet.
Forum: Plugins
In reply to: [Tweeple] Error 0Hello Colin,
This error suggests that there was some sort of security issue with tmhOAuth trying to communicate your server with Twitter.
Is this on a live server or your own local server? What kind of hosting are you on? Is it a pretty common hosting company, or are you working from a custom setup of some kind?
How did you install the plugin? Did you install through your WordPress admin panel, or did you manually upload the files? Can you verify that this file exists on your server?
/wp-content/plugins/tweeple/lib/tmhOAuth/cacert.pem